org.infinispan.container
Class DefaultDataContainer.EntryIterator

java.lang.Object
  extended by org.infinispan.container.DefaultDataContainer.EntryIterator
All Implemented Interfaces:
Iterator<InternalCacheEntry>
Enclosing class:
DefaultDataContainer

public static class DefaultDataContainer.EntryIterator
extends Object
implements Iterator<InternalCacheEntry>


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

Method Detail

next

public InternalCacheEntry next()
Specified by:
next in interface Iterator<InternalCacheEntry>

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<InternalCacheEntry>

remove

public void remove()
Specified by:
remove in interface Iterator<InternalCacheEntry>

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.