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 class
AnIterator
forAbstractPatriciaTrie<K,
s.V>.RangeEntrySet -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AbstractPatriciaTrie<K,
V>.RangeMap private int
private 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, removeAll
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, containsAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
Methods 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
-