Uses of Class
com.google.common.collect.testing.MinimalIterable

Packages that use MinimalIterable
com.google.common.collect.testing   
 

Uses of MinimalIterable in com.google.common.collect.testing
 

Methods in com.google.common.collect.testing that return MinimalIterable
static
<E> MinimalIterable<E>
MinimalIterable.from(Collection<E> elements)
          Returns an iterable whose iterator returns the given elements in order.
static
<E> MinimalIterable<E>
MinimalIterable.of(E... elements)
          Returns an iterable whose iterator returns the given elements in order.
 



Copyright © 2010-2012. All Rights Reserved.