static <X> KeyValue<X,X> |
KeyValue.fromArray(X[] array) |
Create tuple from array.
|
static <X> KeyValue<X,X> |
KeyValue.fromCollection(java.util.Collection<X> collection) |
|
static <X> KeyValue<X,X> |
KeyValue.fromIterable(java.lang.Iterable<X> iterable) |
|
static <X> KeyValue<X,X> |
KeyValue.fromIterable(java.lang.Iterable<X> iterable,
int index) |
|
private static <X> KeyValue<X,X> |
KeyValue.fromIterable(java.lang.Iterable<X> iterable,
int index,
boolean exactSize) |
|
<X> KeyValue<X,B> |
KeyValue.setKey(X key) |
|
<Y> KeyValue<A,Y> |
KeyValue.setValue(Y value) |
|
static <A,B> KeyValue<A,B> |
KeyValue.with(A key,
B value) |
|