org.netbeans.mdr.persistence.btreeimpl.btreestorage
Class TransactionCache.CacheIterator

java.lang.Object
  extended by org.netbeans.mdr.persistence.btreeimpl.btreestorage.TransactionCache.CacheIterator
Enclosing class:
TransactionCache

public class TransactionCache.CacheIterator
extends java.lang.Object


Method Summary
 boolean hasNext()
           
 TransactionCache.Record next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()

next

public TransactionCache.Record next()


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.