public final class EntrySetAdapter<K,V> extends AbstractSet<V>
Constructor and Description |
---|
EntrySetAdapter(Iterable<? extends Map.Entry<K,V>> iterable) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty() |
Iterator<V> |
iterator() |
int |
size() |
equals, hashCode, removeAll
add, addAll, clear, contains, containsAll, remove, retainAll, toArray, toArray, toString
public boolean isEmpty()
isEmpty
in interface Collection<V>
isEmpty
in interface Set<V>
isEmpty
in class AbstractCollection<V>
public int size()
size
in interface Collection<V>
size
in interface Set<V>
size
in class AbstractCollection<V>
Copyright © 2010-2016 Sonatype, Inc.. All Rights Reserved.