| Package | Description |
|---|---|
| org.apache.jena.atlas.lib.tuple |
Tuples.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> TupleMap |
TupleMap.create(String label,
List<T> input,
List<T> output)
Construct a mapping that maps the input to the output
|
static TupleMap |
TupleMap.create(String input,
String output)
Construct a mapping that maps the input (one col, one char) to the output
|
static TupleMap |
TupleMap.create(String label,
String input,
String output)
Construct a mapping, with label, that maps the input (one col, one char) to the output
|
static <T> TupleMap |
TupleMap.create(String label,
T[] input,
T[] output)
Construct a mapping that maps the input to the output
|
TupleMap |
TupleMap.reverse()
Return a
TupleMap that maps in the opposite direction |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TupleMap.sameMapping(TupleMap other)
Is this mapping the same (has the same effect) as
other? |
Licenced under the Apache License, Version 2.0