Klasse Utils.Pair<K,L>

java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.util.Utils.Pair<K,L>
Typparameter:
K - the type of the first value
L - the type of the second value
Umschließende Klasse:
Utils

public static class Utils.Pair<K,L> extends Object
A container holding a pair of values (tuple).