Interface SafeNode<DownNode>

  • All Superinterfaces:
    Node<byte[],​byte[],​byte[],​byte[]>, Node2<byte[],​byte[]>, Node4<byte[]>, NodeDown<byte[],​byte[]>, NodeUp<byte[],​byte[]>, io.aether.utils.interfaces.ObjectFind, ThreadSafe, io.aether.utils.ToString
    All Known Implementing Classes:
    SafeNodeImpl

    public interface SafeNode<DownNode>
    extends Node4<byte[]>, ThreadSafe
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static <DownNode> SafeNode<DownNode> of()  
      static <DownNode> SafeNode<DownNode> of​(Gate<byte[],​byte[]> down)  
      static <DownNode> SafeNode<DownNode> ofCustom​(int circleSize)  
      static <DownNode> SafeNode<DownNode> ofCustom​(Gate<byte[],​byte[]> down, int circleSize)  
      • Methods inherited from interface io.aether.utils.streams.NodeDown

        gUp, up
      • Methods inherited from interface io.aether.utils.interfaces.ObjectFind

        find, find, getOwners
      • Methods inherited from interface io.aether.utils.ToString

        toString, toString2
    • Method Detail

      • of

        static <DownNode> SafeNode<DownNode> of​(Gate<byte[],​byte[]> down)
      • of

        static <DownNode> SafeNode<DownNode> of()
      • ofCustom

        static <DownNode> SafeNode<DownNode> ofCustom​(int circleSize)
      • ofCustom

        static <DownNode> SafeNode<DownNode> ofCustom​(Gate<byte[],​byte[]> down,
                                                      int circleSize)