Class DeepImmutableCollection<E>

java.lang.Object
java.util.AbstractCollection<E>
de.cronn.reflection.util.immutable.collection.DeepImmutableCollection<E>
All Implemented Interfaces:
Immutable, Serializable, Iterable<E>, Collection<E>
Direct Known Subclasses:
DeepImmutableList, DeepImmutableSet

public class DeepImmutableCollection<E> extends AbstractCollection<E> implements Collection<E>, Immutable, Serializable
See Also: