PSPageDeviceDictionarypublic class PSDictionary
extends java.util.HashMap
| Constructor | Description |
|---|---|
PSDictionary() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
int |
hashCode() |
|
java.lang.String |
toString() |
|
static PSDictionary |
valueOf(java.lang.String str) |
Parses a given a dictionary string and returns an object
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic static PSDictionary valueOf(java.lang.String str) throws PSDictionaryFormatException
str - dictionary stringPSDictionaryFormatException - thrown in the event that a parsing error occurredpublic boolean equals(java.lang.Object obj)
equals in class java.util.AbstractMapobj - object to test equality againstObject.equals(Object)public int hashCode()
hashCode in class java.util.AbstractMappublic java.lang.String toString()
toString in class java.util.AbstractMapCopyright 1999-2018 The Apache Software Foundation. All Rights Reserved.