|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tuple | |
---|---|
org.openjena.atlas.lib |
Uses of Tuple in org.openjena.atlas.lib |
---|
Methods in org.openjena.atlas.lib that return Tuple | ||
---|---|---|
static
|
Tuple.create(X... elements)
|
|
Tuple<T> |
Tuple.map(ColumnMap colMap)
Return a tuple with the column mapping applied |
|
|
ColumnMap.map(Tuple<T> src)
Apply to an unmapped tuple to get a tuple with the column mapping applied |
|
static Tuple<String> |
FileOps.splitDirBaseExt(String filename)
Split a file name into path, basename and extension. |
|
static Tuple<String> |
FileOps.splitDirFile(String filename)
Split a file name into path and filename. |
|
Tuple<T> |
Tuple.unmap(ColumnMap colMap)
Return a tuple with the column mapping reversed |
|
|
ColumnMap.unmap(Tuple<T> src)
Apply to a mapped tuple to get a tuple with the column mapping reverse-applied |
Methods in org.openjena.atlas.lib that return types with arguments of type Tuple | ||
---|---|---|
static
|
Tuple.prefix(int prefixLength,
Iterator<Tuple<T>> iter)
|
Methods in org.openjena.atlas.lib with parameters of type Tuple | ||
---|---|---|
|
ColumnMap.fetchSlot(int idx,
Tuple<T> tuple)
Apply to an unmapped tuple to get the i'th slot after mapping : SPO->POS : 0'th slot is P from SPO |
|
|
ColumnMap.map(Tuple<T> src)
Apply to an unmapped tuple to get a tuple with the column mapping applied |
|
|
ColumnMap.mapSlot(int idx,
Tuple<T> tuple)
Apply to a mapped tuple to get the i'th slot as it appears after mapping : SPO->POS : 0'th slot is S from POS |
|
|
ColumnMap.unmap(Tuple<T> src)
Apply to a mapped tuple to get a tuple with the column mapping reverse-applied |
Method parameters in org.openjena.atlas.lib with type arguments of type Tuple | ||
---|---|---|
static
|
Tuple.prefix(int prefixLength,
Iterator<Tuple<T>> iter)
|
|
static
|
Tuple.project(int slot,
Iterator<Tuple<T>> iter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |