java.lang.Object
com.orientechnologies.common.collection.OIterableObjectArray<T>
- All Implemented Interfaces:
Iterable<T>
public class OIterableObjectArray<T>
extends Object
implements Iterable<T>
Allow to iterate over the array casted to Object.
- Author:
- Anton Cherneckiy (pesua.mail--at--gmail.com)
-
Constructor Summary
Constructors
-
Method Summary
Returns an iterator over a set of elements of type T.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OIterableObjectArray
public OIterableObjectArray(Object o)
-
Method Details
-
iterator
Returns an iterator over a set of elements of type T.
- Specified by:
iterator in interface Iterable<T>
- Returns:
- an Iterator.