public class Range extends Object
| Constructor and Description |
|---|
Range(int start,
int end,
PTFPartition p) |
Range(int start,
int end,
PTFPartition p,
boolean optimized) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Range other) |
boolean |
equals(Object obj) |
int |
getDiff(Range prevRange) |
int |
getEnd() |
int |
getSize() |
int |
getStart() |
int |
hashCode() |
PTFPartition.PTFPartitionIterator<Object> |
iterator() |
String |
toString() |
public Range(int start,
int end,
PTFPartition p,
boolean optimized)
public Range(int start,
int end,
PTFPartition p)
public PTFPartition.PTFPartitionIterator<Object> iterator()
public int getDiff(Range prevRange)
public int getSize()
public int getStart()
public int getEnd()
public int compareTo(Range other)
Copyright © 2022 The Apache Software Foundation. All rights reserved.