Uses of Interface
net.automatalib.common.smartcollection.SmartSequence
-
-
Uses of SmartSequence in net.automatalib.common.smartcollection
Classes in net.automatalib.common.smartcollection that implement SmartSequence Modifier and Type Class Description classAbstractLinkedList<E,T extends LinkedListEntry<E,T>>Abstract base class for linked lists.classDefaultLinkedList<E>A simple linked list implementation that allows storing arbitrary elements.classIntrusiveLinkedList<T extends LinkedListEntry<T,T>>An intrusive version of a linked list.
-