public class PartIndex extends Object implements Comparable<PartIndex>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PartIndex o) |
boolean |
equals(Object obj) |
Integer |
getIndex() |
int |
hashCode() |
static PartIndex |
of(Integer index) |
String |
toString() |
public Integer getIndex()
public int compareTo(PartIndex o)
compareTo in interface Comparable<PartIndex>Copyright © 2017. All rights reserved.