protected class TLongFloatHashMap.TKeyView extends Objectimplements TLongSet
serialVersionUID| Modifier | Constructor and Description |
|---|---|
protected |
TKeyView()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(long entry)
Unsupported when operating upon a Key Set view of a TLongFloatMap
|
boolean |
addAll(Collection
Unsupported when operating upon a Key Set view of a TLongFloatMap
|
boolean |
addAll(long[] array)
Unsupported when operating upon a Key Set view of a TLongFloatMap
|
boolean |
addAll(TLongCollection
Unsupported when operating upon a Key Set view of a TLongFloatMap
|
void |
clear()
|
boolean |
contains(long entry)
|
boolean |
containsAll(Collection
|
boolean |
containsAll(long[] array)
|
boolean |
containsAll(TLongCollection
|
boolean |
equals(Object
|
boolean |
forEach(TLongProcedure
|
long |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
isEmpty()
|
TLongIterator |
iterator()
|
boolean |
remove(long entry)
|
boolean |
removeAll(Collection
|
boolean |
removeAll(long[] array)
|
boolean |
removeAll(TLongCollection
|
boolean |
retainAll(Collection
|
boolean |
retainAll(long[] array)
|
boolean |
retainAll(TLongCollection
|
int |
size()
|
long[] |
toArray()
|
long[] |
toArray(long[] dest)
|
String |
toString()
|
public TLongIteratoriterator()
public long getNoEntryValue()
public int size()
public boolean isEmpty()
public boolean contains(long entry)
public long[] toArray()
public long[] toArray(long[] dest)
public boolean add(long entry)
public boolean remove(long entry)
public boolean containsAll(Collection<?> collection)
public boolean containsAll(TLongCollectioncollection)
public boolean containsAll(long[] array)
public boolean addAll(Collection<? extends Long > collection)
public boolean addAll(TLongCollectioncollection)
public boolean addAll(long[] array)
public boolean retainAll(Collection<?> collection)
public boolean retainAll(TLongCollectioncollection)
public boolean retainAll(long[] array)
public boolean removeAll(Collection<?> collection)
public boolean removeAll(TLongCollectioncollection)
public boolean removeAll(long[] array)
public void clear()
public boolean forEach(TLongProcedureprocedure)
public boolean equals(Objectother)
public int hashCode()
public StringtoString()