Interface ImmutableCollection<E>

Type Parameters:
E - The type of element contained in the collection.
All Superinterfaces:
Collection<E>, Iterable<E>
All Known Implementing Classes:
ObjectList

public interface ImmutableCollection<E> extends Collection<E>
A marker interface indicating that the collection is immutable.
Author:
Garret Wilson