| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.ConcurrentNavigableMap<java.lang.Object,E> |
m |
| Constructor and Description |
|---|
Values(java.util.concurrent.ConcurrentNavigableMap<java.lang.Object,E> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(java.lang.Object o) |
boolean |
isEmpty() |
java.util.Iterator<E> |
iterator() |
int |
size() |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
add, addAll, containsAll, remove, removeAll, retainAll, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprivate final java.util.concurrent.ConcurrentNavigableMap<java.lang.Object,E> m
Values(java.util.concurrent.ConcurrentNavigableMap<java.lang.Object,E> map)
public java.util.Iterator<E> iterator()
public boolean isEmpty()
public int size()
public boolean contains(java.lang.Object o)
public void clear()
public java.lang.Object[] toArray()