Searched defs:ImmutableList (Results 1 – 3 of 3) sorted by relevance
27 template <typename T> class ImmutableList; variable
40 public abstract class ImmutableList<E> extends ForwardingImmutableCollection<E> class45 ImmutableList(List<E> delegate) { in ImmutableList() method in ImmutableList50 ImmutableList() { in ImmutableList() method in ImmutableList
58 public abstract class ImmutableList<E> extends ImmutableCollection<E> class310 ImmutableList() {} in ImmutableList() method in ImmutableList