private class AbstractPatriciaTrie.RangeEntrySet
extends java.util.AbstractSet<java.util.Map.Entry<K,V>>
Set view of a AbstractPatriciaTrie.RangeMap.| Modifier and Type | Class and Description |
|---|---|
private class |
AbstractPatriciaTrie.RangeEntrySet.EntryIterator
An
Iterator for AbstractPatriciaTrie.RangeEntrySets. |
| Modifier and Type | Field and Description |
|---|---|
private AbstractPatriciaTrie.RangeMap |
delegate |
private int |
expectedModCount |
private int |
size |
| Constructor and Description |
|---|
RangeEntrySet(AbstractPatriciaTrie.RangeMap delegate)
Creates a
AbstractPatriciaTrie.RangeEntrySet. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.Object o) |
boolean |
isEmpty() |
java.util.Iterator<java.util.Map.Entry<K,V>> |
iterator() |
boolean |
remove(java.lang.Object o) |
int |
size() |
add, addAll, clear, containsAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate final AbstractPatriciaTrie.RangeMap delegate
private transient int size
private transient int expectedModCount
public RangeEntrySet(AbstractPatriciaTrie.RangeMap delegate)
AbstractPatriciaTrie.RangeEntrySet.public java.util.Iterator<java.util.Map.Entry<K,V>> iterator()
iterator in interface java.lang.Iterable<java.util.Map.Entry<K,V>>iterator in interface java.util.Collection<java.util.Map.Entry<K,V>>iterator in interface java.util.Set<java.util.Map.Entry<K,V>>iterator in class java.util.AbstractCollection<java.util.Map.Entry<K,V>>public int size()
public boolean isEmpty()
public boolean contains(java.lang.Object o)