Searched defs:ImmutableAsList (Results 1 – 2 of 2) sorted by relevance
26 final class ImmutableAsList<E> extends RegularImmutableList<E> { class27 ImmutableAsList(List<E> delegate) { in ImmutableAsList() method in ImmutableAsList
33 final class ImmutableAsList<E> extends RegularImmutableList<E> { class36 ImmutableAsList(Object[] array, ImmutableCollection<E> collection) { in ImmutableAsList() method in ImmutableAsList