public abstract static class AbstractChar2ReferenceMap.BasicEntrySet<V> extends AbstractObjectSet<Char2ReferenceMap.Entry<V>>
| Modifier and Type | Field and Description |
|---|---|
protected Char2ReferenceMap<V> |
map |
| Constructor and Description |
|---|
BasicEntrySet(Char2ReferenceMap<V> 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, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, containsAll, isEmpty, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected final Char2ReferenceMap<V> map
public BasicEntrySet(Char2ReferenceMap<V> map)
public boolean contains(Object o)
contains in interface Collection<Char2ReferenceMap.Entry<V>>contains in interface Set<Char2ReferenceMap.Entry<V>>contains in class AbstractCollection<Char2ReferenceMap.Entry<V>>public boolean remove(Object o)
remove in interface Collection<Char2ReferenceMap.Entry<V>>remove in interface Set<Char2ReferenceMap.Entry<V>>remove in class AbstractCollection<Char2ReferenceMap.Entry<V>>public int size()
size in interface Collection<Char2ReferenceMap.Entry<V>>size in interface Set<Char2ReferenceMap.Entry<V>>size in class AbstractCollection<Char2ReferenceMap.Entry<V>>Copyright © 2020. All rights reserved.