Package gnu.trove.map.custom_hash
Class TObjectIntCustomHashMap.KeyView
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- gnu.trove.map.custom_hash.TObjectIntCustomHashMap.KeyView
-
- All Implemented Interfaces:
java.lang.Iterable<K>
,java.util.Collection<K>
,java.util.Set<K>
- Enclosing class:
- TObjectIntCustomHashMap<K>
protected class TObjectIntCustomHashMap.KeyView extends java.util.AbstractSet<E>
a view onto the keys of the map.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KeyView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsElement(K key)
java.util.Iterator<K>
iterator()
boolean
removeElement(K key)
-