dk.vajhoej.isam
Class Util

java.lang.Object
  extended by dk.vajhoej.isam.Util

public class Util
extends java.lang.Object

Utility class to find all matching records.


Constructor Summary
Util()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

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