public class SelectedPositions extends Object
Modifier and Type | Method and Description |
---|---|
int |
getOffset() |
int[] |
getPositions() |
boolean |
isEmpty() |
boolean |
isList() |
static SelectedPositions |
positionsList(int[] positions,
int offset,
int size) |
static SelectedPositions |
positionsRange(int offset,
int size) |
int |
size() |
SelectedPositions |
subRange(int start,
int end) |
public static SelectedPositions positionsList(int[] positions, int offset, int size)
public static SelectedPositions positionsRange(int offset, int size)
public boolean isList()
public boolean isEmpty()
public int[] getPositions()
public int getOffset()
public int size()
public SelectedPositions subRange(int start, int end)
Copyright © 2012–2022. All rights reserved.