java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<PrinterStateReason,Severity>
javax.print.attribute.standard.PrinterStateReasons
- All Implemented Interfaces:
- Serializable, Cloneable, Map<PrinterStateReason,Severity>, Attribute, PrintServiceAttribute
- See Also:
- Source Code,
java.util.Collections
, PrinterState
public final Class<? extends Attribute> getCategory()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final String getName()
- See Also:
- Attribute
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public PrinterStateReasons()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public PrinterStateReasons(int initialCapacity)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public PrinterStateReasons(int initialCapacity,
float loadFactor)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public PrinterStateReasons(Map<PrinterStateReason,Severity> map)
- See Also:
- ClassCastException, NullPointerException,
HashMap(Map)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Set<PrinterStateReason> printerStateReasonSet(Severity severity)
- See Also:
- NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Severity put(PrinterStateReason reason,
Severity severity)
- See Also:
- ClassCastException, NullPointerException, HashMap, put, Map, put
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples