Interface IIterableTool
- All Known Implementing Classes:
IterableTool
public interface IIterableTool
A
IIterableTool provides methods to handle Iterables.- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
getElementCount
- Parameters:
iterable-- Returns:
- the number of elements of the given iterable.
-