public class TUnmodifiableDoubleSet extends TUnmodifiableDoubleCollection implements TDoubleSet, java.io.Serializable
| Constructor and Description |
|---|
TUnmodifiableDoubleSet(TDoubleSet s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
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(TDoubleSet s)
public boolean equals(java.lang.Object o)
TDoubleSetequals in interface TDoubleSetequals in interface TDoubleCollectionequals in class java.lang.Objecto - object to be compared for equality with this setpublic int hashCode()
TDoubleSetObject.hashCode().hashCode in interface TDoubleSethashCode in interface TDoubleCollectionhashCode in class java.lang.ObjectObject.equals(Object),
Set.equals(Object)