public static class ReferenceSets.UnmodifiableSet<K> extends ReferenceCollections.UnmodifiableCollection<K> implements ReferenceSet<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, toStringiteratoradd, 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 ReferenceCollections.UnmodifiableCollection<K>public boolean equals(Object o)
equals in interface Collection<K>equals in interface Set<K>equals in class ReferenceCollections.UnmodifiableCollection<K>public int hashCode()
hashCode in interface Collection<K>hashCode in interface Set<K>hashCode in class ReferenceCollections.UnmodifiableCollection<K>