ObjectCollection<K>, ObjectIterable<K>, ObjectSet<K>, java.io.Serializable, java.lang.Iterable<K>, java.util.Collection<K>, java.util.Set<K>ObjectSortedSets.UnmodifiableSortedSetpublic static class ObjectSets.UnmodifiableSet<K> extends ObjectCollections.UnmodifiableCollection<K> implements ObjectSet<K>, java.io.Serializable
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
int |
hashCode() |
|
boolean |
remove(java.lang.Object k) |
public boolean remove(java.lang.Object k)
remove in interface java.util.Collection<K>remove in interface java.util.Set<K>remove in class ObjectCollections.UnmodifiableCollection<K>public boolean equals(java.lang.Object o)
equals in interface java.util.Collection<K>equals in interface java.util.Set<K>equals in class ObjectCollections.UnmodifiableCollection<K>public int hashCode()
hashCode in interface java.util.Collection<K>hashCode in interface java.util.Set<K>hashCode in class ObjectCollections.UnmodifiableCollection<K>