Home » openjdk-7 » javax » print » [javadoc | source]
javax.print
class: MimeType.ParameterMapEntry [javadoc | source]
java.lang.Object
   javax.print.MimeType$ParameterMapEntry

All Implemented Interfaces:
    Entry

Parameter map entry.
Constructor:
 public ParameterMapEntry(int theIndex) 
Method from javax.print.MimeType$ParameterMapEntry Summary:
equals,   getKey,   getValue,   hashCode,   setValue
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.print.MimeType$ParameterMapEntry Detail:
 public boolean equals(Object o) 
 public Object getKey() 
 public Object getValue() 
 public int hashCode() 
 public Object setValue(Object value)