public final class EntrySetAdapter<V>
extends java.util.AbstractSet<V>
Set backed by an Iterable sequence of map entries.| Modifier and Type | Class and Description |
|---|---|
private static class |
EntrySetAdapter.ValueIterator<V>
Value
Iterator backed by a Key:Value Iterator. |
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Iterable<? extends java.util.Map.Entry<?,V>> |
iterable |
| 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, waitprivate final java.lang.Iterable<? extends java.util.Map.Entry<?,V>> iterable
public EntrySetAdapter(java.lang.Iterable<? extends java.util.Map.Entry<?,V>> iterable)
public java.util.Iterator<V> iterator()
public boolean isEmpty()