Class ByteNtree

    • Field Summary

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

      Constructors 
      Modifier Constructor Description
        ByteNtree​(long[] dimensions, long[] position, byte value)  
      private ByteNtree​(Ntree<java.lang.Byte> data, long[] position)  
    • Field Detail

      • position

        private final long[] position
      • data

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

      • ByteNtree

        public ByteNtree​(long[] dimensions,
                         long[] position,
                         byte value)
      • ByteNtree

        private ByteNtree​(Ntree<java.lang.Byte> data,
                          long[] position)