Class AbstractHolderBuilder.ListBuilderIterator<T>

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

public static class AbstractHolderBuilder.ListBuilderIterator<T> extends Object implements AbstractHolderBuilder.BuilderIterator<T>
BuilderIterator that returns the next value in the list 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.