public class Pair<T,U> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T,U> List<T> |
_1(List<Pair<T,U>> items) |
static <T,U> List<U> |
_2(List<Pair<T,U>> items) |
boolean |
equals(Object obj) |
int |
hashCode() |
static <T,U> Pair<T,U> |
of(T _1,
U _2) |
String |
toString() |
public static <T,U> Pair<T,U> of(T _1, U _2)
Copyright © 2025. All rights reserved.