public class TUnmodifiableDoubleSet extends TUnmodifiableDoubleCollectionimplements TDoubleSet , Serializable
| Constructor and Description |
|---|
TUnmodifiableDoubleSet(TDoubleSet
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object
Compares the specified object with this set for equality.
|
int |
hashCode()
Returns the hash code value for this set.
|
add, addAll, addAll, addAll, clear, contains, containsAll, containsAll, containsAll, forEach, getNoEntryValue, isEmpty, iterator, remove, removeAll, removeAll, removeAll, retainAll, retainAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, addAll, addAll, clear, contains, containsAll, containsAll, containsAll, forEach, getNoEntryValue, isEmpty, iterator, remove, removeAll, removeAll, removeAll, retainAll, retainAll, retainAll, size, toArray, toArraypublic TUnmodifiableDoubleSet(TDoubleSets)
public boolean equals(Objecto)
TDoubleSet
equals in interface
TDoubleSet
equals in interface
TDoubleCollection
equals in class
Object
o - object to be compared for equality with this set
public int hashCode()
TDoubleSet
Object.hashCode() .
hashCode in interface
TDoubleSet
hashCode in interface
TDoubleCollection
hashCode in class
Object
Object.equals(Object) ,
Set.equals(Object)