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

Packages that use UnhashableObject
com.google.common.collect.testing   
com.google.common.collect.testing.google   
 

Uses of UnhashableObject in com.google.common.collect.testing
 

Classes in com.google.common.collect.testing with type parameters of type UnhashableObject
 class TestUnhashableCollectionGenerator<T extends Collection<UnhashableObject>>
          Creates collections containing unhashable sample elements, to be tested.
 

Methods in com.google.common.collect.testing that return UnhashableObject
 UnhashableObject[] TestUnhashableCollectionGenerator.createArray(int length)
           
 

Methods in com.google.common.collect.testing that return types with arguments of type UnhashableObject
 Iterable<UnhashableObject> TestUnhashableCollectionGenerator.order(List<UnhashableObject> insertionOrder)
           
 SampleElements<UnhashableObject> TestUnhashableCollectionGenerator.samples()
           
 

Methods in com.google.common.collect.testing with parameters of type UnhashableObject
 int UnhashableObject.compareTo(UnhashableObject o)
           
protected abstract  T TestUnhashableCollectionGenerator.create(UnhashableObject[] elements)
          Creates a new collection containing the given elements; implement this method instead of TestUnhashableCollectionGenerator.create(Object...).
 

Method parameters in com.google.common.collect.testing with type arguments of type UnhashableObject
 Iterable<UnhashableObject> TestUnhashableCollectionGenerator.order(List<UnhashableObject> insertionOrder)
           
 

Uses of UnhashableObject in com.google.common.collect.testing.google
 

Methods in com.google.common.collect.testing.google that return types with arguments of type UnhashableObject
 Collection<UnhashableObject> MapGenerators.ImmutableMapUnhashableValuesGenerator.create(UnhashableObject[] elements)
           
 Set<UnhashableObject> SetGenerators.ImmutableSortedSetUnhashableGenerator.create(UnhashableObject[] elements)
           
 List<UnhashableObject> ListGenerators.UnhashableElementsImmutableListGenerator.create(UnhashableObject[] elements)
           
 

Methods in com.google.common.collect.testing.google with parameters of type UnhashableObject
 Collection<UnhashableObject> MapGenerators.ImmutableMapUnhashableValuesGenerator.create(UnhashableObject[] elements)
           
 Set<UnhashableObject> SetGenerators.ImmutableSortedSetUnhashableGenerator.create(UnhashableObject[] elements)
           
 List<UnhashableObject> ListGenerators.UnhashableElementsImmutableListGenerator.create(UnhashableObject[] elements)
           
 



Copyright © 2010-2011. All Rights Reserved.