Interface | Description |
---|---|
IHashtable<K,V> |
Common, standard interface for classes that employ underlying hashtables of different types.
|
Class | Description |
---|---|
CoverageInfoWriter |
Writes numbers of covering certain / possible at least and certain / possible at most rules (from given rules container)
for given memory container to file with given name (path)
|
DefaultHashtable<K,V> |
Default, generic implementation of the
IHashtable<K,V> interface,
employing java.util.Hashtable class. |
DoubleRounding |
Class used to round
double numbers |
HumanReadableListOfNumbers |
Class used to transform set of numbers into human-readable string (list of comma-separated numbers).
|
IntArray2IntegerArrayList |
Class used to convert array with
int numbers into array list with Integer elements. |
IntArray2IntegerHashSet |
Class used to convert array with
int numbers into hash sets with Integer elements. |
IntegerNumbersAsTextList |
Class used to convert different-type sets of integer numbers to text lists of numbers.
|
ISFLoader |
Auxiliary class used to load ISF files into memory containers
|
ISFWriter |
Auxiliary class used to save memory containers into ISF files
|
JmafIntArray2IntegerHashSet |
Class used to convert array with
int numbers into hash sets with Integer elements. |
MersenneTwisterFast |
MersenneTwister and MersenneTwisterFast
|
NamedProperties |
Named set of properties.
|
None2CostGainConverter |
Class used to convert memory container by exchanging each condition regular attribute with two condition criteria,
one of cost type and the other one of gain type.
|
OptimizedHashtable<K,V> |
Optimized, generic implementation of the
IHashtable<K,V> interface,
employing com.sun.org.apache.xalan.internal.xsltc.runtime.Hashtable class. |
Profiler |
Class used to see how long chosen methods from profiled class are executed.
|
Project |
Class used to manage project (list of resources stored in disk files), written according to singleton project template
|
SortedListsOperations |
Class used to perform operations on sorted lists of numbers.
|
UncachedIntArray2IntegerHashSet |
Class used to convert array with
int numbers into hash sets with Integer elements. |