Serializable, Cloneable, MapPSPageDeviceDictionarypublic class PSDictionary extends HashMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>| Constructor | Description |
|---|---|
PSDictionary() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
toString() |
|
static PSDictionary |
valueOf(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(String str) throws PSDictionaryFormatException
str - dictionary stringPSDictionaryFormatException - thrown in the event that a parsing error occurredpublic boolean equals(Object obj)
equals in interface Mapequals in class AbstractMapobj - object to test equality againstObject.equals(Object)public int hashCode()
hashCode in interface MaphashCode in class AbstractMappublic String toString()
toString in class AbstractMapCopyright © 2018 Apache Software Foundation. All rights reserved.