public abstract static class AbstractChar2BooleanMap.BasicEntrySet extends AbstractObjectSet<Char2BooleanMap.Entry>
| Constructor and Description |
|---|
BasicEntrySet(Char2BooleanMap 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(Char2BooleanMap map)
public boolean contains(Object o)
contains in interface Collection<Char2BooleanMap.Entry>contains in interface Set<Char2BooleanMap.Entry>contains in class AbstractCollection<Char2BooleanMap.Entry>public boolean remove(Object o)
remove in interface Collection<Char2BooleanMap.Entry>remove in interface Set<Char2BooleanMap.Entry>remove in class AbstractCollection<Char2BooleanMap.Entry>public int size()
size in interface Collection<Char2BooleanMap.Entry>size in interface Set<Char2BooleanMap.Entry>size in class AbstractCollection<Char2BooleanMap.Entry>