F
S
public class Pair<F,S> extends Object
first
second
static <F,S> Pair<F,S>
of(F first, S second)
Pair
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final F first
public final S second
@Nonnull public static <F,S> Pair<F,S> of(@Nullable F first, @Nullable S second)
Copyright © 2014 AssertJ. All rights reserved.