java.lang.Object
org.eclipse.persistence.internal.helper.linkedlist.LinkedNode

public class LinkedNode extends Object
INTERNAL: A custom implementation of a linked list node for use in the ExposedNodeLinkedList.
Since:
10.0.3
See Also:
  • Method Details

    • getContents

      public Object getContents()
    • setContents

      public void setContents(Object contents)