Class SList<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 SList<E> extends AbstractSequentialList<E> implements Proxy
Java wrapper for GLib.SList that implements List.

Because SList is a singly-linked list, attempts to navigate the list backwards will throw an UnsupportedOperationException.