public class CachePair<L,R> extends Object
L
getLeft()
R
getRight()
static <L,R> CachePair<L,R>
of(L left, R right)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <L,R> CachePair<L,R> of(L left, R right)
public L getLeft()
public R getRight()
Copyright © 2020. All rights reserved.