Uses of Class
org.lionsoul.jcseg.IDictionary.Type
-
Packages that use IDictionary.Type Package Description org.lionsoul.jcseg -
-
Uses of IDictionary.Type in org.lionsoul.jcseg
Fields in org.lionsoul.jcseg declared as IDictionary.Type Modifier and Type Field Description static IDictionary.TypeIDictionary. HASHMAPSegmentation type constantsstatic IDictionary.Type[]IDictionary.Type. MAPPINGthe type index and type mapping for quick get the type by type index number.Methods in org.lionsoul.jcseg that return IDictionary.Type Modifier and Type Method Description static IDictionary.TypeIDictionary.Type. fromIndex(int index)static IDictionary.TypeIDictionary.Type. fromString(String type)static IDictionary.TypeIDictionary.Type. fromString(String type, IDictionary.Type defaultValue)get the Type with the specified string namestatic IDictionary.TypeIDictionary.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static IDictionary.Type[]IDictionary.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.lionsoul.jcseg with parameters of type IDictionary.Type Modifier and Type Method Description static IDictionary.TypeIDictionary.Type. fromString(String type, IDictionary.Type defaultValue)get the Type with the specified string name
-