Module org.maxicp

Class ImmutableSet<E>

java.lang.Object
org.maxicp.util.ImmutableSet<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public class ImmutableSet<E> extends Object implements Set<E>