|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractSet
com.tangosol.net.cache.OverflowMap.InternalKeySet
protected class OverflowMap.InternalKeySet
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 |
---|
protected OverflowMap.InternalKeySet()
Method Detail |
---|
public boolean contains(Object o)
contains
in interface Collection
contains
in interface Set
contains
in class AbstractCollection
public boolean isEmpty()
isEmpty
in interface Collection
isEmpty
in interface Set
isEmpty
in class AbstractCollection
public Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
iterator
in interface Set
iterator
in class AbstractCollection
public int size()
size
in interface Collection
size
in interface Set
size
in class AbstractCollection
public Object[] toArray()
toArray
in interface Collection
toArray
in interface Set
toArray
in class AbstractCollection
public Object[] toArray(Object[] ao)
toArray
in interface Collection
toArray
in interface Set
toArray
in class AbstractCollection
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |