Interface IntrusiveListEntry<T>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void removeFromList()
      Removes this element from the list it is currently contained in.
      • Methods inherited from interface net.automatalib.common.smartcollection.LinkedListEntry

        getElement, getNext, getPrev, setNext, setPrev
    • Method Detail

      • removeFromList

        default void removeFromList()
        Removes this element from the list it is currently contained in.