Uses of Class
org.apache.jena.atlas.lib.tuple.TupleMap
Packages that use TupleMap
-
Uses of TupleMap in org.apache.jena.atlas.lib.tuple
Methods in org.apache.jena.atlas.lib.tuple that return TupleMapModifier and TypeMethodDescriptionstatic TupleMapConstruct a mapping that maps the input (one col, one char) to the outputstatic TupleMapConstruct a mapping, with label, that maps the input (one col, one char) to the outputstatic <T> TupleMapConstruct a mapping that maps the input to the outputstatic <T> TupleMapConstruct a mapping that maps the input to the outputTupleMap.reverse()Return aTupleMapthat maps in the opposite directionMethods in org.apache.jena.atlas.lib.tuple with parameters of type TupleMapModifier and TypeMethodDescriptionbooleanTupleMap.sameMapping(TupleMap other) Is this mapping the same (has the same effect) asother?