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

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

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

Methods in com.google.common.collect.testing that return MinimalSet
static
<E> MinimalSet<E>
MinimalSet.from(Collection<? extends E> contents)
           
static
<E> MinimalSet<E>
MinimalSet.of(E... contents)
           
static
<E> MinimalSet<E>
MinimalSet.ofClassAndContents(Class<? super E> type, E[] emptyArrayForContents, Iterable<? extends E> contents)
           
 



Copyright © 2010-2011. All Rights Reserved.