public class PSDictionary
extends java.util.HashMap
Modifier and Type | Class and Description |
---|---|
private static class |
PSDictionary.Maker
This class is used to parse dictionary strings.
|
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
PSDictionary() |
Modifier and Type | Method and 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
|
private static final long serialVersionUID
public 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 interface java.util.Map
equals
in class java.util.AbstractMap
obj
- object to test equality againstObject.equals(Object)
public int hashCode()
hashCode
in interface java.util.Map
hashCode
in class java.util.AbstractMap
public java.lang.String toString()
toString
in class java.util.AbstractMap