Uses of Class
net.automatalib.common.smartcollection.AbstractLinkedList
-
-
Uses of AbstractLinkedList in net.automatalib.common.smartcollection
Subclasses of AbstractLinkedList in net.automatalib.common.smartcollection Modifier and Type Class Description 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.Methods in net.automatalib.common.smartcollection with parameters of type AbstractLinkedList Modifier and Type Method Description voidAbstractLinkedList. concat(AbstractLinkedList<? extends E,? extends T> other)Concatenates two linked lists.voidAbstractLinkedList. swap(AbstractLinkedList<E,T> other)Swaps the contents of two linked lists with the same entry types.
-