Class NodeSub

  • All Implemented Interfaces:
    Node

    public class NodeSub
    extends java.lang.Object
    implements Node
    • Constructor Detail

      • NodeSub

        public NodeSub()
    • Method Detail

      • getUID

        public long getUID()
        Specified by:
        getUID in interface Node
      • setUid

        public void setUid​(long uid)
      • setPrevious

        public void setPrevious​(NodeSub previous)
      • setNext

        public void setNext​(NodeSub next)
      • hasNext

        public boolean hasNext()
      • remove

        public final void remove()