Class UnorderedArrayList<T>

All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess

public class UnorderedArrayList<T> extends ArrayList<T>
Marker class that tells that the members are unordered
Since:
24
See Also:
  • Constructor Details

    • UnorderedArrayList

      public UnorderedArrayList(int initialCapacity)
    • UnorderedArrayList

      public UnorderedArrayList()
    • UnorderedArrayList

      public UnorderedArrayList(Collection<? extends T> c)