protected class TByteDoubleHashMap.TValueView extends Objectimplements TDoubleCollection
serialVersionUID| Modifier | Constructor and Description |
|---|---|
protected |
TValueView()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(double entry)
|
boolean |
addAll(Collection
|
boolean |
addAll(double[] array)
|
boolean |
addAll(TDoubleCollection
|
void |
clear()
|
boolean |
contains(double entry)
|
boolean |
containsAll(Collection
|
boolean |
containsAll(double[] array)
|
boolean |
containsAll(TDoubleCollection
|
boolean |
forEach(TDoubleProcedure
|
double |
getNoEntryValue()
|
boolean |
isEmpty()
|
TDoubleIterator |
iterator()
|
boolean |
remove(double entry)
|
boolean |
removeAll(Collection
|
boolean |
removeAll(double[] array)
|
boolean |
removeAll(TDoubleCollection
|
boolean |
retainAll(Collection
|
boolean |
retainAll(double[] array)
|
boolean |
retainAll(TDoubleCollection
|
int |
size()
|
double[] |
toArray()
|
double[] |
toArray(double[] dest)
|
String |
toString()
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic TDoubleIteratoriterator()
public double getNoEntryValue()
public int size()
public boolean isEmpty()
public boolean contains(double entry)
public double[] toArray()
public double[] toArray(double[] dest)
public boolean add(double entry)
public boolean remove(double entry)
public boolean containsAll(Collection<?> collection)
public boolean containsAll(TDoubleCollectioncollection)
public boolean containsAll(double[] array)
public boolean addAll(Collection<? extends Double > collection)
public boolean addAll(TDoubleCollectioncollection)
public boolean addAll(double[] array)
public boolean retainAll(Collection<?> collection)
public boolean retainAll(TDoubleCollectioncollection)
public boolean retainAll(double[] array)
public boolean removeAll(Collection<?> collection)
public boolean removeAll(TDoubleCollectioncollection)
public boolean removeAll(double[] array)
public void clear()
public boolean forEach(TDoubleProcedureprocedure)
public StringtoString()