Class AbstractPatriciaTrie.RangeEntrySet
java.lang.Object
java.util.AbstractCollection<Map.Entry<K,V>>
java.util.AbstractSet<Map.Entry<K,V>>
org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntrySet
- All Implemented Interfaces:
Iterable<Map.Entry<K,,V>> Collection<Map.Entry<K,,V>> Set<Map.Entry<K,V>>
- Direct Known Subclasses:
AbstractPatriciaTrie.PrefixRangeEntrySet
- Enclosing class:
AbstractPatriciaTrie<K,V>
A
Set view of a AbstractPatriciaTrie<K,V>.RangeMap .-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate final classAnIteratorforAbstractPatriciaTrie<K,s.V>.RangeEntrySet -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AbstractPatriciaTrie<K,V>.RangeMap private intprivate int -
Constructor Summary
ConstructorsConstructorDescriptionRangeEntrySet(AbstractPatriciaTrie<K, V>.RangeMap delegate) Creates aAbstractPatriciaTrie<K,.V>.RangeEntrySet -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
add, addAll, clear, containsAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface java.util.Set
add, addAll, clear, containsAll, retainAll, spliterator, toArray, toArray
-
Field Details
-
delegate
-
size
private transient int size -
expectedModCount
private transient int expectedModCount
-
-
Constructor Details
-
RangeEntrySet
Creates aAbstractPatriciaTrie<K,.V>.RangeEntrySet
-
-
Method Details
-
iterator
-
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
remove
-