protected class TIntFloatHashMap.TKeyView extends Objectimplements TIntSet
serialVersionUID| Modifier | Constructor and Description |
|---|---|
protected |
TKeyView()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(int entry)
Unsupported when operating upon a Key Set view of a TIntFloatMap
|
boolean |
addAll(Collection
Unsupported when operating upon a Key Set view of a TIntFloatMap
|
boolean |
addAll(int[] array)
Unsupported when operating upon a Key Set view of a TIntFloatMap
|
boolean |
addAll(TIntCollection
Unsupported when operating upon a Key Set view of a TIntFloatMap
|
void |
clear()
|
boolean |
contains(int entry)
|
boolean |
containsAll(Collection
|
boolean |
containsAll(int[] array)
|
boolean |
containsAll(TIntCollection
|
boolean |
equals(Object
|
boolean |
forEach(TIntProcedure
|
int |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
isEmpty()
|
TIntIterator |
iterator()
|
boolean |
remove(int entry)
|
boolean |
removeAll(Collection
|
boolean |
removeAll(int[] array)
|
boolean |
removeAll(TIntCollection
|
boolean |
retainAll(Collection
|
boolean |
retainAll(int[] array)
|
boolean |
retainAll(TIntCollection
|
int |
size()
|
int[] |
toArray()
|
int[] |
toArray(int[] dest)
|
String |
toString()
|
public TIntIteratoriterator()
public int getNoEntryValue()
public int size()
public boolean isEmpty()
public boolean contains(int entry)
public int[] toArray()
public int[] toArray(int[] dest)
public boolean add(int entry)
public boolean remove(int entry)
public boolean containsAll(Collection<?> collection)
public boolean containsAll(TIntCollectioncollection)
public boolean containsAll(int[] array)
public boolean addAll(Collection<? extends Integer > collection)
public boolean addAll(TIntCollectioncollection)
public boolean addAll(int[] array)
public boolean retainAll(Collection<?> collection)
public boolean retainAll(TIntCollectioncollection)
public boolean retainAll(int[] array)
public boolean removeAll(Collection<?> collection)
public boolean removeAll(TIntCollectioncollection)
public boolean removeAll(int[] array)
public void clear()
public boolean forEach(TIntProcedureprocedure)
public boolean equals(Objectother)
public int hashCode()
public StringtoString()