public final class EntrySetAdapter<V>
extends java.util.AbstractSet<V>
Set backed by an Iterable sequence of map entries.| Constructor and Description |
|---|
EntrySetAdapter(java.lang.Iterable<? extends java.util.Map.Entry<?,V>> iterable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
java.util.Iterator<V> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, remove, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait