Uses of Class
com.google.common.collect.testing.UnhashableObject
Packages that use UnhashableObject
-
Uses of UnhashableObject in com.google.common.collect.testing
Classes in com.google.common.collect.testing with type parameters of type UnhashableObjectModifier and TypeClassDescriptionclass
Creates collections containing unhashable sample elements, to be tested.Methods in com.google.common.collect.testing that return UnhashableObjectMethods in com.google.common.collect.testing that return types with arguments of type UnhashableObjectModifier and TypeMethodDescriptionTestUnhashableCollectionGenerator.order
(List<UnhashableObject> insertionOrder) TestUnhashableCollectionGenerator.samples()
Methods in com.google.common.collect.testing with parameters of type UnhashableObjectModifier and TypeMethodDescriptionint
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 UnhashableObjectModifier and TypeMethodDescriptionTestUnhashableCollectionGenerator.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 UnhashableObjectModifier and TypeMethodDescriptionListGenerators.UnhashableElementsImmutableListGenerator.create
(UnhashableObject[] elements) MapGenerators.ImmutableMapUnhashableValuesGenerator.create
(UnhashableObject[] elements) SetGenerators.ImmutableSortedSetUnhashableGenerator.create
(UnhashableObject[] elements) Methods in com.google.common.collect.testing.google with parameters of type UnhashableObjectModifier and TypeMethodDescriptionListGenerators.UnhashableElementsImmutableListGenerator.create
(UnhashableObject[] elements) MapGenerators.ImmutableMapUnhashableValuesGenerator.create
(UnhashableObject[] elements) SetGenerators.ImmutableSortedSetUnhashableGenerator.create
(UnhashableObject[] elements)