org.compass.core.util.backport.java.util.concurrent
Class ConcurrentHashMap.Values

java.lang.Object
  extended by java.util.AbstractCollection
      extended by org.compass.core.util.backport.java.util.AbstractCollection
          extended by org.compass.core.util.backport.java.util.concurrent.ConcurrentHashMap.Values
All Implemented Interfaces:
Iterable, Collection
Enclosing class:
ConcurrentHashMap

final class ConcurrentHashMap.Values
extends AbstractCollection


Constructor Summary
ConcurrentHashMap.Values()
           
 
Method Summary
 void clear()
           
 boolean contains(Object o)
           
 Iterator iterator()
           
 int size()
           
 
Methods inherited from class org.compass.core.util.backport.java.util.AbstractCollection
toArray, toArray
 
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, 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
 

Constructor Detail

ConcurrentHashMap.Values

ConcurrentHashMap.Values()
Method Detail

iterator

public Iterator iterator()
Specified by:
iterator in interface Iterable
Specified by:
iterator in interface Collection
Specified by:
iterator in class AbstractCollection

size

public int size()
Specified by:
size in interface Collection
Specified by:
size in class AbstractCollection

contains

public boolean contains(Object o)
Specified by:
contains in interface Collection
Overrides:
contains in class AbstractCollection

clear

public void clear()
Specified by:
clear in interface Collection
Overrides:
clear in class AbstractCollection


Copyright (c) 2004-2006 The Compass Project.