Class DynamicIterator<T>

java.lang.Object
net.thevpc.common.iterators.DynamicIterator<T>
All Implemented Interfaces:
Iterator<T>

public class DynamicIterator<T> extends Object implements Iterator<T>
Author:
thevpc
  • Constructor Details

    • DynamicIterator

      public DynamicIterator()
  • Method Details