Class Iterables

java.lang.Object
com.aoapps.lang.Iterables

public final class Iterables extends Object
A set of various Iterable over common Java types, useful to avoid conflict after type erasure.

Sometimes different method overloads want to accept different types of Iterable, but they cannot due to conflict after type erasure.