org.axiondb.engine.rowcollection
Class IntHashMap.Values
java.lang.Object
org.axiondb.engine.rowcollection.IntHashMap.Values
- Enclosing class:
- IntHashMap
protected class IntHashMap.Values
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntHashMap.Values
protected IntHashMap.Values()
add
public boolean add(Object row)
clear
public void clear()
iterator
public IntHashMap.ValueIterator iterator()
size
public int size()
contains
public boolean contains(Object row)
isEmpty
public boolean isEmpty()
remove
public boolean remove(Object row)