|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.util.ListHashMap
public class ListHashMap extends Object
This represents a
Constructor Summary | |
ListHashMap()
|
|
ListHashMap(int listSize)
|
Method Summary | |
---|---|
void
|
clear()
|
boolean
|
containsKey(Object key)
|
boolean
|
containsValue(Object value)
|
Set
|
entrySet()
|
Object
|
get(Object key)
|
boolean
|
isEmpty()
|
Set
|
keySet()
|
Object
|
put(Object key, Object value)
|
void
|
putAll(Map m)
|
Object
|
remove(Object key)
|
int
|
size()
|
Collection
|
values()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public ListHashMap()
public ListHashMap(int listSize)
Method Detail |
---|
public void clear()
public boolean containsKey(Object key)
public boolean containsValue(Object value)
@SuppressWarnings("unchecked") public Set entrySet()
public Object get(Object key)
public boolean isEmpty()
public Set keySet()
@SuppressWarnings("unchecked") public Object put(Object key, Object value)
public void putAll(Map m)
public Object remove(Object key)
public int size()
public Collection values()
Copyright © 2003-2013 The Codehaus. All rights reserved.