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:
java.lang.Cloneable
,java.lang.Iterable<K>
,java.util.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 java.lang.Cloneable
-
-
Constructor Summary
Constructors Constructor Description AbstractObjectSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-
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
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals
in interfacejava.util.Collection<K>
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacejava.util.Collection<K>
- Overrides:
hashCode
in classjava.lang.Object
-
-