public class PSDictionary extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
构造器和说明 |
---|
PSDictionary() |
限定符和类型 | 方法和说明 |
---|---|
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, values
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
在接口中 Map
equals
在类中 AbstractMap
obj
- object to test equality againstObject.equals(Object)
public int hashCode()
hashCode
在接口中 Map
hashCode
在类中 AbstractMap
public String toString()
toString
在类中 AbstractMap
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.