helix.graph.util
Class EmptyIterable<E>

java.lang.Object
  extended by helix.graph.util.EmptyIterable<E>
All Implemented Interfaces:
Iterable<E>

public class EmptyIterable<E>
extends Object
implements Iterable<E>


Constructor Summary
EmptyIterable()
           
 
Method Summary
 Iterator<E> iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyIterable

public EmptyIterable()
Method Detail

iterator

public Iterator<E> iterator()
Specified by:
iterator in interface Iterable<E>