Uses of Class
edu.caltech.nanodb.util.Pair
-
Packages that use Pair Package Description edu.caltech.nanodb.expressions This package contains classes for representing and evaluating arithmetic and logical expressions.edu.caltech.nanodb.util This package contains various generally useful utility classes that aren't specific to a particular area of NanoDB functionality. -
-
Uses of Pair in edu.caltech.nanodb.expressions
Methods in edu.caltech.nanodb.expressions that return Pair Modifier and Type Method Description static Pair
TypeConverter. coerceArithmetic(java.lang.Object obj1, java.lang.Object obj2)
This function takes two arguments and coerces them to be the same numeric type, for use with arithmetic operations.static Pair
TypeConverter. coerceComparison(java.lang.Object obj1, java.lang.Object obj2)
This function takes two arguments and coerces them to be the same numeric type, for use with comparison operations.private static Pair
TypeConverter. coerceTemporalAmountArithmetic(java.time.temporal.TemporalAmount obj1, java.lang.Object obj2)
private static Pair
TypeConverter. coerceTemporalArithmetic(java.time.temporal.Temporal obj1, java.lang.Object obj2)
-
Uses of Pair in edu.caltech.nanodb.util
Methods in edu.caltech.nanodb.util that return Pair Modifier and Type Method Description Pair
Pair. swap()
Returns a newPair
object with the values swapped.
-