protected class TCharFloatHashMap.TKeyView extends Objectimplements TCharSet
serialVersionUID| Modifier | Constructor and Description |
|---|---|
protected |
TKeyView()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(char entry)
Unsupported when operating upon a Key Set view of a TCharFloatMap
|
boolean |
addAll(char[] array)
Unsupported when operating upon a Key Set view of a TCharFloatMap
|
boolean |
addAll(Collection
Unsupported when operating upon a Key Set view of a TCharFloatMap
|
boolean |
addAll(TCharCollection
Unsupported when operating upon a Key Set view of a TCharFloatMap
|
void |
clear()
|
boolean |
contains(char entry)
|
boolean |
containsAll(char[] array)
|
boolean |
containsAll(Collection
|
boolean |
containsAll(TCharCollection
|
boolean |
equals(Object
|
boolean |
forEach(TCharProcedure
|
char |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
isEmpty()
|
TCharIterator |
iterator()
|
boolean |
remove(char entry)
|
boolean |
removeAll(char[] array)
|
boolean |
removeAll(Collection
|
boolean |
removeAll(TCharCollection
|
boolean |
retainAll(char[] array)
|
boolean |
retainAll(Collection
|
boolean |
retainAll(TCharCollection
|
int |
size()
|
char[] |
toArray()
|
char[] |
toArray(char[] dest)
|
String |
toString()
|
public TCharIteratoriterator()
public char getNoEntryValue()
public int size()
public boolean isEmpty()
public boolean contains(char entry)
public char[] toArray()
public char[] toArray(char[] dest)
public boolean add(char entry)
public boolean remove(char entry)
public boolean containsAll(Collection<?> collection)
public boolean containsAll(TCharCollectioncollection)
public boolean containsAll(char[] array)
public boolean addAll(Collection<? extends Character > collection)
public boolean addAll(TCharCollectioncollection)
public boolean addAll(char[] array)
public boolean retainAll(Collection<?> collection)
public boolean retainAll(TCharCollectioncollection)
public boolean retainAll(char[] array)
public boolean removeAll(Collection<?> collection)
public boolean removeAll(TCharCollectioncollection)
public boolean removeAll(char[] array)
public void clear()
public boolean forEach(TCharProcedureprocedure)
public boolean equals(Objectother)
public int hashCode()
public StringtoString()