Uses of Class
com.google.common.collect.testing.UnhashableObject
-
Packages that use UnhashableObject Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description UnhashableObject[]
TestUnhashableCollectionGenerator. createArray(int length)
Methods in com.google.common.collect.testing that return types with arguments of type UnhashableObject Modifier and Type Method Description Iterable<UnhashableObject>
TestUnhashableCollectionGenerator. order(List<UnhashableObject> insertionOrder)
SampleElements<UnhashableObject>
TestUnhashableCollectionGenerator. samples()
Methods in com.google.common.collect.testing with parameters of type UnhashableObject Modifier and Type Method Description int
UnhashableObject. compareTo(UnhashableObject o)
protected abstract T
TestUnhashableCollectionGenerator. create(UnhashableObject[] elements)
Creates a new collection containing the given elements; implement this method instead ofTestUnhashableCollectionGenerator.create(Object...)
.Method parameters in com.google.common.collect.testing with type arguments of type UnhashableObject Modifier and Type Method Description 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 Modifier and Type Method Description List<UnhashableObject>
ListGenerators.UnhashableElementsImmutableListGenerator. create(UnhashableObject[] elements)
Collection<UnhashableObject>
MapGenerators.ImmutableMapUnhashableValuesGenerator. create(UnhashableObject[] elements)
Set<UnhashableObject>
SetGenerators.ImmutableSortedSetUnhashableGenerator. create(UnhashableObject[] elements)
Methods in com.google.common.collect.testing.google with parameters of type UnhashableObject Modifier and Type Method Description List<UnhashableObject>
ListGenerators.UnhashableElementsImmutableListGenerator. create(UnhashableObject[] elements)
Collection<UnhashableObject>
MapGenerators.ImmutableMapUnhashableValuesGenerator. create(UnhashableObject[] elements)
Set<UnhashableObject>
SetGenerators.ImmutableSortedSetUnhashableGenerator. create(UnhashableObject[] elements)
-