blue.chance
Class FrequencyTable

java.lang.Object
  |
  +--blue.chance.FrequencyTable

public class FrequencyTable
extends java.lang.Object


Constructor Summary
FrequencyTable()
           
 
Method Summary
 void add(int i)
           
 blue.chance.Atom leastFrequentEntry()
           
 void println()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrequencyTable

public FrequencyTable()
Method Detail

add

public void add(int i)

leastFrequentEntry

public blue.chance.Atom leastFrequentEntry()

println

public void println()