Package dev.brachtendorf.datastructures
Class Triple<S,U,V>
- java.lang.Object
-
- dev.brachtendorf.datastructures.Triple<S,U,V>
-
- Type Parameters:
S- type of the first valueU- type of the second valueV- type of the third value
- All Implemented Interfaces:
Serializable
public class Triple<S,U,V> extends Object implements Serializable
A convenience data structure encapsulating 3 values. This class can be used to return multiple values from a method call and create compound keys/values in other collections.- Since:
- 1.5.6 com.github.kilianB
- Author:
- Kilian
- See Also:
- Serialized Form