Package io.protostuff

Class ListAdapter<F,T>

All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>

public final class ListAdapter<F,T> extends AbstractList<T>
Provides an immutable view of List<T> around a List<F>. Internal class - used in generated code only.