public abstract static class AbstractObject2CharMap.BasicEntrySet<K> extends AbstractObjectSet<Object2CharMap.Entry<K>>
| Constructor and Description |
|---|
BasicEntrySet(Object2CharMap<K> map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object o) |
boolean |
remove(Object o) |
int |
size() |
equals, hashCode, iteratortoStringadd, addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArrayadd, addAll, clear, containsAll, isEmpty, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic BasicEntrySet(Object2CharMap<K> map)
public boolean contains(Object o)
contains in interface Collection<Object2CharMap.Entry<K>>contains in interface Set<Object2CharMap.Entry<K>>contains in class AbstractCollection<Object2CharMap.Entry<K>>public boolean remove(Object o)
remove in interface Collection<Object2CharMap.Entry<K>>remove in interface Set<Object2CharMap.Entry<K>>remove in class AbstractCollection<Object2CharMap.Entry<K>>public int size()
size in interface Collection<Object2CharMap.Entry<K>>size in interface Set<Object2CharMap.Entry<K>>size in class AbstractCollection<Object2CharMap.Entry<K>>