Class DeltaTask.Slice

  • Enclosing class:
    DeltaTask

    static final class DeltaTask.Slice
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int beginIndex  
      (package private) int endIndex  
    • Constructor Summary

      Constructors 
      Constructor Description
      Slice​(int b, int e)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int size()  
      • Methods inherited from class java.lang.Object

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

      • beginIndex

        final int beginIndex
      • endIndex

        final int endIndex
    • Constructor Detail

      • Slice

        Slice​(int b,
              int e)
    • Method Detail

      • size

        final int size()