Class ImmutableSet<E>

Type Parameters:
E -
All Implemented Interfaces:
Immutable, Iterable<E>, Collection<E>, Set<E>
Direct Known Subclasses:
ImmutableSortedSet, Iterables.SetView

public class ImmutableSet<E> extends ImmutableCollection<E> implements Set<E>
Since:
0.8
Author:
Haiyang Li