public class TUnmodifiableIntShortMap extends Objectimplements TIntShortMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableIntShortMap(TIntShortMap
|
| Modifier and Type | Method and Description |
|---|---|
short |
adjustOrPutValue(int key, short adjust_amount, short put_amount)
|
boolean |
adjustValue(int key, short amount)
|
void |
clear()
|
boolean |
containsKey(int key)
|
boolean |
containsValue(short val)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TIntShortProcedure
|
boolean |
forEachKey(TIntProcedure
|
boolean |
forEachValue(TShortProcedure
|
short |
get(int key)
|
int |
getNoEntryKey()
|
short |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(int key)
|
boolean |
isEmpty()
|
TIntShortIterator |
iterator()
|
int[] |
keys()
|
int[] |
keys(int[] array)
|
TIntSet |
keySet()
|
short |
put(int key, short value)
|
void |
putAll(Map
|
void |
putAll(TIntShortMap
|
short |
putIfAbsent(int key, short value)
|
short |
remove(int key)
|
boolean |
retainEntries(TIntShortProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TShortFunction
|
TShortCollection |
valueCollection()
|
short[] |
values()
|
short[] |
values(short[] array)
|
public TUnmodifiableIntShortMap(TIntShortMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(int key)
public boolean containsValue(short val)
public short get(int key)
public short put(int key,
short value)public short remove(int key)
public void putAll(TIntShortMapm)
public void clear()
public TIntSetkeySet()
public int[] keys()
public int[] keys(int[] array)
public TShortCollectionvalueCollection()
public short[] values()
public short[] values(short[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public int getNoEntryKey()
public short getNoEntryValue()
public boolean forEachKey(TIntProcedureprocedure)
public boolean forEachValue(TShortProcedureprocedure)
public boolean forEachEntry(TIntShortProcedureprocedure)
public TIntShortIteratoriterator()
public short putIfAbsent(int key,
short value)public void transformValues(TShortFunctionfunction)
public boolean retainEntries(TIntShortProcedureprocedure)
public boolean increment(int key)
public boolean adjustValue(int key,
short amount)public short adjustOrPutValue(int key,
short adjust_amount,
short put_amount)