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