Searched refs:EmptyImmutableList (Results 1 – 5 of 5) sorted by relevance
30 EmptyImmutableList instance) { in deserialize()33 public static EmptyImmutableList instantiate( in instantiate()35 return EmptyImmutableList.INSTANCE; in instantiate()39 EmptyImmutableList instance) { in serialize()
23 final class EmptyImmutableList extends ImmutableList<Object> { class25 static final EmptyImmutableList INSTANCE = new EmptyImmutableList();
57 return (ImmutableList<E>) EmptyImmutableList.INSTANCE; in of()
37 final class EmptyImmutableList extends ImmutableList<Object> { class38 static final EmptyImmutableList INSTANCE = new EmptyImmutableList();67 private EmptyImmutableList() {} in EmptyImmutableList() method in EmptyImmutableList
68 return (ImmutableList<E>) EmptyImmutableList.INSTANCE; in of()