Class OverlapUtil.Slice
java.lang.Object
net.paulhertz.pixelaudio.granular.OverlapUtil.Slice
- Enclosing class:
- OverlapUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intOne past the last index in the block where the span overlaps.final booleanTrue if there is any overlap at all.final intFirst index in the block (0..blockSize) where the span overlaps. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
startIndex
public final int startIndexFirst index in the block (0..blockSize) where the span overlaps. -
endIndex
public final int endIndexOne past the last index in the block where the span overlaps. -
hasOverlap
public final boolean hasOverlapTrue if there is any overlap at all.
-
-
Constructor Details
-
Slice
public Slice(int startIndex, int endIndex, boolean hasOverlap)
-