Class ImmutableIntList

All Implemented Interfaces:
Iterable<Integer>, Collection<Integer>, List<Integer>, RandomAccess

public class ImmutableIntList extends FlatLists.AbstractFlatList<Integer>
An immutable list of Integer values backed by an array of ints.