| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.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()
             | 
        
            V
         | 
        
            get(Object key)
             | 
        
            boolean
         | 
        
            isEmpty()
             | 
        
            Set
         | 
        
            keySet()
             | 
        
            V
         | 
        
            put(K key, V value)
             | 
        
            void
         | 
        
            putAll(Map m)
             | 
        
            V
         | 
        
            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)
public Set entrySet()
public V get(Object key)
public boolean isEmpty()
public Set keySet()
public V put(K key, V value)
public void putAll(Map m)
public V remove(Object key)
public int size()
public Collection values()
Copyright © 2003-2010 The Codehaus. All rights reserved.