Uses of Enum
com.maxmind.db.Decoder.Type
Packages that use Decoder.Type
-
Uses of Decoder.Type in com.maxmind.db
Fields in com.maxmind.db declared as Decoder.TypeModifier and TypeFieldDescription(package private) static final Decoder.Type[]
Decoder.Type.values
Methods in com.maxmind.db that return Decoder.TypeModifier and TypeMethodDescriptionstatic Decoder.Type
Decoder.Type.fromControlByte
(int b) static Decoder.Type
Decoder.Type.get
(int i) static Decoder.Type
Returns the enum constant of this type with the specified name.static Decoder.Type[]
Decoder.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.