Interface IIterableCountSearcher

All Known Subinterfaces:
IIterableSearcher
All Known Implementing Classes:
IterableSearcher

public interface IIterableCountSearcher
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getCount(Iterable<?> iterable)
     
  • Method Details

    • getCount

      int getCount(Iterable<?> iterable)
      Parameters:
      iterable - the examined Iterable, is considered to be empty when is null
      Returns:
      the number of elements of the given iterable