| java.util.AbstractList hu.netmind.persistence.LazyList
LazyList | public class LazyList extends AbstractList (Code) | | This list is a lazy-loading list. It receives a query statement, and
if an item is queried, the list runs the approriate search statement
and loads the referred item (and a given neighbourhood).
author: Brautigam Robert version: Revision: $Revision$ |
Inner Class :public class LazyListIterator implements ListIterator | |
BATCH_SIZE | public static int BATCH_SIZE(Code) | | |
BATCH_SIZE_LINEARMULTIPLIER | public static int BATCH_SIZE_LINEARMULTIPLIER(Code) | | |
BATCH_SIZE_MAX | public static int BATCH_SIZE_MAX(Code) | | |
MAX_JOINS | public static int MAX_JOINS(Code) | | |
get | public Object get(int index)(Code) | | Get the object on the given.
|
getStmtOffset | public long getStmtOffset(int index)(Code) | | Calculate the offset of a given statement.
|
size | public int size()(Code) | | Get the predicted size from database. This value never |
Fields inherited from java.util.AbstractList | protected transient int modCount(Code)(Java Doc)
|
|
|