CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.net.cache
Class OverflowMap.InternalKeySet

java.lang.Object
  extended by java.util.AbstractCollection
      extended by java.util.AbstractSet
          extended by com.tangosol.net.cache.OverflowMap.InternalKeySet
All Implemented Interfaces:
Iterable, Collection, Set
Enclosing class:
OverflowMap

protected class OverflowMap.InternalKeySet
extends AbstractSet

A read-only set of keys backed by this map.


Nested Class Summary
protected  class OverflowMap.InternalKeySet.InternalKeySetIterator
          An Iterator implementation over the keys in the OverflowMap that that is based on a concurrent Iterator over the internal status map.
 
Constructor Summary
protected OverflowMap.InternalKeySet()
           
 
Method Summary
 boolean contains(Object o)
          
 boolean isEmpty()
          
 Iterator iterator()
          
 int size()
          
 Object[] toArray()
          
 Object[] toArray(Object[] ao)
          
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, containsAll, remove, retainAll, toString
 
Methods inherited from interface java.util.Set
add, addAll, clear, containsAll, remove, retainAll
 

Constructor Detail

OverflowMap.InternalKeySet

protected OverflowMap.InternalKeySet()
Method Detail

contains

public boolean contains(Object o)

Specified by:
contains in interface Collection
Specified by:
contains in interface Set
Overrides:
contains in class AbstractCollection

isEmpty

public boolean isEmpty()

Specified by:
isEmpty in interface Collection
Specified by:
isEmpty in interface Set
Overrides:
isEmpty in class AbstractCollection

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

size

public int size()

Specified by:
size in interface Collection
Specified by:
size in interface Set
Specified by:
size in class AbstractCollection

toArray

public Object[] toArray()

Specified by:
toArray in interface Collection
Specified by:
toArray in interface Set
Overrides:
toArray in class AbstractCollection

toArray

public Object[] toArray(Object[] ao)

Specified by:
toArray in interface Collection
Specified by:
toArray in interface Set
Overrides:
toArray in class AbstractCollection

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation