Interface RSNode

    • Method Detail

      • setNext

        void setNext​(RSNode var1)
      • getPrevious

        RSNode getPrevious()
      • setPrevious

        void setPrevious​(RSNode var1)
      • getHash

        long getHash()
      • setHash

        void setHash​(long hash)
      • unlink

        void unlink()
      • onUnlink

        void onUnlink()