Uses of Class
com.google.common.collect.testing.MinimalCollection

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



Copyright © 2010-2012. All Rights Reserved.