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