public static final class TimeSlotTable.TimeSlot<T> extends Object
| Constructor and Description |
|---|
TimeSlot(TimeSlotTable.BoundaryPoint start,
TimeSlotTable.BoundaryPoint end,
T data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
T |
getData() |
TimeSlotTable.BoundaryPoint |
getEndPoint() |
long |
getLength() |
TimeSlotTable.BoundaryPoint |
getStartPoint() |
UUID |
getUUID() |
int |
hashCode() |
public TimeSlot(TimeSlotTable.BoundaryPoint start, TimeSlotTable.BoundaryPoint end, T data)
public TimeSlotTable.BoundaryPoint getStartPoint()
public TimeSlotTable.BoundaryPoint getEndPoint()
public long getLength()
public UUID getUUID()
public T getData()
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.