| Package | Description |
|---|---|
| org.javatuples |
| Modifier and Type | Method and Description |
|---|---|
static <X> LabelValue<X,X> |
LabelValue.fromArray(X[] array)
Create tuple from array.
|
static <X> LabelValue<X,X> |
LabelValue.fromCollection(Collection<X> collection) |
static <X> LabelValue<X,X> |
LabelValue.fromIterable(Iterable<X> iterable) |
static <X> LabelValue<X,X> |
LabelValue.fromIterable(Iterable<X> iterable,
int index) |
<X> LabelValue<X,B> |
LabelValue.setLabel(X label) |
<Y> LabelValue<A,Y> |
LabelValue.setValue(Y value) |
static <A,B> LabelValue<A,B> |
LabelValue.with(A label,
B value) |
Copyright © 2020 Flipkart. All rights reserved.