protected class TByteFloatHashMap.TKeyView extends Objectimplements TByteSet
serialVersionUID| Modifier | Constructor and Description |
|---|---|
protected |
TKeyView()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(byte entry)
Unsupported when operating upon a Key Set view of a TByteFloatMap
|
boolean |
addAll(byte[] array)
Unsupported when operating upon a Key Set view of a TByteFloatMap
|
boolean |
addAll(Collection
Unsupported when operating upon a Key Set view of a TByteFloatMap
|
boolean |
addAll(TByteCollection
Unsupported when operating upon a Key Set view of a TByteFloatMap
|
void |
clear()
|
boolean |
contains(byte entry)
|
boolean |
containsAll(byte[] array)
|
boolean |
containsAll(Collection
|
boolean |
containsAll(TByteCollection
|
boolean |
equals(Object
|
boolean |
forEach(TByteProcedure
|
byte |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
isEmpty()
|
TByteIterator |
iterator()
|
boolean |
remove(byte entry)
|
boolean |
removeAll(byte[] array)
|
boolean |
removeAll(Collection
|
boolean |
removeAll(TByteCollection
|
boolean |
retainAll(byte[] array)
|
boolean |
retainAll(Collection
|
boolean |
retainAll(TByteCollection
|
int |
size()
|
byte[] |
toArray()
|
byte[] |
toArray(byte[] dest)
|
String |
toString()
|
public TByteIteratoriterator()
public byte getNoEntryValue()
public int size()
public boolean isEmpty()
public boolean contains(byte entry)
public byte[] toArray()
public byte[] toArray(byte[] dest)
public boolean add(byte entry)
public boolean remove(byte entry)
public boolean containsAll(Collection<?> collection)
public boolean containsAll(TByteCollectioncollection)
public boolean containsAll(byte[] array)
public boolean addAll(Collection<? extends Byte > collection)
public boolean addAll(TByteCollectioncollection)
public boolean addAll(byte[] array)
public boolean retainAll(Collection<?> collection)
public boolean retainAll(TByteCollectioncollection)
public boolean retainAll(byte[] array)
public boolean removeAll(Collection<?> collection)
public boolean removeAll(TByteCollectioncollection)
public boolean removeAll(byte[] array)
public void clear()
public boolean forEach(TByteProcedureprocedure)
public boolean equals(Objectother)
public int hashCode()
public StringtoString()