public class CachePair<L,R>
extends Object
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
of
public static <L,
R> CachePair<L,R> of(L left,
R right)
-
-