|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MinimalCollection | |
|---|---|
| com.google.common.collect.testing | |
| Uses of MinimalCollection in com.google.common.collect.testing |
|---|
| Subclasses of MinimalCollection in com.google.common.collect.testing | |
|---|---|
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 | ||
|---|---|---|
protected MinimalCollection<Map.Entry<K,V>> |
AbstractMapTester.createDisjointCollection()
|
|
protected MinimalCollection<E> |
AbstractContainerTester.createDisjointCollection()
|
|
protected MinimalCollection<E> |
AbstractContainerTester.emptyCollection()
|
|
static
|
MinimalCollection.of(E... contents)
|
|
static
|
MinimalCollection.ofClassAndContents(Class<? super E> type,
E... contents)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||