ArrayList


Object Hierarchy:

Object hierarchy for ArrayList

Description:

public class ArrayList<G> : AbstractList<G?>

Resizable array implementation of the List interface.

The storage array grows automatically when needed.

This implementation is pretty good for rarely modified data. Because they are stored in an array this structure does not fit for highly mutable data. For an alternative implementation see LinkedList.

See also:

LinkedList



Namespace: Gee
Package: gee-1.0

Content:

Creation methods:

Properties:

Methods:


Generated by Valadoc