Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

infranet
Class CommonCache  view CommonCache download CommonCache.java

java.lang.Object
  extended byinfranet.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()