Uses of Class
edu.caltech.nanodb.indexes.IndexType
-
Packages that use IndexType Package Description edu.caltech.nanodb.indexes -
-
Uses of IndexType in edu.caltech.nanodb.indexes
Methods in edu.caltech.nanodb.indexes that return IndexType Modifier and Type Method Description static IndexType
IndexType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IndexType[]
IndexType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-