Class LinkedNode


  • public class LinkedNode
    extends java.lang.Object
    INTERNAL: A custom implementation of a linked list node for use in the ExposedNodeLinkedList.
    Since:
    10.0.3
    Author:
    Gordon Yorke
    See Also:
    ExposedNodeLinkedList
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getContents()  
      void setContents​(java.lang.Object contents)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getContents

        public java.lang.Object getContents()
      • setContents

        public void setContents​(java.lang.Object contents)