Class NtreeIntAccess

  • All Implemented Interfaces:
    IntAccess

    public final class NtreeIntAccess
    extends java.lang.Object
    implements IntAccess
    IntAccess based on a Ntree<Integer>.
    Author:
    Tobias Pietzsch
    • Constructor Summary

      Constructors 
      Constructor Description
      NtreeIntAccess​(Ntree<java.lang.Integer> ntree, long[] position)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getValue​(int index)  
      void setValue​(int index, int value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NtreeIntAccess

        public NtreeIntAccess​(Ntree<java.lang.Integer> ntree,
                              long[] position)
    • Method Detail

      • getValue

        public int getValue​(int index)
        Specified by:
        getValue in interface IntAccess
      • setValue

        public void setValue​(int index,
                             int value)
        Specified by:
        setValue in interface IntAccess