Searched defs:RegularImmutableList (Results 1 – 3 of 3) sorted by relevance
28 class RegularImmutableList<E> extends ForwardingImmutableList<E> { class32 RegularImmutableList(List<E> delegate) { in RegularImmutableList() method in RegularImmutableList
34 class RegularImmutableList<E> extends ImmutableList<E> { class41 RegularImmutableList(@Nullable Object[] array, int size) { in RegularImmutableList() method in RegularImmutableList
33 class RegularImmutableList<E> extends ImmutableList<E> { class38 RegularImmutableList(Object[] array) { in RegularImmutableList() method in RegularImmutableList