public class Pair<T,U> extends Object
Pair(T first, U second)
T
getFirst()
U
getSecond()
static <T,U> Pair<T,U>
of(T first, U second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(T first, U second)
public T getFirst()
public U getSecond()
public static <T,U> Pair<T,U> of(T first, U second)
Copyright © 2025. All rights reserved.