| java.lang.Object vqwiki.utils.lucene.Entities
Entities | public class Entities (Code) | | TODO: Document this class.
version: $Id: Entities.java 234 2003-04-15 23:11:06Z garethc $ |
Method Summary | |
final static void | add(String entity, int value) TODO: Document this method. | final static String | decode(String entity) TODO: Document this method.
Parameters: entity - TODO: Document this parameter. | final public static String | encode(String s) TODO: Document this method.
Parameters: s - TODO: Document this parameter. |
encoder | final static String[] encoder(Code) | | TODO: Document this field.
|
add | final static void add(String entity, int value)(Code) | | TODO: Document this method.
Parameters: entity - TODO: Document this parameter. Parameters: value - TODO: Document this parameter. |
decode | final static String decode(String entity)(Code) | | TODO: Document this method.
Parameters: entity - TODO: Document this parameter. TODO: Document the result. |
encode | final public static String encode(String s)(Code) | | TODO: Document this method.
Parameters: s - TODO: Document this parameter. TODO: Document the result. |
|
|