Searched defs:RegularImmutableAsList (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableAsList.java30 class RegularImmutableAsList<E> extends ImmutableAsList<E> { class in inherits:ImmutableAsList
34 RegularImmutableAsList(ImmutableCollection<E> delegate, ImmutableList<? extends E> delegateList) { method in class:RegularImmutableAsList
39 RegularImmutableAsList(ImmutableCollection<E> delegate, Object[] array) { method in class:RegularImmutableAsList
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DRegularImmutableAsList.java29 class RegularImmutableAsList<E> extends ImmutableAsList<E> { class in inherits:ImmutableAsList
33 RegularImmutableAsList(ImmutableCollection<E> delegate, ImmutableList<? extends E> delegateList) { method in class:RegularImmutableAsList
38 RegularImmutableAsList(ImmutableCollection<E> delegate, Object[] array) { method in class:RegularImmutableAsList

Completed in 589 milliseconds