Uses of Interface
net.automatalib.common.smartcollection.SmartSequence
-
Packages that use SmartSequence Package Description net.automatalib.common.smartcollection This package contains efficient implementations for various collection data structures (especially linked lists and priority queues), which have very insufficient implementation in the Java Collections Framework that makes it hard or even impossible to exploit their efficiencies. -
-
Uses of SmartSequence in net.automatalib.common.smartcollection
Classes in net.automatalib.common.smartcollection that implement SmartSequence Modifier and Type Class Description class
AbstractLinkedList<E,T extends LinkedListEntry<E,T>>
Abstract base class for linked lists.class
DefaultLinkedList<E>
A simple linked list implementation that allows storing arbitrary elements.class
IntrusiveLinkedList<T extends LinkedListEntry<T,T>>
An intrusive version of a linked list.
-