org.compass.core.util.backport.java.util.concurrent
Class ConcurrentSkipListMap.EntrySet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet
          extended by org.compass.core.util.backport.java.util.AbstractSet
              extended by org.compass.core.util.backport.java.util.concurrent.ConcurrentSkipListMap.EntrySet
All Implemented Interfaces:
Iterable, Collection, Set
Enclosing class:
ConcurrentSkipListMap

static final class ConcurrentSkipListMap.EntrySet
extends AbstractSet


Constructor Summary
ConcurrentSkipListMap.EntrySet(ConcurrentNavigableMap map)
           
 
Method Summary
 void clear()
           
 boolean contains(Object o)
           
 boolean equals(Object o)
           
 boolean isEmpty()
           
 Iterator iterator()
           
 boolean remove(Object o)
           
 int size()
           
 
Methods inherited from class org.compass.core.util.backport.java.util.AbstractSet
toArray, toArray
 
Methods inherited from class java.util.AbstractSet
hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, retainAll, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, containsAll, retainAll
 

Constructor Detail

ConcurrentSkipListMap.EntrySet

ConcurrentSkipListMap.EntrySet(ConcurrentNavigableMap map)
Method Detail

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

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Collection
Specified by:
isEmpty in interface Set
Overrides:
isEmpty 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

equals

public boolean equals(Object o)
Specified by:
equals in interface Collection
Specified by:
equals in interface Set
Overrides:
equals in class AbstractSet


Copyright (c) 2004-2006 The Compass Project.