Uses of Class
io.permazen.tuple.Tuple3
Package
Description
Core classes for the Permazen Java persistence layer.
Permazen
Encoding
s.Permazen index classes.
-
Uses of Tuple3 in io.permazen.core
Modifier and TypeMethodDescriptionCoreIndex3.asMap()
CoreIndex4.asMapOfIndex1()
NavigableSet<Tuple3<V1,
V2, T>> CoreIndex2.asSet()
-
Uses of Tuple3 in io.permazen.encoding
-
Uses of Tuple3 in io.permazen.index
Modifier 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.