Package com.saicone.types.iterator
This package provides some special-case iterators which are used on
IterableType
.-
Class Summary Class Description ArrayIterator<T> Abstract class to iterate into any array.
Accepts any type of primitive and object array.SingleIterator<T> Abstract class to iterate into single replaceable object.