Class OpenHashMap.AbstractObjectSet<K>
java.lang.Object
java.util.AbstractCollection<K>
org.apache.felix.resolver.util.OpenHashMap.AbstractObjectCollection<K>
org.apache.felix.resolver.util.OpenHashMap.AbstractObjectSet<K>
- All Implemented Interfaces:
Cloneable, Iterable<K>, Collection<K>
- Direct Known Subclasses:
OpenHashMap.KeySet, OpenHashMap.MapEntrySet
- Enclosing class:
OpenHashMap<K,V>
public abstract static class OpenHashMap.AbstractObjectSet<K>
extends OpenHashMap.AbstractObjectCollection<K>
implements Cloneable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class OpenHashMap.AbstractObjectCollection
add, addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, spliterator, stream
-
Constructor Details
-
AbstractObjectSet
public AbstractObjectSet()
-
-
Method Details
-
equals
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<K>- Overrides:
hashCodein classObject
-