public final class EntrySetAdapter<V> extends AbstractSet<V>
Constructor and Description |
---|
EntrySetAdapter(Iterable<? extends Map.Entry<?,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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, remove, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
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 © 2023. All rights reserved.