K - key typeV - value typeabstract static class CompatibleGuava11.KeySet<K,V> extends CompatibleGuava11.ImprovedAbstractSet<K>
| Constructor and Description |
|---|
KeySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object o) |
boolean |
isEmpty() |
Iterator<K> |
iterator() |
(package private) abstract Map<K,V> |
map() |
boolean |
remove(Object o) |
int |
size() |
removeAll, retainAllequals, hashCodeadd, addAll, containsAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, containsAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic int size()
size in interface Collection<K>size in interface Set<K>size in class AbstractCollection<K>public boolean isEmpty()
isEmpty in interface Collection<K>isEmpty in interface Set<K>isEmpty in class AbstractCollection<K>public boolean contains(Object o)
contains in interface Collection<K>contains in interface Set<K>contains in class AbstractCollection<K>public boolean remove(Object o)
remove in interface Collection<K>remove in interface Set<K>remove in class AbstractCollection<K>public void clear()
clear in interface Collection<K>clear in interface Set<K>clear in class AbstractCollection<K>Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.