Class IterableTool

java.lang.Object
ch.nolix.base.independent.iterabletool.IterableTool
All Implemented Interfaces:
IIterableTool

public final class IterableTool extends Object implements IIterableTool
Author:
Silvan Wyss
  • Constructor Details

    • IterableTool

      public IterableTool()
  • Method Details

    • getElementCount

      public int getElementCount(Iterable<?> iterable)
      Specified by:
      getElementCount in interface IIterableTool
      Parameters:
      iterable -
      Returns:
      the number of elements of the given iterable.