Uses of Interface
net.binis.codegen.objects.Pair
| Package | Description |
|---|---|
| net.binis.codegen.objects | |
| net.binis.codegen.objects.impl |
-
Uses of Pair in net.binis.codegen.objects
Methods in net.binis.codegen.objects that return Pair Modifier and Type Method Description static <K1, V1> Pair<K1,V1>Pair. create()Pair<K,V>Pair. key(K key)Pair<K,V>Pair. left(K left)static <K1, V1> Pair<K1,V1>Pair. of(K1 key, V1 value)Pair<K,V>Pair. right(V right)Pair<K,V>Pair. value(V value) -
Uses of Pair in net.binis.codegen.objects.impl
Classes in net.binis.codegen.objects.impl that implement Pair Modifier and Type Class Description classPairImpl<K,V>