static class Maps.KeySet<K,V> extends Sets.ImprovedAbstractSet<K>
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<K,V> |
map |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(java.lang.Object o) |
void |
forEach(java.util.function.Consumer<? super K> action) |
boolean |
isEmpty() |
java.util.Iterator<K> |
iterator() |
(package private) java.util.Map<K,V> |
map() |
boolean |
remove(java.lang.Object o) |
int |
size() |
removeAll, retainAll
add, addAll, containsAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public java.util.Iterator<K> iterator()
public void forEach(java.util.function.Consumer<? super K> action)
public int size()
public boolean isEmpty()
public boolean contains(@CheckForNull java.lang.Object o)
public boolean remove(@CheckForNull java.lang.Object o)