Uses of Class
org.eclipse.rdf4j.rio.hdt.HDTArray.Type
-
Packages that use HDTArray.Type Package Description org.eclipse.rdf4j.rio.hdt Parser/writer for the HDT v1.0 format. -
-
Uses of HDTArray.Type in org.eclipse.rdf4j.rio.hdt
Methods in org.eclipse.rdf4j.rio.hdt that return HDTArray.Type Modifier and Type Method Description static HDTArray.Type
HDTArray.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HDTArray.Type[]
HDTArray.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-