KSpigot
/
net.axay.kspigot.kotlinextensions
/
MinMaxPair
Min
Max
Pair
class
MinMaxPair
<
T
:
Comparable
<
T
>>(a:
T
, b:
T
)
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
max
Link copied to clipboard
val
max
:
T
Content copied to clipboard
min
Link copied to clipboard
val
min
:
T
Content copied to clipboard