|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a spreadable map which extends java.util.HashMap.
Field Summary | |
---|---|
int |
hashCode
|
Map |
mapData
|
Constructor Summary | |
SpreadMap(def values)
|
|
SpreadMap(Map map)
|
Method Summary | |
---|---|
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 .
|
Constructor Detail |
---|
public SpreadMap(def values)
public SpreadMap(Map map)
Method Detail |
---|
public boolean equals(Object that)
public boolean equals(SpreadMap that)
public Object get(Object obj)
public int hashCode()
public Object put(Object key, Object value)
public void putAll(Map t)
public Object remove(Object key)
public int size()
public String toString()
this
.
this