org.apache.commons.collections.map
Class AbstractHashedMap.Values

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--org.apache.commons.collections.map.AbstractHashedMap.Values
All Implemented Interfaces:
Collection
Enclosing class:
AbstractHashedMap

protected static class AbstractHashedMap.Values
extends AbstractCollection

Values implementation.


Field Summary
protected  AbstractHashedMap parent
          The parent map
 
Constructor Summary
protected AbstractHashedMap.Values(AbstractHashedMap parent)
           
 
Method Summary
 void clear()
           
 boolean contains(Object value)
           
 Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Field Detail

parent

protected final AbstractHashedMap parent
The parent map
Constructor Detail

AbstractHashedMap.Values

protected AbstractHashedMap.Values(AbstractHashedMap parent)
Method Detail

size

public int size()
Overrides:
size in class AbstractCollection

clear

public void clear()
Overrides:
clear in class AbstractCollection

contains

public boolean contains(Object value)
Overrides:
contains in class AbstractCollection

iterator

public Iterator iterator()
Overrides:
iterator in class AbstractCollection


Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.