com.bigdata.btree
Class BigdataMap.EntrySetIterator

java.lang.Object
  extended by com.bigdata.btree.BigdataMap.EntrySetIterator
All Implemented Interfaces:
Iterator<Map.Entry<K,V>>
Enclosing class:
BigdataMap<K,V>

protected class BigdataMap.EntrySetIterator
extends Object
implements Iterator<Map.Entry<K,V>>

Iterator visiting BigdataMap.Entry objects in support of BigdataMap.EntrySet.

Version:
$Id: BigdataMap.java 3672 2010-09-28 23:39:42Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 boolean hasNext()
           
 Map.Entry<K,V> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Map.Entry<K,V>>

next

public Map.Entry<K,V> next()
Specified by:
next in interface Iterator<Map.Entry<K,V>>

remove

public void remove()
Specified by:
remove in interface Iterator<Map.Entry<K,V>>


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.