public class TUnmodifiableLongShortMap extends Objectimplements TLongShortMap , Serializable
| Constructor and Description |
|---|
TUnmodifiableLongShortMap(TLongShortMap
|
| Modifier and Type | Method and Description |
|---|---|
short |
adjustOrPutValue(long key, short adjust_amount, short put_amount)
|
boolean |
adjustValue(long key, short amount)
|
void |
clear()
|
boolean |
containsKey(long key)
|
boolean |
containsValue(short val)
|
boolean |
equals(Object
|
boolean |
forEachEntry(TLongShortProcedure
|
boolean |
forEachKey(TLongProcedure
|
boolean |
forEachValue(TShortProcedure
|
short |
get(long key)
|
long |
getNoEntryKey()
|
short |
getNoEntryValue()
|
int |
hashCode()
|
boolean |
increment(long key)
|
boolean |
isEmpty()
|
TLongShortIterator |
iterator()
|
long[] |
keys()
|
long[] |
keys(long[] array)
|
TLongSet |
keySet()
|
short |
put(long key, short value)
|
void |
putAll(Map
|
void |
putAll(TLongShortMap
|
short |
putIfAbsent(long key, short value)
|
short |
remove(long key)
|
boolean |
retainEntries(TLongShortProcedure
|
int |
size()
|
String |
toString()
|
void |
transformValues(TShortFunction
|
TShortCollection |
valueCollection()
|
short[] |
values()
|
short[] |
values(short[] array)
|
public TUnmodifiableLongShortMap(TLongShortMapm)
public int size()
public boolean isEmpty()
public boolean containsKey(long key)
public boolean containsValue(short val)
public short get(long key)
public short put(long key,
short value)public short remove(long key)
public void putAll(TLongShortMapm)
public void clear()
public TLongSetkeySet()
public long[] keys()
public long[] keys(long[] array)
public TShortCollectionvalueCollection()
public short[] values()
public short[] values(short[] array)
public boolean equals(Objecto)
public int hashCode()
public StringtoString()
public long getNoEntryKey()
public short getNoEntryValue()
public boolean forEachKey(TLongProcedureprocedure)
public boolean forEachValue(TShortProcedureprocedure)
public boolean forEachEntry(TLongShortProcedureprocedure)
public TLongShortIteratoriterator()
public short putIfAbsent(long key,
short value)public void transformValues(TShortFunctionfunction)
public boolean retainEntries(TLongShortProcedureprocedure)
public boolean increment(long key)
public boolean adjustValue(long key,
short amount)public short adjustOrPutValue(long key,
short adjust_amount,
short put_amount)