public class OIterableObject<T> extends Object implements Iterable<T>, OResettable, Iterator<T>
Constructor and Description |
---|
OIterableObject(T o) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Iterator<T> |
iterator()
Returns an iterator over a set of elements of type T.
|
T |
next() |
void |
remove() |
void |
reset() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
forEachRemaining
public OIterableObject(T o)
public void reset()
reset
in interface OResettable
Copyright © 2009–2020 OrientDB. All rights reserved.