Save This Page
Home » openjdk-7 » javax » print » attribute » [javadoc | source]
javax.print.attribute
static class: AttributeSetUtilities.SynchronizedAttributeSet [javadoc | source]
java.lang.Object
   javax.print.attribute.AttributeSetUtilities$SynchronizedAttributeSet

All Implemented Interfaces:
    AttributeSet, Serializable

Direct Known Subclasses:
    SynchronizedPrintServiceAttributeSet, SynchronizedDocAttributeSet, SynchronizedPrintJobAttributeSet, SynchronizedPrintRequestAttributeSet

Constructor:
 public SynchronizedAttributeSet(AttributeSet attributeSet) 
Method from javax.print.attribute.AttributeSetUtilities$SynchronizedAttributeSet Summary:
add,   addAll,   clear,   containsKey,   containsValue,   equals,   get,   hashCode,   isEmpty,   remove,   remove,   size,   toArray
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.print.attribute.AttributeSetUtilities$SynchronizedAttributeSet Detail:
 public synchronized boolean add(Attribute attribute) 
 public synchronized boolean addAll(AttributeSet attributes) 
 public synchronized  void clear() 
 public synchronized boolean containsKey(Class category) 
 public synchronized boolean containsValue(Attribute attribute) 
 public synchronized boolean equals(Object o) 
 public synchronized Attribute get(Class category) 
 public synchronized int hashCode() 
 public synchronized boolean isEmpty() 
 public synchronized boolean remove(Class category) 
 public synchronized boolean remove(Attribute attribute) 
 public synchronized int size() 
 public synchronized Attribute[] toArray()