protected class TShortFloatHashMap.TKeyView extends Objectimplements TShortSet
serialVersionUID| Modifier | Constructor and Description |
|---|---|
protected |
TKeyView()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(short entry)
Unsupported when operating upon a Key Set view of a TShortFloatMap
|
boolean |
addAll(Collection
Unsupported when operating upon a Key Set view of a TShortFloatMap
|
boolean |
addAll(short[] array)
Unsupported when operating upon a Key Set view of a TShortFloatMap
|
boolean |
addAll(TShortCollection
Unsupported when operating upon a Key Set view of a TShortFloatMap
|
void |
clear()
|
boolean |
contains(short entry)
|
boolean |
containsAll(Collection
|
boolean |
containsAll(short[] array)
|
boolean |
containsAll(TShortCollection
|
boolean |
equals(Object
|
boolean |
forEach(TShortProcedure
|
short |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
isEmpty()
|
TShortIterator |
iterator()
|
boolean |
remove(short entry)
|
boolean |
removeAll(Collection
|
boolean |
removeAll(short[] array)
|
boolean |
removeAll(TShortCollection
|
boolean |
retainAll(Collection
|
boolean |
retainAll(short[] array)
|
boolean |
retainAll(TShortCollection
|
int |
size()
|
short[] |
toArray()
|
short[] |
toArray(short[] dest)
|
String |
toString()
|
public TShortIteratoriterator()
public short getNoEntryValue()
public int size()
public boolean isEmpty()
public boolean contains(short entry)
public short[] toArray()
public short[] toArray(short[] dest)
public boolean add(short entry)
public boolean remove(short entry)
public boolean containsAll(Collection<?> collection)
public boolean containsAll(TShortCollectioncollection)
public boolean containsAll(short[] array)
public boolean addAll(Collection<? extends Short > collection)
public boolean addAll(TShortCollectioncollection)
public boolean addAll(short[] array)
public boolean retainAll(Collection<?> collection)
public boolean retainAll(TShortCollectioncollection)
public boolean retainAll(short[] array)
public boolean removeAll(Collection<?> collection)
public boolean removeAll(TShortCollectioncollection)
public boolean removeAll(short[] array)
public void clear()
public boolean forEach(TShortProcedureprocedure)
public boolean equals(Objectother)
public int hashCode()
public StringtoString()