K - V - public class Isomorphism<K,V> extends Object
K to V with defined inverse.| Constructor and Description |
|---|
Isomorphism(IgniteFunction<K,V> forward,
IgniteFunction<V,K> back)
Build isomorphism with forward and backward functions.
|
| Modifier and Type | Method and Description |
|---|---|
K |
back(V v)
Backward function.
|
V |
forward(K k)
Forward function.
|
static <K> Isomorphism<K,K> |
id()
Identity isomorphism.
|
public Isomorphism(IgniteFunction<K,V> forward, IgniteFunction<V,K> back)
forward - Forward.back - Back.public static <K> Isomorphism<K,K> id()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018