Uses of Interface
org.apache.jena.atlas.lib.tuple.Tuple
Packages that use Tuple
-
Uses of Tuple in org.apache.jena.atlas.lib
Methods in org.apache.jena.atlas.lib that return TupleModifier and TypeMethodDescriptionFileOps.splitDirBaseExt(String filename) Split a file name into path, basename and extension.FileOps.splitDirFile(String filename) Split a file name into path and filename. -
Uses of Tuple in org.apache.jena.atlas.lib.tuple
Classes in org.apache.jena.atlas.lib.tuple that implement TupleModifier and TypeClassDescriptionclassTuple0<X>A tuple of 0 items.classTuple1<X>A tuple of 1 item.classTuple2<X>A tuple of 2 items.classTuple3<X>A tuple of 3 items.classTuple4<X>A tuple of 4 items.classTuple5<X>A tuple of 5 items.classTuple6<X>A tuple of 6 items.classTuple7<X>A tuple of 7 items.classTuple8<X>A tuple of 8 items.classTupleN<X>A Tuple of N itemsMethods in org.apache.jena.atlas.lib.tuple that return TupleModifier and TypeMethodDescriptionstatic <X> Tuple<X>TupleFactory.asTuple(X[] xs) Treat an array as a Tuple.static <X> Tuple<X>Create a Tuple from a liststatic <X> Tuple<X>TupleFactory.create(X[] xs) Create a Tuple from an array<Y> Tuple<Y>Map to a new tuple.<Y> Tuple<Y><Y> Tuple<Y><Y> Tuple<Y><Y> Tuple<Y><Y> Tuple<Y><Y> Tuple<Y><Y> Tuple<Y><Y> Tuple<Y><Y> Tuple<Y><T> Tuple<T>Apply to an unmapped tuple to get a tuple with the tuple mapping applied.<Y> Tuple<Y>static <X> Tuple<X>TupleFactory.tuple(X... xs) Create a Tuple<T> Tuple<T>Apply to a mapped tuple to get a tuple with the tuple mapping reverse-applied.Methods in org.apache.jena.atlas.lib.tuple with parameters of type TupleModifier and TypeMethodDescription<T> Tuple<T>Apply to an unmapped tuple to get a tuple with the tuple mapping applied.<T> TApply to an unmapped tuple to get the i'th slot after mapping : SPO->POS : 0'th slot is P from SPO<T> Tuple<T>Apply to a mapped tuple to get a tuple with the tuple mapping reverse-applied.<T> TApply to a mapped tuple to get the i'th slot as it appears after mapping : SPO->POS : 0'th slot is S from POS