public class GroupIndex extends Object implements Comparable<GroupIndex>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GroupIndex o) |
boolean |
equals(Object obj) |
Integer |
getGroupIndex() |
PartIndex |
getPartIndex() |
int |
hashCode() |
static GroupIndex |
of(Integer partIndex,
Integer groupIndex) |
static GroupIndex |
of(PartIndex partIndex,
Integer groupIndex) |
String |
toString() |
public PartIndex getPartIndex()
public Integer getGroupIndex()
public static GroupIndex of(PartIndex partIndex, Integer groupIndex)
public static GroupIndex of(Integer partIndex, Integer groupIndex)
public int compareTo(GroupIndex o)
compareTo in interface Comparable<GroupIndex>Copyright © 2019. All rights reserved.