Package org.apache.commons.collections
Class FastHashMap.EntrySet
- java.lang.Object
-
- org.apache.commons.collections.FastHashMap.CollectionView
-
- org.apache.commons.collections.FastHashMap.EntrySet
-
- All Implemented Interfaces:
java.lang.Iterable
,java.util.Collection
,java.util.Set
- Enclosing class:
- FastHashMap
private class FastHashMap.EntrySet extends FastHashMap.CollectionView implements java.util.Set
Set implementation over the entries of the FastHashMap
-
-
Constructor Summary
Constructors Modifier Constructor Description private
EntrySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection
get(java.util.Map map)
protected java.lang.Object
iteratorNext(java.util.Map.Entry entry)
-
Methods inherited from class org.apache.commons.collections.FastHashMap.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:
get
in classFastHashMap.CollectionView
-
iteratorNext
protected java.lang.Object iteratorNext(java.util.Map.Entry entry)
- Specified by:
iteratorNext
in classFastHashMap.CollectionView
-
-