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
ModifierConstructorDescriptionprotected
WrappedPositionIterator
(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, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
WrappedPositionIterator
Create a new iterator- Parameters:
positionIterator
- the position iterator
-
-
Method Details