Home
last modified time | relevance | path

Searched defs:RegularImmutableList (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DRegularImmutableList.java28 class RegularImmutableList<E> extends ForwardingImmutableList<E> { class
32 RegularImmutableList(List<E> delegate) { in RegularImmutableList() method in RegularImmutableList
/external/guava/android/guava/src/com/google/common/collect/
DRegularImmutableList.java34 class RegularImmutableList<E> extends ImmutableList<E> { class
41 RegularImmutableList(@Nullable Object[] array, int size) { in RegularImmutableList() method in RegularImmutableList
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableList.java33 class RegularImmutableList<E> extends ImmutableList<E> { class
38 RegularImmutableList(Object[] array) { in RegularImmutableList() method in RegularImmutableList