Class ArrayIterator<T>

java.lang.Object
cool.scx.common.iterator.ArrayIterator<T>
All Implemented Interfaces:
Iterable<T>, Iterator<T>

public class ArrayIterator<T> extends Object implements Iterator<T>, Iterable<T>
迭代器
  • Constructor Details

    • ArrayIterator

      public ArrayIterator(T[] array)
  • Method Details