Class ReflectionIterableBase

    • Constructor Summary

      Constructors 
      Constructor Description
      ReflectionIterableBase​(java.lang.Object delegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object delegate()  
      java.util.Iterator iterator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReflectionIterableBase

        public ReflectionIterableBase​(java.lang.Object delegate)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception