Class CacheAggregateDataset.DSOffset

  • Enclosing class:
    CacheAggregateDataset

    protected static class CacheAggregateDataset.DSOffset
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DSOffset​(Dataset ds, int startRow)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int adjustRow​(int row)  
      boolean contains​(int row)  
      • Methods inherited from class java.lang.Object

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

      • startRow

        public int startRow
      • endRow

        public int endRow
    • Constructor Detail

      • DSOffset

        public DSOffset​(Dataset ds,
                        int startRow)
    • Method Detail

      • contains

        public boolean contains​(int row)
      • adjustRow

        public int adjustRow​(int row)