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

Quick Search    Search Deep

infranet
Interface Dictionary  view Dictionary download Dictionary.java

All Known Implementing Classes:
HexDictionary, RangeDictionary

public interface Dictionary


Method Summary
 void addGuesses(java.util.Collection c)
           
 void clear()
           
 java.lang.String getDownstream()
           
 java.lang.Object getMessage()
           
 boolean isDone()
           
 boolean setUpstream(java.lang.String path)
           
 boolean timeToUpdate()
           
 

Method Detail

setUpstream

public boolean setUpstream(java.lang.String path)

getDownstream

public java.lang.String getDownstream()

clear

public void clear()

isDone

public boolean isDone()

getMessage

public java.lang.Object getMessage()

timeToUpdate

public boolean timeToUpdate()

addGuesses

public void addGuesses(java.util.Collection c)