Package net.alpenblock.bungeeperms
Class TimedValue<T extends java.lang.Comparable<T>>
- java.lang.Object
-
- net.alpenblock.bungeeperms.TimedValue<T>
-
- All Implemented Interfaces:
java.lang.Comparable<TimedValue<T>>
public class TimedValue<T extends java.lang.Comparable<T>> extends java.lang.Object implements java.lang.Comparable<TimedValue<T>>
-
-
Constructor Summary
Constructors Constructor Description TimedValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(TimedValue<T> o)
-
-
-
Method Detail
-
compareTo
public int compareTo(TimedValue<T> o)
-
-