public class Util
extends java.lang.Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static <T,TK> java.util.List<T> |
findAllGE(IsamSource isam,
java.lang.Class<T> t,
Key<TK> k) |
static <T,TK> java.util.List<T> |
findAllGT(IsamSource isam,
java.lang.Class<T> t,
Key<TK> k) |
static <T,TK> java.util.List<T> |
findAllLE(IsamSource isam,
java.lang.Class<T> t,
Key<TK> k) |
static <T,TK> java.util.List<T> |
findAllLT(IsamSource isam,
java.lang.Class<T> t,
Key<TK> k) |
public static <T,TK> java.util.List<T> findAllGE(IsamSource isam, java.lang.Class<T> t, Key<TK> k) throws IsamException, RecordException
IsamException
RecordException
public static <T,TK> java.util.List<T> findAllGT(IsamSource isam, java.lang.Class<T> t, Key<TK> k) throws IsamException, RecordException
IsamException
RecordException
public static <T,TK> java.util.List<T> findAllLE(IsamSource isam, java.lang.Class<T> t, Key<TK> k) throws IsamException, RecordException
IsamException
RecordException
public static <T,TK> java.util.List<T> findAllLT(IsamSource isam, java.lang.Class<T> t, Key<TK> k) throws IsamException, RecordException
IsamException
RecordException