org.axiondb.engine.rowcollection
Class RowCollections

java.lang.Object
  extended by org.axiondb.engine.rowcollection.RowCollections
All Implemented Interfaces:
RowCollection

public abstract class RowCollections
extends java.lang.Object
implements RowCollection

An Utility for Row Collections.

Version:
$Revision: 1.2 $ $Date: 2005/12/22 09:02:30 $

Constructor Summary
RowCollections()
           
 
Method Summary
static RowCollection singletonList(Row row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.axiondb.RowCollection
add, clear, contains, isEmpty, remove, rowIterator, size
 

Constructor Detail

RowCollections

public RowCollections()
Method Detail

singletonList

public static RowCollection singletonList(Row row)