org.axiondb.engine.rowcollection

Class IntRowMap.RowValues

private final class IntRowMap.RowValues extends Values implements RowCollection

Method Summary
booleanadd(Row row)
booleancontains(Row row)
booleanremove(Row row)
RowIteratorrowIterator()

Method Detail

add

public boolean add(Row row)

contains

public boolean contains(Row row)

remove

public boolean remove(Row row)

rowIterator

public RowIterator rowIterator()