public class IndexRange extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
endIndex |
protected int |
startIndex |
Constructor and Description |
---|
IndexRange(int startIndex,
int endIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getEndIndex() |
int |
getStartIndex() |
int |
hashCode() |
int |
size() |
String |
toString() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.