|
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.Objectcom.tangosol.util.Base
com.tangosol.util.ConverterCollections.ConverterEntrySet.ConverterIterator
protected class ConverterCollections.ConverterEntrySet.ConverterIterator
A Map Entry Iterator that converts the key and value types.
Field Summary | |
---|---|
protected Iterator |
m_iter
|
Constructor Summary | |
---|---|
ConverterCollections.ConverterEntrySet.ConverterIterator(Iterator iter)
Constructor. |
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if the iteration has more elements. |
Object |
next()
Returns the next element in the interation. |
void |
remove()
Removes from the underlying collection the last element returned by the iterator. |
Field Detail |
---|
protected Iterator m_iter
Constructor Detail |
---|
public ConverterCollections.ConverterEntrySet.ConverterIterator(Iterator iter)
iter
- the Iterator to wrapMethod Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator
public Object next()
next
in interface Iterator
public void remove()
remove
in interface Iterator
|
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 |