Uses of Class
com.google.common.collect.testing.MinimalSet
-
Packages that use MinimalSet Package Description com.google.common.collect.testing -
-
Uses of MinimalSet in com.google.common.collect.testing
Methods in com.google.common.collect.testing that return MinimalSet Modifier and Type Method Description 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)
-