|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.upc.dama.dex.core.Values
public class Values
Value collection iterator.
It is possible to get an ascending or descending
Value collection iterator.
Graph.getValues(long, short),
Graph.ORDER_ASCENDENT,
Graph.ORDER_DESCENDENT,
Value| Method Summary | |
|---|---|
void |
close()
Closes the collection. |
boolean |
hasNext()
Gets whether there are more Values into the
collection. |
Value |
next()
Gets the next Value into the collection and moves
forward the iterator. |
void |
remove()
Unsupported operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean hasNext()
Values into the
collection.
hasNext in interface java.util.Iteratortrue if there is at least another
Value into the collection, false otherwise.public Value next()
Value into the collection and moves
forward the iterator.
next in interface java.util.IteratorValue.public void remove()
remove in interface java.util.Iteratorpublic void close()
It is important to close Values as soon as possible
to free its memory resources.
close in interface java.io.Closeable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||