Package com.metaparadigm.dict

Examples of com.metaparadigm.dict.DictClient


    }
   
    public DictClient dict() {
        if (_dict == null) {
          //_dict = new DictClient("dict.die.net");
          _dict = new DictClient("dict.org");
        }
        return _dict;
    }
View Full Code Here

TOP

Related Classes of com.metaparadigm.dict.DictClient

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.