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 TypeClassDescriptionclassMinimalSet<E>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> MinimalCollection<E> MinimalCollection.of(E... contents) static <E> MinimalCollection<E> MinimalCollection.ofClassAndContents(Class<? super E> type, E... contents)