Class ConvertedList<E,W>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
io.permazen.util.ConvertedList<E,W>
Type Parameters:
E - element type of this list
W - element type of the wrapped list
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>

public class ConvertedList<E,W> extends AbstractList<E>
Provides a transformed view of a wrapped List using a strictly invertable Converter.