Interface SizedIterable<T>

All Superinterfaces:
Iterable<T>
All Known Implementing Classes:
AbstractDataSetManager.ObjList

public interface SizedIterable<T> extends Iterable<T>
An iterable with a size
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the number of elements in the iterable.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • size

      int size()
      Gets the number of elements in the iterable.
      Returns:
      the number of elements in the iterable.