Uses of Class
org.dizitart.no2.common.tuples.Pair
-
Packages that use Pair Package Description org.dizitart.no2.collection org.dizitart.no2.common org.dizitart.no2.common.tuples org.dizitart.no2.filters org.dizitart.no2.store -
-
Uses of Pair in org.dizitart.no2.collection
Methods in org.dizitart.no2.collection that return types with arguments of type Pair Modifier and Type Method Description List<Pair<String,SortOrder>>FindPlan. getBlockingSortOrder()Gets the blocking sort order.Method parameters in org.dizitart.no2.collection with type arguments of type Pair Modifier and Type Method Description voidFindPlan. setBlockingSortOrder(List<Pair<String,SortOrder>> blockingSortOrder)Gets the blocking sort order. -
Uses of Pair in org.dizitart.no2.common
Methods in org.dizitart.no2.common that return types with arguments of type Pair Modifier and Type Method Description List<Pair<String,SortOrder>>SortableFields. getSortingOrders()Gets the sort by field specifications.List<Pair<String,Object>>FieldValues. getValues()Method parameters in org.dizitart.no2.common with type arguments of type Pair Modifier and Type Method Description voidFieldValues. setValues(List<Pair<String,Object>> values) -
Uses of Pair in org.dizitart.no2.common.tuples
Methods in org.dizitart.no2.common.tuples that return Pair Modifier and Type Method Description static <A,B>
Pair<A,B>Pair. pair(A first, B second)Creates a new pair. -
Uses of Pair in org.dizitart.no2.filters
Methods in org.dizitart.no2.filters with parameters of type Pair Modifier and Type Method Description booleanFilter. apply(Pair<NitriteId,Document> element)Applies the filter to the given element.booleanIndexScanFilter. apply(Pair<NitriteId,Document> element) -
Uses of Pair in org.dizitart.no2.store
Methods in org.dizitart.no2.store that return types with arguments of type Pair Modifier and Type Method Description RecordStream<Pair<Key,Value>>NitriteMap. entries()Gets aRecordStreamview of the mappings contained in this map.RecordStream<Pair<Key,Value>>NitriteMap. reversedEntries()Gets a reversedRecordStreamview of the mappings contained in this map.
-