org.axiondb.engine.rowcollection

Class RowCollections.SingletonList

private static class RowCollections.SingletonList extends Object implements RowCollection

Method Summary
booleanadd(Row row)
voidclear()
booleancontains(Row row)
booleanisEmpty()
booleanremove(Row row)
RowIteratorrowIterator()
intsize()

Method Detail

add

public boolean add(Row row)

clear

public void clear()

contains

public boolean contains(Row row)

isEmpty

public boolean isEmpty()

remove

public boolean remove(Row row)

rowIterator

public RowIterator rowIterator()

size

public int size()