protected class TFloatFloatHashMap.TKeyView extends Objectimplements TFloatSet
serialVersionUID| Modifier | Constructor and Description |
|---|---|
protected |
TKeyView()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(float entry)
Unsupported when operating upon a Key Set view of a TFloatFloatMap
|
boolean |
addAll(Collection
Unsupported when operating upon a Key Set view of a TFloatFloatMap
|
boolean |
addAll(float[] array)
Unsupported when operating upon a Key Set view of a TFloatFloatMap
|
boolean |
addAll(TFloatCollection
Unsupported when operating upon a Key Set view of a TFloatFloatMap
|
void |
clear()
|
boolean |
contains(float entry)
|
boolean |
containsAll(Collection
|
boolean |
containsAll(float[] array)
|
boolean |
containsAll(TFloatCollection
|
boolean |
equals(Object
|
boolean |
forEach(TFloatProcedure
|
float |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
isEmpty()
|
TFloatIterator |
iterator()
|
boolean |
remove(float entry)
|
boolean |
removeAll(Collection
|
boolean |
removeAll(float[] array)
|
boolean |
removeAll(TFloatCollection
|
boolean |
retainAll(Collection
|
boolean |
retainAll(float[] array)
|
boolean |
retainAll(TFloatCollection
|
int |
size()
|
float[] |
toArray()
|
float[] |
toArray(float[] dest)
|
String |
toString()
|
public TFloatIteratoriterator()
public float getNoEntryValue()
public int size()
public boolean isEmpty()
public boolean contains(float entry)
public float[] toArray()
public float[] toArray(float[] dest)
public boolean add(float entry)
public boolean remove(float entry)
public boolean containsAll(Collection<?> collection)
public boolean containsAll(TFloatCollectioncollection)
public boolean containsAll(float[] array)
public boolean addAll(Collection<? extends Float > collection)
public boolean addAll(TFloatCollectioncollection)
public boolean addAll(float[] array)
public boolean retainAll(Collection<?> collection)
public boolean retainAll(TFloatCollectioncollection)
public boolean retainAll(float[] array)
public boolean removeAll(Collection<?> collection)
public boolean removeAll(TFloatCollectioncollection)
public boolean removeAll(float[] array)
public void clear()
public boolean forEach(TFloatProcedureprocedure)
public boolean equals(Objectother)
public int hashCode()
public StringtoString()