Class Lists.TransformingRandomAccessList<F,T>

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
com.google.common.collect.Lists.TransformingRandomAccessList<F,T>
All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>, List<T>, RandomAccess, SequencedCollection<T>
Enclosing class:
Lists

private static class Lists.TransformingRandomAccessList<F,T> extends AbstractList<T> implements RandomAccess, Serializable
Implementation of a transforming random access list. We try to make as many of these methods pass-through to the source list as possible so that the performance characteristics of the source list and transformed list are similar.
See Also: