Interface FixedSizeCollection<T>

All Superinterfaces:
Collection<T>, InternalIterable<T>, Iterable<T>, MutableCollection<T>, RichIterable<T>
All Known Subinterfaces:
FixedSizeList<T>, FixedSizeSet<T>
All Known Implementing Classes:
AbstractMemoryEfficientMutableList, ArrayAdapter

public interface FixedSizeCollection<T> extends MutableCollection<T>
A FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size. It is up to the underlying implementation to decide which mutations are allowable.