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 .- Since:
- 4.0
-
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 AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
add, addAll, clear, containsAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, streamMethods inherited from interface 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
-
isEmpty
-
contains
-
remove
-