Uses of Enum
com.google.common.collect.testing.AnEnum
Packages that use AnEnum
-
Uses of AnEnum in com.google.common.collect.testing
Subclasses with type arguments of type AnEnum in com.google.common.collect.testingModifier and TypeClassDescriptionenumA sample enumerated type we use for testing.static classClasses in com.google.common.collect.testing that implement interfaces with type arguments of type AnEnumModifier and TypeClassDescriptionclassImplementation helper forTestMapGeneratorfor use with enum maps.classAn abstract TestSetGenerator for generating sets containing enum values.Methods in com.google.common.collect.testing that return AnEnumModifier and TypeMethodDescriptionAnEnum[]TestEnumSetGenerator.createArray(int length) final AnEnum[]TestEnumMapGenerator.createKeyArray(int length) static AnEnumReturns the enum constant of this type with the specified name.static AnEnum[]AnEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.common.collect.testing that return types with arguments of type AnEnumModifier and TypeMethodDescriptionTestEnumMapGenerator.createArray(int length) Returns the elements sorted in natural order.Sorts the enums according to their natural ordering.TestEnumMapGenerator.samples()TestEnumSetGenerator.samples()Methods in com.google.common.collect.testing with parameters of type AnEnumModifier and TypeMethodDescriptionMethod parameters in com.google.common.collect.testing with type arguments of type AnEnumModifier and TypeMethodDescriptionReturns the elements sorted in natural order.Sorts the enums according to their natural ordering. -
Uses of AnEnum in com.google.common.collect.testing.google
Classes in com.google.common.collect.testing.google that implement interfaces with type arguments of type AnEnumModifier and TypeClassDescriptionclassAn abstractTestMultisetGeneratorfor generating multisets containing enum values.Methods in com.google.common.collect.testing.google that return AnEnumMethods in com.google.common.collect.testing.google that return types with arguments of type AnEnumModifier and TypeMethodDescriptionprotected abstract com.google.common.collect.Multiset<AnEnum> com.google.common.collect.Multiset<AnEnum> MapGenerators.ImmutableMapCopyOfEnumMapGenerator.order(List<Map.Entry<AnEnum, String>> insertionOrder) Sorts the enums according to their natural ordering.TestEnumMultisetGenerator.samples()Methods in com.google.common.collect.testing.google with parameters of type AnEnumMethod parameters in com.google.common.collect.testing.google with type arguments of type AnEnum