net.jakubholy.jeeutils.jsfelcheck.validator.results
Class ResultsIterable<T>

java.lang.Object
  extended by net.jakubholy.jeeutils.jsfelcheck.validator.results.ResultsIterable<T>
All Implemented Interfaces:
Iterable<T>

public class ResultsIterable<T>
extends Object
implements Iterable<T>


Method Summary
 Iterator<T> iterator()
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

iterator

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

size

public int size()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.