Module de.learnlib.datastructure
Package de.learnlib.datastructure.list
Class AbstractIntrusiveListEntryImpl<T>
- java.lang.Object
-
- net.automatalib.common.smartcollection.AbstractBasicLinkedListEntry<T,IntrusiveListEntry<T>>
-
- de.learnlib.datastructure.list.AbstractIntrusiveListEntryImpl<T>
-
- Type Parameters:
T
- element type
- All Implemented Interfaces:
IntrusiveListEntry<T>
,net.automatalib.common.smartcollection.ElementReference
,net.automatalib.common.smartcollection.LinkedListEntry<T,IntrusiveListEntry<T>>
- Direct Known Subclasses:
AbstractHypTrans
,IntrusiveList
,TTTTransition
public abstract class AbstractIntrusiveListEntryImpl<T> extends net.automatalib.common.smartcollection.AbstractBasicLinkedListEntry<T,IntrusiveListEntry<T>> implements IntrusiveListEntry<T>
A utility class to connectAbstractBasicLinkedListEntry
s withIntrusiveListEntry
s.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractIntrusiveListEntryImpl()
-
Method Summary
-
Methods inherited from class net.automatalib.common.smartcollection.AbstractBasicLinkedListEntry
getNext, getPrev, setNext, setPrev
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.learnlib.datastructure.list.IntrusiveListEntry
removeFromList
-
-