org.compass.core.util.backport.java.util.concurrent
Class ConcurrentHashMap.EntrySet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet
org.compass.core.util.backport.java.util.AbstractSet
org.compass.core.util.backport.java.util.concurrent.ConcurrentHashMap.EntrySet
- All Implemented Interfaces:
- Iterable, Collection, Set
- Enclosing class:
- ConcurrentHashMap
final class ConcurrentHashMap.EntrySet
- extends AbstractSet
ConcurrentHashMap.EntrySet
ConcurrentHashMap.EntrySet()
iterator
public Iterator iterator()
- Specified by:
iterator in interface Iterable- Specified by:
iterator in interface Collection- Specified by:
iterator in interface Set- Specified by:
iterator in class AbstractCollection
contains
public boolean contains(Object o)
- Specified by:
contains in interface Collection- Specified by:
contains in interface Set- Overrides:
contains in class AbstractCollection
remove
public boolean remove(Object o)
- Specified by:
remove in interface Collection- Specified by:
remove in interface Set- Overrides:
remove in class AbstractCollection
size
public int size()
- Specified by:
size in interface Collection- Specified by:
size in interface Set- Specified by:
size in class AbstractCollection
clear
public void clear()
- Specified by:
clear in interface Collection- Specified by:
clear in interface Set- Overrides:
clear in class AbstractCollection
Copyright (c) 2004-2006 The Compass Project.