Class OIterableObjectArray<T>

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 Details

    • OIterableObjectArray

      public OIterableObjectArray(Object o)
  • Method Details

    • iterator

      public Iterator<T> iterator()
      Returns an iterator over a set of elements of type T.
      Specified by:
      iterator in interface Iterable<T>
      Returns:
      an Iterator.