Class Pair<T,U>
java.lang.Object
io.github.syst3ms.skriptparser.util.Pair<T,U>
- Type Parameters:
T- type of the first valueU- type of the second value
A simple pair of two values.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Pair
-
-
Method Details
-
getFirst
-
getSecond
-
equals
-