Uses of Class
io.permazen.tuple.Tuple3
Packages that use Tuple3
Package
Description
Core classes for the Permazen Java persistence layer.
Permazen
Encoding
s.Permazen index classes.
-
Uses of Tuple3 in io.permazen.core
Methods in io.permazen.core that return types with arguments of type Tuple3Modifier and TypeMethodDescriptionCoreIndex3.asMap()
CoreIndex4.asMapOfIndex1()
NavigableSet<Tuple3<V1,
V2, T>> CoreIndex2.asSet()
-
Uses of Tuple3 in io.permazen.encoding
Methods in io.permazen.encoding that return Tuple3 -
Uses of Tuple3 in io.permazen.index
Methods in io.permazen.index that return types with arguments of type Tuple3Modifier and TypeMethodDescriptionIndex3.asMap()
View this index as aNavigableMap
of target values keyed by indexed value tuples.Index4.asMapOfIndex1()
View this index as aNavigableMap
ofIndex1
s keyed by the first three values.NavigableSet<Tuple3<V1,
V2, T>> Index2.asSet()
View this index as aNavigableSet
of tuples.