bamboo.router
Class LocationCache.MyIterator

java.lang.Object
  extended by bamboo.router.LocationCache.MyIterator
All Implemented Interfaces:
Iterator
Enclosing class:
LocationCache

protected static class LocationCache.MyIterator
extends Object
implements Iterator


Constructor Summary
LocationCache.MyIterator(LocationCache.Node n)
           
 
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
 

Constructor Detail

LocationCache.MyIterator

public LocationCache.MyIterator(LocationCache.Node n)
Method Detail

next

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

hasNext

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

remove

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