protected class TDoubleFloatHashMap.TKeyView extends Objectimplements TDoubleSet
serialVersionUID| Modifier | Constructor and Description |
|---|---|
protected |
TKeyView()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(double entry)
Unsupported when operating upon a Key Set view of a TDoubleFloatMap
|
boolean |
addAll(Collection
Unsupported when operating upon a Key Set view of a TDoubleFloatMap
|
boolean |
addAll(double[] array)
Unsupported when operating upon a Key Set view of a TDoubleFloatMap
|
boolean |
addAll(TDoubleCollection
Unsupported when operating upon a Key Set view of a TDoubleFloatMap
|
void |
clear()
|
boolean |
contains(double entry)
|
boolean |
containsAll(Collection
|
boolean |
containsAll(double[] array)
|
boolean |
containsAll(TDoubleCollection
|
boolean |
equals(Object
|
boolean |
forEach(TDoubleProcedure
|
double |
getNoEntryValue()
|
int |
hashCode()
|
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()
|
public 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 boolean equals(Objectother)
public int hashCode()
public StringtoString()