Uses of Class
org.infinispan.commons.util.Either.Type
-
Packages that use Either.Type Package Description org.infinispan.commons.util Commons package providing various utility classes -
-
Uses of Either.Type in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return Either.Type Modifier and Type Method Description abstract Either.TypeEither. type()static Either.TypeEither.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Either.Type[]Either.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-