Searched defs:Name (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/jar/
H A DAttributes.java108 * return (String)get(new Attributes.Name((String)name));
117 return (String)get(new Attributes.Name(name));
121 * Returns the value of the specified Attributes.Name, or null if the
129 * @param name the Attributes.Name object
130 * @return the String value of the specified Attribute.Name, or null if
133 public String getValue(Name name) {
145 * @exception ClassCastException if the name is not a Attributes.Name
149 return map.put((Attributes.Name)name, (String)value);
160 * return (String)put(new Attributes.Name(name), value);
169 return (String)put(new Name(nam
448 public static class Name { class in class:Attributes
460 public Name(String name) { method in class:Attributes.Name
[all...]

Completed in 76 milliseconds