Uses of Class
com.google.common.collect.testing.MinimalIterable
Packages that use MinimalIterable
-
Uses of MinimalIterable in com.google.common.collect.testing
Methods in com.google.common.collect.testing that return MinimalIterableModifier and TypeMethodDescriptionstatic <E extends @Nullable Object>
MinimalIterable<E> MinimalIterable.from
(Collection<E> elements) Returns an iterable whose iterator returns the given elements in order.static <E extends @Nullable Object>
MinimalIterable<E> MinimalIterable.of
(E... elements) Returns an iterable whose iterator returns the given elements in order.