Uses of Interface
net.automatalib.common.smartcollection.LinkedListEntry
-
Packages that use LinkedListEntry 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.net.automatalib.util.minimizer -
-
Uses of LinkedListEntry in net.automatalib.common.smartcollection
Classes in net.automatalib.common.smartcollection with type parameters of type LinkedListEntry Modifier and Type Class Description class
AbstractLinkedList<E,T extends LinkedListEntry<E,T>>
Abstract base class for linked lists.class
IntrusiveLinkedList<T extends LinkedListEntry<T,T>>
An intrusive version of a linked list.interface
LinkedListEntry<E,T extends LinkedListEntry<E,T>>
Basic interface for entries in a linked list.Classes in net.automatalib.common.smartcollection that implement LinkedListEntry Modifier and Type Class Description class
AbstractBasicLinkedListEntry<E,T extends AbstractBasicLinkedListEntry<E,T>>
Abstract base class for entries in a linked list.class
DefaultLinkedListEntry<E>
The default linked list entry. -
Uses of LinkedListEntry in net.automatalib.util.minimizer
Classes in net.automatalib.util.minimizer that implement LinkedListEntry Modifier and Type Class Description class
Block<S,L>
A block in the partition calculated during minimization.
-