byte
s as keys.
Modifier and Type | Class and Description |
---|---|
public static interface | ByteObjectMap.
the value type stored in the map. V>A primitive entry in the map, provided by the iterator from |
Modifier and Type | Method and Description |
---|---|
public boolean | |
public Iterable | |
public V | Returns: the value ornull if the key was not found in the map.the key whose associated value is to be returned. key)Gets the value in the map with the specified key. |
public V | Returns: the previous value for this key ornull if there was no previous mapping.the key of the entry. key, V the value of the entry. value)Redeclares java. |
public V | Returns: the previous value for the key, ornull if there was no mapping.the key for the entry to be removed from this map. key)Removes the entry with the specified key. |
containsKey | back to summary |
---|---|
public boolean containsKey(byte key) Indicates whether or not this map contains a value for the specified key. |
entries | back to summary |
---|---|
public Iterable Gets an iterable to traverse over the primitive entries contained in this map. As an optimization,
the |
get | back to summary |
---|---|
public V get(byte key) Gets the value in the map with the specified key.
|
put | back to summary |
---|---|
public V put(byte key, V value) Redeclares java. Puts the given entry into the map.
|
remove | back to summary |
---|---|
public V remove(byte key) Removes the entry with the specified key.
|
entries()
Modifier and Type | Method and Description |
---|---|
public byte | |
public void | |
public V |
key | back to summary |
---|---|
public byte key() Gets the key for this entry. |
setValue | back to summary |
---|---|
public void setValue(V value) Sets the value for this entry. |
value | back to summary |
---|---|
public V value() Gets the value for this entry. |