Class AbstractImmutableSet<E>

java.lang.Object
ru.progrm_jarvis.javacommons.collection.AbstractImmutableSet<E>
Type Parameters:
E - the type of elements maintained by this set
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public abstract class AbstractImmutableSet<E> extends Object implements Set<E>
Abstract base for custom immutable Set implementations.