com.sun.jini.lease
Class AbstractLeaseMap.EntryIterator
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iter
private final Iterator iter
AbstractLeaseMap.EntryIterator
public AbstractLeaseMap.EntryIterator(Iterator iter)
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.