Class ImmutableCollection<E>

java.lang.Object
java.util.AbstractCollection<E>
com.landawn.abacus.util.ImmutableCollection<E>
Type Parameters:
E -
All Implemented Interfaces:
Immutable, Iterable<E>, Collection<E>
Direct Known Subclasses:
ImmutableList, ImmutableSet

@Immutable public class ImmutableCollection<E> extends AbstractCollection<E> implements Immutable
Since:
0.8
Author:
Haiyang Li