Class LongNtree

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Ntree<java.lang.Long> data  
      private long[] position  
    • Constructor Summary

      Constructors 
      Constructor Description
      LongNtree​(long[] dimensions, long[] position, long value)
      Standard constructor called by factory
      LongNtree​(Ntree<java.lang.Long> data, long[] position)  
    • Field Detail

      • position

        private final long[] position
      • data

        private final Ntree<java.lang.Long> data
    • Constructor Detail

      • LongNtree

        public LongNtree​(long[] dimensions,
                         long[] position,
                         long value)
        Standard constructor called by factory
        Parameters:
        dimensions - The dimensions of the tree
        value - Uniform value of created nodes of the tree
      • LongNtree

        public LongNtree​(Ntree<java.lang.Long> data,
                         long[] position)