com.agical.rmock.core.find.iterator
Class IteratorFactory

java.lang.Object
  extended by com.agical.rmock.core.find.iterator.IteratorFactory

public class IteratorFactory
extends java.lang.Object

(c) 2005 Agical AB

Author:
joakim.ohlrogge

Constructor Summary
IteratorFactory()
           
 
Method Summary
 java.util.Iterator methodsOf(java.lang.Class clazz)
          Returns an iterator that can iterate over all methods of a class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorFactory

public IteratorFactory()
Method Detail

methodsOf

public java.util.Iterator methodsOf(java.lang.Class clazz)
Returns an iterator that can iterate over all methods of a class

Parameters:
clazz - The class to iterate over.
Returns:
An iterator for all methods in the class.


Copyright © 2005-2010 Agical AB. All Rights Reserved.