public class ObjectCacheIterator<T> extends Object implements OADataSourceIterator
Modifier and Type | Field and Description |
---|---|
protected ArrayList<T> |
alFetchObjects |
protected boolean |
bFetchIsDone |
protected Class<T> |
clazz |
protected OAFilter<T> |
filter |
protected T |
lastFetchObject |
protected int |
max |
protected T |
nextObject |
protected int |
posFetchObjects |
Constructor and Description |
---|
ObjectCacheIterator(Class<T> c) |
ObjectCacheIterator(Class<T> c,
OAFilter<T> filter) |
Modifier and Type | Method and Description |
---|---|
protected T |
_next() |
int |
getMax() |
boolean |
hasNext() |
T |
next() |
void |
setMax(int x) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getQuery, getQuery2, getSiblingHelper, remove
forEachRemaining
Copyright © 1999–2025 ViaOA. All rights reserved.