cascading.util
Class ForeverValueIterator<Value>

java.lang.Object
  extended by cascading.util.SingleValueIterator<Value>
      extended by cascading.util.ForeverValueIterator<Value>
All Implemented Interfaces:
Iterator<Value>

public class ForeverValueIterator<Value>
extends SingleValueIterator<Value>

The ForeverValueIterator class will iterate over a single value forever.


Field Summary
 
Fields inherited from class cascading.util.SingleValueIterator
EMPTY, value
 
Constructor Summary
ForeverValueIterator(Value value)
           
 
Method Summary
 Value next()
           
 
Methods inherited from class cascading.util.SingleValueIterator
hasNext, remove, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForeverValueIterator

public ForeverValueIterator(Value value)
Method Detail

next

public Value next()
Specified by:
next in interface Iterator<Value>
Overrides:
next in class SingleValueIterator<Value>


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.