|
|||||||||
| Home >> All >> [ infranet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
infranet
Class CommonCache

java.lang.Objectinfranet.CommonCache
- public class CommonCache
- extends java.lang.Object
| Field Summary | |
private static java.util.SortedMap |
map
|
private java.util.SortedMap |
tempMap
|
| Constructor Summary | |
CommonCache()
|
|
| Method Summary | |
java.lang.String |
bound()
|
double |
cdf(java.lang.String s)
|
static void |
init(java.lang.String discreteFile)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
map
private static java.util.SortedMap map
tempMap
private java.util.SortedMap tempMap
| Constructor Detail |
CommonCache
public CommonCache()
| Method Detail |
init
public static void init(java.lang.String discreteFile) throws java.io.FileNotFoundException, java.io.IOException
cdf
public double cdf(java.lang.String s)
bound
public java.lang.String bound()
|
|||||||||
| Home >> All >> [ infranet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
infranet.CommonCache