|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ontobox.fast.util.primitive.impl.pcj.PCJIntByteMap
public class PCJIntByteMap
Constructor Summary | |
---|---|
PCJIntByteMap(boolean chained,
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 PCJIntByteMap(boolean chained, int size)
Method Detail |
---|
public final void removeKey(int key)
removeKey
in interface IntByteMap
public 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 |