Module de.learnlib.datastructure
Package de.learnlib.datastructure.list
-
Interface Summary Interface Description IntrusiveListEntry<T> ALinkedListEntry
refinement specialized for the use inIntrusiveList
s. -
Class Summary Class Description AbstractIntrusiveListEntryImpl<T> A utility class to connectAbstractBasicLinkedListEntry
s withIntrusiveListEntry
s.IntrusiveList<T extends IntrusiveListEntry<T>> A list that stores elements which directly expose information about their predecessor and successor elements.