T
- type of each element of the tuplepublic class TupleN<T> extends Object
Modifier and Type | Method and Description |
---|---|
static <T> TupleN<T> |
create(T... array) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
List<T> |
values() |
@SafeVarargs public static <T> TupleN<T> create(T... array)
Copyright © 2022–2023. All rights reserved.