Uses of Interface
net.automatalib.common.smartcollection.LinkedListEntry
-
-
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 classAbstractLinkedList<E,T extends LinkedListEntry<E,T>>Abstract base class for linked lists.classIntrusiveLinkedList<T extends LinkedListEntry<T,T>>An intrusive version of a linked list.interfaceLinkedListEntry<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 classAbstractBasicLinkedListEntry<E,T extends AbstractBasicLinkedListEntry<E,T>>Abstract base class for entries in a linked list.classDefaultLinkedListEntry<E>The default linked list entry.
-