Class TimeSegment<T>
java.lang.Object
com.djrapitops.plan.delivery.domain.TimeSegment<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <V> Comparator<TimeSegment<V>> static <V> Comparator<TimeSegment<V>> booleanlonggetEnd()longgetStart()getValue()inthashCode()toString()
-
Constructor Details
-
TimeSegment
-
-
Method Details
-
earliestStartFirstComparator
-
earliestEndFirstComparator
-
getStart
public long getStart() -
getEnd
public long getEnd() -
getValue
-
equals
-
hashCode
-
toString
-