org.omnaest.utils.structure.element
Interface ElementStream<E>

Type Parameters:
E -

public interface ElementStream<E>

Interface for types providing a stream of Objects which can be resolved by a next() method

Author:
Omnaest

Method Summary
 E next()
          Returns the next element
 

Method Detail

next

E next()
Returns the next element

Returns:


Copyright © 2013. All Rights Reserved.