Package org.apache.felix.resolver.util
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 org.apache.felix.resolver.util.OpenHashMap.AbstractObjectCollection
add, addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
AbstractObjectSet
public AbstractObjectSet()
-
-
Method Details
-
equals
- Specified by:
equals
in interfaceCollection<K>
- Overrides:
equals
in classObject
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceCollection<K>
- Overrides:
hashCode
in classObject
-