Uses of Enum Class
com.google.common.collect.testing.AnEnum
Packages that use AnEnum
-
Uses of AnEnum in com.google.common.collect.testing
Methods in com.google.common.collect.testing that return AnEnumModifier and TypeMethodDescriptionAnEnum[]
TestEnumSetGenerator.createArray
(int length) final AnEnum[]
TestEnumMapGenerator.createKeyArray
(int length) static AnEnum
Returns the enum constant of this class with the specified name.static AnEnum[]
AnEnum.values()
Returns an array containing the constants of this enum class, 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
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 TypeMethodDescriptionMapGenerators.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 AnEnumModifier and TypeMethodDescriptionMethod parameters in com.google.common.collect.testing.google with type arguments of type AnEnum