ModeShape Distribution 3.0.0.Beta3

org.modeshape.jcr
Class InfinispanUtil.IteratorSequence<T>

java.lang.Object
  extended by org.modeshape.jcr.InfinispanUtil.IteratorSequence<T>
All Implemented Interfaces:
InfinispanUtil.Sequence<T>
Enclosing class:
InfinispanUtil

public static final class InfinispanUtil.IteratorSequence<T>
extends Object
implements InfinispanUtil.Sequence<T>


Constructor Summary
InfinispanUtil.IteratorSequence(Iterator<T> iterator)
           
 
Method Summary
 T next()
          Get the next values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfinispanUtil.IteratorSequence

public InfinispanUtil.IteratorSequence(Iterator<T> iterator)
Method Detail

next

public T next()
Description copied from interface: InfinispanUtil.Sequence
Get the next values.

Specified by:
next in interface InfinispanUtil.Sequence<T>
Returns:
the next value, or null if there are no more values.

ModeShape Distribution 3.0.0.Beta3

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.