Searched defs:ImmutableSet (Results 1 – 7 of 7) sorted by relevance
26 template <typename K, typename I> class ImmutableSet; variable
41 public abstract class ImmutableSet<E> extends ImmutableCollection<E> implements Set<E> { class42 ImmutableSet() {} in ImmutableSet() method in ImmutableSet
56 public abstract class ImmutableSet<E> extends ImmutableCollection<E> implements Set<E> { class307 ImmutableSet() {} in ImmutableSet() method in ImmutableSet
51 public abstract class ImmutableSet<E> extends ImmutableCollection<E> implements Set<E> { class
347 public static class ImmutableSet { class in XCldrStub
318 public static class ImmutableSet { class in XCldrStub
378 class ImmutableSet(BaseSet): class