Uses of Class
org.eclipse.rdf4j.rio.hdt.HDTTriples.Order
-
Packages that use HDTTriples.Order Package Description org.eclipse.rdf4j.rio.hdt Parser/writer for the HDT v1.0 format. -
-
Uses of HDTTriples.Order in org.eclipse.rdf4j.rio.hdt
Fields in org.eclipse.rdf4j.rio.hdt declared as HDTTriples.Order Modifier and Type Field Description private HDTTriples.OrderHDTTriples. orderMethods in org.eclipse.rdf4j.rio.hdt that return HDTTriples.Order Modifier and Type Method Description protected HDTTriples.OrderHDTTriples. getOrder()Return triple orderstatic HDTTriples.OrderHDTTriples.Order. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HDTTriples.Order[]HDTTriples.Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.rio.hdt with parameters of type HDTTriples.Order Modifier and Type Method Description protected abstract voidHDTTriplesSection. parse(java.io.InputStream is, HDTTriples.Order order)Parse triples section and return the triple parts in the correct S,P,O order.protected voidHDTTriplesSectionBitmap. parse(java.io.InputStream is, HDTTriples.Order order)
-