Package | Description |
---|---|
de.innovationgate.utils |
Generic various-purpose utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SkippingIteratorWrapper<T>
A simple skipping iterator wrapper
This is just a basic implementation which emulates skipping behaviour via iterating over the
SkippingIteratorWrapper.next() method. |