java.lang.Object
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.util.ArrayIterator<T>
All Implemented Interfaces:
Iterable<T>, Iterator<T>

public class ArrayIterator<T> extends Object implements Iterator<T>, Iterable<T>
Iterator implementation used to efficiently expose contents of an Array as read-only iterator.
  • Constructor Details

    • ArrayIterator

      public ArrayIterator(T[] a)
  • Method Details