Searched defs:ImmutableSet (Results 1 – 4 of 4) sorted by relevance
26 template <typename K, typename I> class ImmutableSet; variable
40 public abstract class ImmutableSet<E> extends ImmutableCollection<E> implements Set<E> { class41 ImmutableSet() {} in ImmutableSet() method in ImmutableSet
74 public abstract class ImmutableSet<E> extends ImmutableCollection<E> class
126 ImmutableSet { enumConstant