Class AbstractHolderBuilder.ArrayBuilderIterator<T>

java.lang.Object
com.tccc.kos.ext.dispense.AbstractHolderBuilder.ArrayBuilderIterator<T>
All Implemented Interfaces:
AbstractHolderBuilder.BuilderIterator<T>
Enclosing class:
AbstractHolderBuilder<T extends Holder>

public static class AbstractHolderBuilder.ArrayBuilderIterator<T> extends Object implements AbstractHolderBuilder.BuilderIterator<T>
BuilderIterator that returns the next value in the array on each iteration. This can be used to easily return a custom value for each tick of the iterator. If the iterator runs longer then the number of values in the list, an exception will be thrown.