Klasse IterableTool

java.lang.Object
ch.nolix.core.independent.iterabletool.IterableTool
Alle implementierten Schnittstellen:
IIterableTool

public final class IterableTool extends Object implements IIterableTool
Version:
2017-12-16
Autor:
Silvan Wyss
  • Konstruktordetails

    • IterableTool

      public IterableTool()
  • Methodendetails

    • getElementCount

      public int getElementCount(Iterable<?> iterable)
      Angegeben von:
      getElementCount in Schnittstelle IIterableTool
      Parameter:
      iterable -
      Gibt zurück:
      the number of elements of the given iterable.