Interface ObjectIterable<K>

    • Method Detail

      • iterator

        ObjectIterator<K> iterator()
        Returns a type-specific iterator.

        Note that this specification strengthens the one given in Iterable.iterator().

        Specified by:
        iterator in interface java.lang.Iterable<K>
        Returns:
        a type-specific iterator.
        See Also:
        Iterable.iterator()