private class CharKeyOpenHashMap.KeySet extends AbstractCharSet
| Modifier | Constructor and Description |
|---|---|
private |
KeySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears this collection.
|
boolean |
contains(char v)
Indicates whether this collection contains a specified
element.
|
CharIterator |
iterator()
Returns an iterator over this collection.
|
boolean |
remove(char v)
Removes a specified element from this collection.
|
int |
size()
Returns the number of elements in this collection.
|
equals, hashCodeadd, addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString, trimToSizeclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, trimToSizepublic void clear()
CharCollectionclear in interface CharCollectionclear in class AbstractCharCollectionpublic boolean contains(char v)
CharCollectioncontains in interface CharCollectioncontains in class AbstractCharCollectionv - the element to test for containment.CharCollection.containsAll(CharCollection)public CharIterator iterator()
CharCollectionpublic boolean remove(char v)
CharCollectionremove in interface CharCollectionremove in class AbstractCharCollectionv - the char value to remove from this collection.public int size()
CharCollectionsize in interface CharCollectionsize in class AbstractCharCollection