Class ConvertedSpliterator<E,W>

java.lang.Object
io.permazen.util.ConvertedSpliterator<E,W>
Type Parameters:
E - element type of this instance
W - element type of the wrapped instance
All Implemented Interfaces:
Spliterator<E>

public class ConvertedSpliterator<E,W> extends Object implements Spliterator<E>
Provides a transformed view of a wrapped ConvertedSpliterator using a strictly invertable Converter.