Class CollectionIterableBase

    • Constructor Summary

      Constructors 
      Constructor Description
      CollectionIterableBase​(java.util.Collection 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

      • CollectionIterableBase

        public CollectionIterableBase​(java.util.Collection delegate)