Package sk.iway.iwcm.utils
Class Triplet<T1,T2,T3>
java.lang.Object
sk.iway.iwcm.utils.Triplet<T1,T2,T3>
Triplet.java
An ordered 3-tuple, containing objects passed as arguments
to constructor. Can be used in methods that seemingly ought
to return 3 values. Those methods can return an instance
of
Triplet
class, without the need to construct a new class.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary