Uses of Class
herddb.utils.Sized
-
Packages that use Sized Package Description herddb.utils -
-
Uses of Sized in herddb.utils
Methods in herddb.utils that return Sized Modifier and Type Method Description static Sized<Integer>Sized. valueOf(Integer x)static Sized<Long>Sized. valueOf(Long x)static Sized<String>Sized. valueOf(String x)static <X extends Comparable<X>>
Sized<X>Sized. valueOf(X x)Methods in herddb.utils with parameters of type Sized Modifier and Type Method Description intSized. compareTo(Sized<O> o)
-