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