public class ArrayBasedOffset extends Object implements Offset
Constructor and Description |
---|
ArrayBasedOffset(int[] ints) |
ArrayBasedOffset(int[] ints,
int startIndex) |
Modifier and Type | Method and Description |
---|---|
Offset |
clone() |
int |
getOffset() |
void |
increment() |
boolean |
withinBounds() |
public ArrayBasedOffset(int[] ints)
public ArrayBasedOffset(int[] ints, int startIndex)
public int getOffset()
getOffset
in interface ReadableOffset
public boolean withinBounds()
withinBounds
in interface Offset
Copyright © 2011–2017. All rights reserved.