com.sun.jini.lease
Class AbstractLeaseMap.EntryIterator

java.lang.Object
  extended by com.sun.jini.lease.AbstractLeaseMap.EntryIterator
All Implemented Interfaces:
Iterator
Enclosing class:
AbstractLeaseMap

private static final class AbstractLeaseMap.EntryIterator
extends Object
implements Iterator

A wrapper so that we can wrap each Entry returned.


Field Summary
private  Iterator iter
           
 
Constructor Summary
AbstractLeaseMap.EntryIterator(Iterator iter)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iter

private final Iterator iter
Constructor Detail

AbstractLeaseMap.EntryIterator

public AbstractLeaseMap.EntryIterator(Iterator iter)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.