public class TUnmodifiableShortIntMap extends Objectimplements TShortIntMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableShortIntMap(TShortIntMap
|
| Modifier and Type | Method and Description |
|---|---|
int |
adjustOrPutValue(short key, int adjust_amount, int put_amount)
|
boolean |
adjustValue(short key, int amount)
|
void |
clear()
|
boolean |
containsKey(short key)
|
boolean |
containsValue(int val)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TShortIntProcedure
|
boolean |
forEachKey(TShortProcedure
|
boolean |
forEachValue(TIntProcedure
|
int |
get(short key)
|
short |
getNoEntryKey()
|
int |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(short key)
|
boolean |
isEmpty()
|
TShortIntIterator |
iterator()
|
short[] |
keys()
|
short[] |
keys(short[] array)
|
TShortSet |
keySet()
|
int |
put(short key, int value)
|
void |
putAll(Map
|
void |
putAll(TShortIntMap
|
int |
putIfAbsent(short key, int value)
|
int |
remove(short key)
|
boolean |
retainEntries(TShortIntProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TIntFunction
|
TIntCollection |
valueCollection()
|
int[] |
values()
|
int[] |
values(int[] array)
|
public TUnmodifiableShortIntMap(TShortIntMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(short key)
public boolean containsValue(int val)
public int get(short key)
public int put(short key,
int value)public int remove(short key)
public void putAll(TShortIntMapm)
public void clear()
public TShortSetkeySet()
public short[] keys()
public short[] keys(short[] array)
public TIntCollectionvalueCollection()
public int[] values()
public int[] values(int[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public short getNoEntryKey()
public int getNoEntryValue()
public boolean forEachKey(TShortProcedureprocedure)
public boolean forEachValue(TIntProcedureprocedure)
public boolean forEachEntry(TShortIntProcedureprocedure)
public TShortIntIteratoriterator()
public int putIfAbsent(short key,
int value)public void transformValues(TIntFunctionfunction)
public boolean retainEntries(TShortIntProcedureprocedure)
public boolean increment(short key)
public boolean adjustValue(short key,
int amount)public int adjustOrPutValue(short key,
int adjust_amount,
int put_amount)