groovy.lang
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, valuespublic void putAll(Map t)
public boolean equals(Object that)
equals in interface Mapequals in class AbstractMappublic boolean equals(SpreadMap that)
public int hashCode()
hashCode in interface MaphashCode in class AbstractMappublic String toString()
this.toString in class AbstractMapthis