|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Values
The main interface of all Object Values query results of NeoDatis ODB
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 |
getFirst()
Return the first object of the collection, if exist |
boolean |
hasNext()
Inform if the internal Iterator has more objects |
java.util.Iterator<ObjectValues> |
iterator(OrderByConstants orderByType)
Returns the collection iterator throughout the order by OrderByConstants |
ObjectValues |
nextValues()
|
void |
reset()
Reset the internal iterator of the collection |
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 |
Method Detail |
---|
ObjectValues nextValues()
boolean hasNext()
hasNext
in interface Objects<ObjectValues>
ObjectValues getFirst()
getFirst
in interface Objects<ObjectValues>
void reset()
reset
in interface Objects<ObjectValues>
boolean addWithKey(OdbComparable key, ObjectValues object)
addWithKey
in interface Objects<ObjectValues>
key
- object
-
boolean addWithKey(int key, ObjectValues object)
addWithKey
in interface Objects<ObjectValues>
key
- object
-
java.util.Iterator<ObjectValues> iterator(OrderByConstants orderByType)
OrderByConstants
iterator
in interface Objects<ObjectValues>
orderByType
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |