public class ImmutablePair<L,R> extends Object
L
left
R
right
ImmutablePair(L left, R right)
static <L,R> ImmutablePair<L,R>
of(L l, R r)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final L left
public final R right
public ImmutablePair(L left, R right)
public static <L,R> ImmutablePair<L,R> of(L l, R r)
Copyright © 2021. All rights reserved.