public class PSDictionary extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
PSDictionary() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
static PSDictionary |
valueOf(String str)
Parses a given a dictionary string and returns an object
|
public 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 Map
equals
in class AbstractMap
obj
- object to test equality againstObject.equals(Object)
public int hashCode()
hashCode
in interface Map
hashCode
in class AbstractMap
public String toString()
toString
in class AbstractMap
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.