public class Clop extends Object implements Comparable<Clop>
| Modifier and Type | Field and Description |
|---|---|
int |
length |
int |
line0 |
int |
line1 |
int |
start |
int |
until |
| Constructor and Description |
|---|
Clop(int start,
int until,
int line0,
int line1) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(@NotNull Clop o) |
boolean |
cross(Clop o)
Whether the two intervals overlap
|
String |
toString() |
void |
toString(Writer buff) |
public final int start
public final int until
public final int length
public final int line0
public final int line1
Copyright © 2024. All rights reserved.