
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, waitforEach, spliteratorforEachRemainingpublic OIterableObject(T o)
public void reset()
reset in interface OResettableCopyright © 2009–2025 OrientDB. All rights reserved.