A C D E F G H I L M N P R S T U W _

G

Generic_BigDecimal - Class in uk.ac.leeds.ccg.andyt.generic.math
For BigDecimal arithmetic.
Generic_BigDecimal() - Constructor for class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
Creates a new instance of Generic_BigDecimal
Generic_BigDecimal(int) - Constructor for class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
 
Generic_BigInteger - Class in uk.ac.leeds.ccg.andyt.generic.math
 
Generic_BigInteger() - Constructor for class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigInteger
Creates a new instance of Generic_BigDecimal
Generic_ErrorAndExceptionHandler - Class in uk.ac.leeds.ccg.andyt.generic.utilities
A class for handling errors and exceptions.
Generic_ErrorAndExceptionHandler() - Constructor for class uk.ac.leeds.ccg.andyt.generic.utilities.Generic_ErrorAndExceptionHandler
 
Generic_IO - Class in uk.ac.leeds.ccg.andyt.generic.io
 
Generic_IO() - Constructor for class uk.ac.leeds.ccg.andyt.generic.io.Generic_IO
 
Generic_long - Class in uk.ac.leeds.ccg.andyt.generic.math
 
Generic_long() - Constructor for class uk.ac.leeds.ccg.andyt.generic.math.Generic_long
Creates a new instance of Generic_BigDecimal
Generic_Number - Class in uk.ac.leeds.ccg.andyt.generic.math
 
Generic_Number() - Constructor for class uk.ac.leeds.ccg.andyt.generic.math.Generic_Number
 
Generic_OutOfMemoryErrorHandler - Class in uk.ac.leeds.ccg.andyt.generic.memory
A class to be extended so as to handle OutOfMemoryErrors.
Generic_OutOfMemoryErrorHandler() - Constructor for class uk.ac.leeds.ccg.andyt.generic.memory.Generic_OutOfMemoryErrorHandler
 
Generic_StaticIO - Class in uk.ac.leeds.ccg.andyt.generic.io
Class of static methods for helping with reading and writing (primarily) to/from file.
Generic_StaticIO() - Constructor for class uk.ac.leeds.ccg.andyt.generic.io.Generic_StaticIO
Creates a new instance of ObjectIO
Generic_TestMemory - Class in uk.ac.leeds.ccg.andyt.generic.memory
A class with methods that help in testing computer memory.
Generic_TestMemory() - Constructor for class uk.ac.leeds.ccg.andyt.generic.memory.Generic_TestMemory
Creates a new instance of Generic_TestMemory
get_Generic_TestMemory() - Method in class uk.ac.leeds.ccg.andyt.generic.memory.Generic_OutOfMemoryErrorHandler
For initialising and returning _Generic_TestMemory.
get_MemoryReserve() - Method in class uk.ac.leeds.ccg.andyt.generic.memory.Generic_OutOfMemoryErrorHandler
 
get_Runtime() - Method in class uk.ac.leeds.ccg.andyt.generic.memory.Generic_TestMemory
Initialises _Runtime if it has not been.
getE(int) - Method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
 
getEMinDecimalPlaces(int) - Method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
 
getFilename(File, File) - Static method in class uk.ac.leeds.ccg.andyt.generic.io.Generic_StaticIO
 
getHighestLeaf(File, String) - Static method in class uk.ac.leeds.ccg.andyt.generic.io.Generic_StaticIO
 
getNumericalOrderFilesWithNumericalFilenames_TreeMap(File[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.io.Generic_StaticIO
getNumericalOrderFilesWithNumericalFilenames_TreeMap( File[] files) { TreeMap<Long, File> result = new TreeMap<Long, File>(); for (int i = 0; i < files.length; i++) { result.put( new Long(files[i].getName()), files[i]); } return result; }
getNumericalOrderFilesWithNumericalUnderscoreFilenames_TreeMap(File[], String) - Static method in class uk.ac.leeds.ccg.andyt.generic.io.Generic_StaticIO
If needed to order also by a number after the underscore then a new method is needed.
getObjectDirectory(File, long, long, long) - Static method in class uk.ac.leeds.ccg.andyt.generic.io.Generic_StaticIO
 
getRuntime() - Method in class uk.ac.leeds.ccg.andyt.generic.memory.Generic_OutOfMemoryErrorHandler
May initialise _Generic_TestMemory and _Generic_TestMemory._Runtime.
getTotalFreeMemory() - Method in class uk.ac.leeds.ccg.andyt.generic.memory.Generic_OutOfMemoryErrorHandler
return get_Generic_TestMemory().getTotalFreeMemory();
getTotalFreeMemory(boolean) - Method in class uk.ac.leeds.ccg.andyt.generic.memory.Generic_OutOfMemoryErrorHandler
For returning the total free memory available to the JVM.
getTotalFreeMemory() - Method in class uk.ac.leeds.ccg.andyt.generic.memory.Generic_TestMemory
For returning the total free memory.
growArchiveBase(File, long) - Static method in class uk.ac.leeds.ccg.andyt.generic.io.Generic_StaticIO
 
growArchiveBase(File, long, long) - Static method in class uk.ac.leeds.ccg.andyt.generic.io.Generic_StaticIO
 

A C D E F G H I L M N P R S T U W _