Package org.apache.commons.collections
Class FastTreeMap.KeySet
- java.lang.Object
-
- org.apache.commons.collections.FastTreeMap.CollectionView
-
- org.apache.commons.collections.FastTreeMap.KeySet
-
- All Implemented Interfaces:
java.lang.Iterable,java.util.Collection,java.util.Set
- Enclosing class:
- FastTreeMap
private class FastTreeMap.KeySet extends FastTreeMap.CollectionView implements java.util.Set
Set implementation over the keys of the FastTreeMap
-
-
Constructor Summary
Constructors Modifier Constructor Description privateKeySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collectionget(java.util.Map map)protected java.lang.ObjectiteratorNext(java.util.Map.Entry entry)-
Methods inherited from class org.apache.commons.collections.FastTreeMap.CollectionView
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
-
-
-
-
Method Detail
-
get
protected java.util.Collection get(java.util.Map map)
- Specified by:
getin classFastTreeMap.CollectionView
-
iteratorNext
protected java.lang.Object iteratorNext(java.util.Map.Entry entry)
- Specified by:
iteratorNextin classFastTreeMap.CollectionView
-
-