Documentation of 'jsat.utils.IterableIterator' Java class
IterableIterator
jsat.utils

Class IterableIterator<T>

  • All Implemented Interfaces:
    java.lang.Iterable<T>


    public final class IterableIterator<T>
    extends java.lang.Object
    implements java.lang.Iterable<T>
    Convenience object for being able to use the for each loop on an iterator.
    • Constructor Summary

      Constructors 
      Constructor and Description
      IterableIterator(java.util.Iterator<T> iterator) 
    • Method Summary

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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • IterableIterator

        public IterableIterator(java.util.Iterator<T> iterator)
    • Method Detail

      • iterator

        public java.util.Iterator<T> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<T>

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.