public static class ObjectSets.UnmodifiableSet<K> extends ObjectCollections.UnmodifiableCollection<K> implements ObjectSet<K>, Serializable
collection| Modifier | Constructor and Description |
|---|---|
protected |
UnmodifiableSet(ObjectSet<K> s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
remove(Object k) |
add, addAll, clear, contains, containsAll, isEmpty, iterator, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, isEmpty, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic boolean remove(Object k)
remove in interface Collection<K>remove in interface Set<K>remove in class ObjectCollections.UnmodifiableCollection<K>public boolean equals(Object o)
equals in interface Collection<K>equals in interface Set<K>equals in class ObjectCollections.UnmodifiableCollection<K>public int hashCode()
hashCode in interface Collection<K>hashCode in interface Set<K>hashCode in class ObjectCollections.UnmodifiableCollection<K>Copyright © 2020. All rights reserved.