org.axiondb.engine.rowcollection
Class IntHashMap.Values

java.lang.Object
  extended by org.axiondb.engine.rowcollection.IntHashMap.Values
Enclosing class:
IntHashMap

protected class IntHashMap.Values
extends java.lang.Object


Constructor Summary
protected IntHashMap.Values()
           
 
Method Summary
 boolean add(java.lang.Object row)
           
 void clear()
           
 boolean contains(java.lang.Object row)
           
 boolean isEmpty()
           
 IntHashMap.ValueIterator iterator()
           
 boolean remove(java.lang.Object row)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntHashMap.Values

protected IntHashMap.Values()
Method Detail

add

public boolean add(java.lang.Object row)

clear

public void clear()

iterator

public IntHashMap.ValueIterator iterator()

size

public int size()

contains

public boolean contains(java.lang.Object row)

isEmpty

public boolean isEmpty()

remove

public boolean remove(java.lang.Object row)