|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
org.neodatis.odb.impl.core.query.list.objects.SimpleList<ObjectValues>
org.neodatis.odb.impl.core.query.list.values.SimpleListForValues
public class SimpleListForValues
A simple list to hold query result for Object Values API. It is used when no index and no order by is used and inMemory = true
Field Summary |
---|
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
SimpleListForValues()
|
|
SimpleListForValues(int initialCapacity)
|
Method Summary | |
---|---|
boolean |
addWithKey(int key,
ObjectValues object)
Add an object into the collection using a specific ordering key |
boolean |
addWithKey(OdbComparable key,
ObjectValues object)
Add an object into the collection using a specific ordering key |
ObjectValues |
nextValues()
|
Methods inherited from class org.neodatis.odb.impl.core.query.list.objects.SimpleList |
---|
getFirst, hasNext, iterator, next, removeByKey, reset |
Methods inherited from class java.util.ArrayList |
---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
equals, hashCode, iterator, listIterator, listIterator, subList |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, removeAll, retainAll, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.neodatis.odb.Values |
---|
getFirst, hasNext, iterator, reset |
Methods inherited from interface org.neodatis.odb.Objects |
---|
next, removeByKey |
Methods inherited from interface java.util.Collection |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface java.util.List |
---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
Constructor Detail |
---|
public SimpleListForValues()
public SimpleListForValues(int initialCapacity)
Method Detail |
---|
public ObjectValues nextValues()
nextValues
in interface Values
public boolean addWithKey(OdbComparable key, ObjectValues object)
Objects
addWithKey
in interface Objects<ObjectValues>
addWithKey
in interface Values
addWithKey
in class SimpleList<ObjectValues>
public boolean addWithKey(int key, ObjectValues object)
Objects
addWithKey
in interface Objects<ObjectValues>
addWithKey
in interface Values
addWithKey
in class SimpleList<ObjectValues>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |