Uses of Class
com.google.common.collect.testing.MinimalCollection
Packages that use MinimalCollection
-
Uses of MinimalCollection in com.google.common.collect.testing
Subclasses of MinimalCollection in com.google.common.collect.testingModifier and TypeClassDescriptionclass
MinimalSet<E extends @Nullable Object>
A simplistic set which implements the bare minimum so that it can be used in tests without relying on any specific Set implementations.Methods in com.google.common.collect.testing that return MinimalCollectionModifier and TypeMethodDescriptionprotected MinimalCollection
<E> AbstractContainerTester.createDisjointCollection()
protected MinimalCollection
<Map.Entry<K, V>> AbstractMapTester.createDisjointCollection()
protected MinimalCollection
<E> AbstractContainerTester.emptyCollection()
static <E extends @Nullable Object>
MinimalCollection<E> MinimalCollection.of
(E... contents) static <E extends @Nullable Object>
MinimalCollection<E> MinimalCollection.ofClassAndContents
(Class<? super @NonNull E> type, E... contents)