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