Class List<E>

java.lang.Object
Type Parameters:
E - The element type must be a MemorySegment, a String, or implement the Proxy interface.
All Implemented Interfaces:
Proxy, Iterable<E>, Collection<E>, List<E>, SequencedCollection<E>

public class List<E> extends AbstractSequentialList<E> implements Proxy
Java wrapper for GLib.List that implements List.