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

/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DHashAttributeSet.java35 * Class HashAttributeSet provides an <code>AttributeSet</code>
41 public class HashAttributeSet implements AttributeSet, Serializable { class in inherits:AttributeSet,Serializable
97 public HashAttributeSet() { method in class:HashAttributeSet
110 public HashAttributeSet(Attribute attribute) { method in class:HashAttributeSet
130 public HashAttributeSet(Attribute[] attributes) { method in class:HashAttributeSet
142 public HashAttributeSet(AttributeSet attributes) { method in class:HashAttributeSet
156 protected HashAttributeSet(Class<?> interfaceName) { method in class:HashAttributeSet
181 protected HashAttributeSet(Attribute attribute, Class<?> interfaceName) { method in class:HashAttributeSet
214 protected HashAttributeSet(Attribute[] attributes, Class<?> interfaceName) { method in class:HashAttributeSet
242 protected HashAttributeSet(AttributeSe method in class:HashAttributeSet
[all...]

Completed in 41 milliseconds