Package org.apache.commons.collections
Class FastTreeMap.EntrySet
java.lang.Object
org.apache.commons.collections.FastTreeMap.CollectionView
org.apache.commons.collections.FastTreeMap.EntrySet
- All Implemented Interfaces:
Iterable,Collection,Set
- Enclosing class:
FastTreeMap
Set implementation over the entries of the FastTreeMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collectionprotected ObjectiteratorNext(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, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
Constructor Details
-
EntrySet
private EntrySet()
-
-
Method Details
-
get
- Specified by:
getin classFastTreeMap.CollectionView
-
iteratorNext
- Specified by:
iteratorNextin classFastTreeMap.CollectionView
-