agentland.games
Class DictionaryFilter

java.lang.Object
  |
  +--agentland.games.DictionaryFilter
All Implemented Interfaces:
Filter, Serializable

public class DictionaryFilter
extends Object
implements Filter

See Also:
Serialized Form

Constructor Summary
DictionaryFilter(PrefixSet x)
           
 
Method Summary
 boolean match(Object a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryFilter

public DictionaryFilter(PrefixSet x)
Method Detail

match

public boolean match(Object a)
Specified by:
match in interface Filter