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.Subclasses with type arguments of type UnhashableObject in com.google.common.collect.testingClasses in com.google.common.collect.testing that implement interfaces with type arguments of type UnhashableObjectModifier and TypeClassDescriptionclass
Creates collections containing unhashable sample elements, to be tested.class
An unhashable object to be used in testing as values in our collections.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
Subclasses with type arguments of type UnhashableObject in com.google.common.collect.testing.googleModifier and TypeClassDescriptionstatic class
static class
Classes in com.google.common.collect.testing.google that implement interfaces with type arguments of type UnhashableObjectMethods 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)