Uses of Class
com.google.common.collect.testing.MinimalSet
Packages that use MinimalSet
-
Uses of MinimalSet in com.google.common.collect.testing
Methods in com.google.common.collect.testing that return MinimalSetModifier and TypeMethodDescriptionstatic <E extends @Nullable Object>
MinimalSet<E> MinimalSet.from
(Collection<? extends E> contents) static <E extends @Nullable Object>
MinimalSet<E> MinimalSet.of
(E... contents) static <E extends @Nullable Object>
MinimalSet<E> MinimalSet.ofClassAndContents
(Class<? super @NonNull E> type, E[] emptyArrayForContents, Iterable<? extends E> contents)