F - the first typeS - the second typepublic class Pair<F,S> extends Object
public static <F,S> Pair<F,S> create(F first, S second)
F - the first typeS - the second typefirst - the first valuesecond - the second valuepublic F getFirst()
public S getSecond()
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.