Searched refs:UString (Results 1 – 1 of 1) sorted by relevance
1191 for (Map.Entry<UString,String> entry : s.attributes.entrySet()) { in putPropertyStrings()1213 for (Map.Entry<UString,String> entry : s.attributes.entrySet()) { in removePropertyStrings()1282 private static class UString { class in Provider1286 UString(String s) { in UString() method in Provider.UString1299 if (obj instanceof UString == false) { in equals()1302 UString other = (UString)obj; in equals()1433 private Map<UString,String> attributes;1461 attributes = Collections.<UString,String>emptyMap(); in Service()1477 attributes = new HashMap<UString,String>(8); in addAttribute()1479 attributes.put(new UString(type), value); in addAttribute()[all …]