V
- The type for the value saved in this time slot.public class TimeSlot<V> extends Object
Constructor | Description |
---|---|
TimeSlot(long start,
long end,
String name,
V value) |
|
TimeSlot(TimePoint start,
TimePoint end,
String name,
V value) |
Modifier and Type | Method | Description |
---|---|---|
long |
slotEndTime() |
|
long |
slotStartTime() |
|
String |
toString() |
|
V |
value() |
public long slotStartTime()
public long slotEndTime()
public String toString()
public V value()
Copyright © 2020 Apptus Technologies AB. All rights reserved.