Class SerArrayList<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
com.pnfsoftware.jeb.util.serialization.objects.SerArrayList<E>
Type Parameters:
E -
All Implemented Interfaces:
SerList<E>, Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess

@Ser public final class SerArrayList<E> extends ArrayList<E> implements SerList<E>
See Also:
  • Constructor Details

    • SerArrayList

      public SerArrayList()
    • SerArrayList

      public SerArrayList(Collection<? extends E> c)
    • SerArrayList

      public SerArrayList(int initialCapacity)