Package gnu.trove.map.hash
Class THashMap.KeyView
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- gnu.trove.map.hash.THashMap.KeyView
-
-
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)
-