|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ontobox.fast.util.primitive.impl.trove.TroveIntByteMap
public class TroveIntByteMap
| Constructor Summary | |
|---|---|
TroveIntByteMap(int size)
|
|
| Method Summary | |
|---|---|
java.lang.Byte |
get(int key)
|
void |
put(int key,
byte value)
|
void |
removeKey(int key)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TroveIntByteMap(int size)
| Method Detail |
|---|
public final void removeKey(int key)
removeKey in interface IntByteMappublic final java.lang.Byte get(int key)
get in interface IntByteMap
public final void put(int key,
byte value)
put in interface IntByteMap
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||