Skip navigation links
A B C D E F G H I L M N R S T U W 

C

calculateDistance(String, String) - Static method in class com.maddox.sas1946.il2.util.CommonTools
Calculates the string distance between source and target strings using the Damerau-Levenshtein algorithm.
calculateDistanceIgnoreCase(String, String) - Static method in class com.maddox.sas1946.il2.util.CommonTools
Calculates the string distance between source and target strings using the Damerau-Levenshtein algorithm.
charGetFieldValue(Object, String) - Static method in class com.maddox.sas1946.il2.util.Reflection
Deprecated.
As of release 1.0.4, replaced by Reflection.getChar(Object obj, String fieldName)
charGetFieldValueStatic(Class, String) - Static method in class com.maddox.sas1946.il2.util.Reflection
Deprecated.
charSetFieldValue(Object, String, char) - Static method in class com.maddox.sas1946.il2.util.Reflection
Deprecated.
charSetFieldValueStatic(Class, String, char) - Static method in class com.maddox.sas1946.il2.util.Reflection
com.maddox.sas1946.il2.util - package com.maddox.sas1946.il2.util
 
CommonTools - Class in com.maddox.sas1946.il2.util
"CommonTools" Class of the "SAS Common Utils" This Class is used to provide helper methods which don't fit into any other SAS Common Utils Category.
compare(Object, Object) - Method in class com.maddox.sas1946.il2.util.FileTools.FileSizeRecord
Compare two FileTools.FileSizeRecord according to Comparable implementation standards
compareTo(Object) - Method in class com.maddox.sas1946.il2.util.FileTools.FileSizeRecord
Compare the current FileTools.FileSizeRecord element to another FileTools.FileSizeRecord element according to Comparable implementation standards
Conversion - Class in com.maddox.sas1946.il2.util
"Conversion" Class of the "SAS Common Utils" This Class is used to provide different type conversions which are not available in Java 1.3 by default.
CrossVersion - Class in com.maddox.sas1946.il2.util
"CrossVersion" Class of the "SAS Common Utils" This Class provides helper functions for Cross Version Compatible coding of IL-2 1946 mods.
cvt(float, float, float, float, float) - Static method in class com.maddox.sas1946.il2.util.CommonTools
Converts an input value range to output value range lineary as depicted on the image below, where the x axis shows the input value and the y axis the corresponding output value, with each min and max values for input and output lasting from 0 to 1:
cvt Input (x) to Output (y)
A B C D E F G H I L M N R S T U W 
Skip navigation links