dk.vajhoej.isam
Class Util
java.lang.Object
dk.vajhoej.isam.Util
public class Util
- extends java.lang.Object
Utility class to find all matching records.
Constructor Summary |
Util()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util
public Util()
findAllGE
public static <T,TK> java.util.List<T> findAllGE(IsamSource isam,
java.lang.Class<T> t,
Key<TK> k)
throws IsamException,
RecordException
- Throws:
IsamException
RecordException
findAllGT
public static <T,TK> java.util.List<T> findAllGT(IsamSource isam,
java.lang.Class<T> t,
Key<TK> k)
throws IsamException,
RecordException
- Throws:
IsamException
RecordException
findAllLE
public static <T,TK> java.util.List<T> findAllLE(IsamSource isam,
java.lang.Class<T> t,
Key<TK> k)
throws IsamException,
RecordException
- Throws:
IsamException
RecordException
findAllLT
public static <T,TK> java.util.List<T> findAllLT(IsamSource isam,
java.lang.Class<T> t,
Key<TK> k)
throws IsamException,
RecordException
- Throws:
IsamException
RecordException