public abstract static class OpenHashMap.AbstractObjectSet<K> extends OpenHashMap.AbstractObjectCollection<K> implements java.lang.Cloneable
| Constructor and Description |
|---|
AbstractObjectSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
add, addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringpublic boolean equals(java.lang.Object o)
equals in interface java.util.Collection<K>equals in class java.lang.Objectpublic int hashCode()
hashCode in interface java.util.Collection<K>hashCode in class java.lang.Object