Class Conversions.WrappedArray<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.eclipse.xtext.xbase.lib.Conversions.WrappedArray<T>
Type Parameters:
T - the type if the list elements.
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, RandomAccess
Enclosing class:
Conversions

public static final class Conversions.WrappedArray<T> extends AbstractList<T> implements RandomAccess
A list that is completely backed by an array and that provides access to that array. Only for internal use.