public static class ObjectSets.UnmodifiableSet<K> extends ObjectCollections.UnmodifiableCollection<K> implements ObjectSet<K>, Serializable
| 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, toStringadd, 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>