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