Searched defs:ImmutableList (Results 1 – 2 of 2) sorted by relevance
24 template <typename T> class ImmutableList; variable
57 public abstract class ImmutableList<E> extends ImmutableCollection<E> class281 ImmutableList() {} in ImmutableList() method in ImmutableList