Uses of Class
io.permazen.tuple.Tuple2
Package
Description
Core classes for the Permazen Java persistence layer.
Permazen
Encoding
s.Permazen index classes.
-
Uses of Tuple2 in io.permazen.core
Modifier and TypeMethodDescriptionCoreIndex2.asMap()
CoreIndex3.asMapOfIndex1()
CoreIndex4.asMapOfIndex2()
NavigableSet<Tuple2<V,
T>> CoreIndex1.asSet()
-
Uses of Tuple2 in io.permazen.encoding
-
Uses of Tuple2 in io.permazen.index
Modifier and TypeMethodDescriptionIndex2.asMap()
View this index as aNavigableMap
of target values keyed by indexed value tuples.Index3.asMapOfIndex1()
View this index as aNavigableMap
ofIndex1
s keyed by the first two values.Index4.asMapOfIndex2()
View this index as aNavigableMap
ofIndex2
s keyed by the first two values.NavigableSet<Tuple2<V,
T>> Index1.asSet()
View this index as aNavigableSet
of tuples.