public static final class TimeSlotTable.BoundaryPoint extends Object implements Comparable<TimeSlotTable.BoundaryPoint>
| Constructor and Description |
|---|
BoundaryPoint(long pos,
boolean isStart,
UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TimeSlotTable.BoundaryPoint o) |
boolean |
equals(Object o) |
long |
getPosition() |
UUID |
getUUID() |
int |
hashCode() |
boolean |
isEndPoint() |
boolean |
isStartPoint() |
public BoundaryPoint(long pos,
boolean isStart,
UUID uuid)
public boolean isStartPoint()
public boolean isEndPoint()
public long getPosition()
public UUID getUUID()
public int compareTo(TimeSlotTable.BoundaryPoint o)
compareTo in interface Comparable<TimeSlotTable.BoundaryPoint>Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.