org.ontobox.fast.util.map
Class MapIntBooleanList

java.lang.Object
  extended by org.ontobox.fast.util.map.MapIntBooleanList

public class MapIntBooleanList
extends java.lang.Object

Author:
Anton Malykh

Constructor Summary
MapIntBooleanList()
           
MapIntBooleanList(int size)
           
 
Method Summary
 int add(int key, boolean value)
           
 int add(int key, int index, boolean value)
           
 BooleanList get(int key)
           
 boolean isEmpty()
           
 int[] keys()
           
 void removeKey(int key)
           
 void removeValues(int key, boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapIntBooleanList

public MapIntBooleanList()

MapIntBooleanList

public MapIntBooleanList(int size)
Method Detail

add

public final int add(int key,
                     boolean value)

add

public final int add(int key,
                     int index,
                     boolean value)

get

public final BooleanList get(int key)

keys

public final int[] keys()

removeKey

public final void removeKey(int key)

removeValues

public final void removeValues(int key,
                               boolean value)

isEmpty

public boolean isEmpty()