Home | History | Annotate | Download | only in DNS

Lines Matching full:strings

24 /* Strings are case-sensitive. */
27 /* Strings will be stored/searched for in uppercase. */
30 /* Strings will be stored/searched for in lowercase. */
33 private HashMap strings;
44 * @param wordcase Whether to convert strings into uppercase, lowercase,
52 strings = new HashMap();
73 * Sets whether numeric values stored in strings are acceptable.
133 strings.put(str, value);
148 strings.put(str, value);
163 strings.putAll(source.strings);
192 Integer value = (Integer) strings.get(str);