Uses of Class
io.permazen.tuple.Tuple2
Packages that use Tuple2
Package
Description
Core classes for the Permazen Java persistence layer.
Permazen
Encoding
s.Permazen index classes.
-
Uses of Tuple2 in io.permazen.core
Methods in io.permazen.core that return types with arguments of type Tuple2Modifier and TypeMethodDescriptionCoreIndex2.asMap()
CoreIndex3.asMapOfIndex1()
CoreIndex4.asMapOfIndex2()
NavigableSet<Tuple2<V,
T>> CoreIndex1.asSet()
-
Uses of Tuple2 in io.permazen.encoding
Methods in io.permazen.encoding that return Tuple2 -
Uses of Tuple2 in io.permazen.index
Methods in io.permazen.index that return types with arguments of type Tuple2Modifier 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.