Iterable<Map.Entry<Object,V>>
, Collection<Map.Entry<Object,V>>
, Set<Map.Entry<Object,V>>
public final class CharArrayMap.EntrySet extends AbstractSet<Map.Entry<Object,V>>
Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
|
boolean |
contains(Object o) |
|
CharArrayMap.EntryIterator |
iterator() |
|
boolean |
remove(Object o) |
|
int |
size() |
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
equals, hashCode, removeAll
parallelStream, removeIf, stream
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
public CharArrayMap.EntryIterator iterator()
public boolean contains(Object o)
public boolean remove(Object o)
public int size()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.