public class SpreadMap extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
SpreadMap(Map map) |
SpreadMap(Object[] values) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
boolean |
equals(SpreadMap that) |
Object |
get(Object obj) |
int |
hashCode() |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object key) |
int |
size() |
String |
toString()
Returns the string expression of
this . |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, values
public void putAll(Map t)
public boolean equals(Object that)
equals
in interface Map
equals
in class AbstractMap
public boolean equals(SpreadMap that)
public int hashCode()
hashCode
in interface Map
hashCode
in class AbstractMap
public String toString()
this
.toString
in class AbstractMap
this