public class ImmutableArray<T>
extends java.lang.Object
implements java.lang.Iterable<T>
Modifier and Type | Class and Description |
---|---|
(package private) class |
ImmutableArray.ImmutableArrayIterator |
Constructor and Description |
---|
ImmutableArray(T... elements) |