public static class ObjectSets.UnmodifiableSet<K> extends ObjectCollections.UnmodifiableCollection<K> implements ObjectSet<K>, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
remove(java.lang.Object k) |
add, addAll, clear, contains, containsAll, isEmpty, iterator, removeAll, retainAll, size, toArray, toArray, toStringpublic 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>