Interface Linkable
-
public interface LinkableThis file defines a linkable interface. Any object that needs to be a member of com.forte.util.DoubleLinkedList should implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkablegetNext()LinkablegetPrevious()voidsetNext(Linkable node)voidsetPrevious(Linkable node)
-