protected class TByteFloatHashMap.TValueView extends Objectimplements TFloatCollection
serialVersionUID| Modifier | Constructor and Description |
|---|---|
protected |
TValueView()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(float entry)
|
boolean |
addAll(Collection
|
boolean |
addAll(float[] array)
|
boolean |
addAll(TFloatCollection
|
void |
clear()
|
boolean |
contains(float entry)
|
boolean |
containsAll(Collection
|
boolean |
containsAll(float[] array)
|
boolean |
containsAll(TFloatCollection
|
boolean |
forEach(TFloatProcedure
|
float |
getNoEntryValue()
|
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()
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic 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 StringtoString()