org.ontobox.fast.util.primitive.impl.pcj
Class PCJIntIntMap
java.lang.Object
org.ontobox.fast.util.primitive.impl.pcj.PCJIntIntMap
- All Implemented Interfaces:
- IntIntMap
public class PCJIntIntMap
- extends java.lang.Object
- implements IntIntMap
- Author:
- Anton Malykh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PCJIntIntMap
public PCJIntIntMap(boolean chained,
int size)
removeKey
public final void removeKey(int key)
- Specified by:
removeKey in interface IntIntMap
get
public final java.lang.Integer get(int key)
- Specified by:
get in interface IntIntMap
put
public final void put(int key,
int value)
- Specified by:
put in interface IntIntMap
containsKey
public final boolean containsKey(int key)
- Specified by:
containsKey in interface IntIntMap
keys
public final int[] keys()
- Specified by:
keys in interface IntIntMap