Class ArrayWrapperAny.WrapperIterator

java.lang.Object
com.jsoniter.any.ArrayWrapperAny.WrapperIterator
All Implemented Interfaces:
Iterator<Any>
Enclosing class:
ArrayWrapperAny

private class ArrayWrapperAny.WrapperIterator extends Object implements Iterator<Any>
  • Field Details

    • index

      private int index
    • size

      private final int size
  • Constructor Details

    • WrapperIterator

      private WrapperIterator()
  • Method Details