Class WrappedPositionIterator<T>
java.lang.Object
me.hsgamer.hscore.minecraft.block.adapt.WrappedPositionIterator<T>
- Type Parameters:
T- the type
- All Implemented Interfaces:
Iterator<T>
- Direct Known Subclasses:
LocationIterator,VectorIterator
The
PositionIterator for any type-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWrappedPositionIterator(PositionIterator positionIterator) Create a new iterator -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
WrappedPositionIterator
Create a new iterator- Parameters:
positionIterator- the position iterator
-
-
Method Details