- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<T>, java.util.Collection<T>, java.util.List<T>, java.util.RandomAccess
public class StationaryArrayList<T>
extends java.util.ArrayList<T>
This class implements an ArrayList where the
equality and hashCode use object equality, not list
equality. This is important for putting Lists into HashMaps.
The notation "Stationary" refers to the fact that the List
stays "fixed" under list changes.
- See Also:
- Serialized Form