Searched refs:Set0 (Results 1 – 2 of 2) sorted by relevance
451 return ImmutableCollections.Set0.instance(); in of()694 return ImmutableCollections.Set0.instance(); in of()
289 static final class Set0<E> extends AbstractImmutableSet<E> { class in ImmutableCollections290 private static final Set0<?> INSTANCE = new Set0<>();293 static <T> Set0<T> instance() { in instance()294 return (Set0<T>) INSTANCE; in instance()297 private Set0() { } in Set0() method in ImmutableCollections.Set0