| 
 | 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.AbstractStableIterator
com.tangosol.util.AbstractKeySetBasedMap.KeyIterator
public class AbstractKeySetBasedMap.KeyIterator
An iterator over the keys from the internal key Set that implements element removal via the Map's removeBlind method.
| Constructor Summary | |
|---|---|
| protected  | AbstractKeySetBasedMap.KeyIterator(Iterator iter)Construct a KeyIterator. | 
| Method Summary | |
|---|---|
| protected  void | advance()Advance to the next object. | 
| protected  void | remove(Object oPrev)Remove the specified item. | 
| Methods inherited from class com.tangosol.util.AbstractStableIterator | 
|---|
| getPrevious, hasNext, next, remove, setNext | 
| Constructor Detail | 
|---|
protected AbstractKeySetBasedMap.KeyIterator(Iterator iter)
iter - the underlying Iterator from the internal key Set| Method Detail | 
|---|
protected void advance()
AbstractStableIterator.setNext(java.lang.Object) if there is a next object.
advance in class AbstractStableIteratorprotected void remove(Object oPrev)
AbstractStableIterator.remove() method.
remove in class AbstractStableIteratoroPrev - the previously iterated object that should be removed| 
 | 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 | |||||||