-
Method Summary
Return records between min (inclusive) and max (exclusive), based on the record keys
Return the record containing the greatest key - may or may not have the associated value
Return the record containing the least key - may or may not have the associated value
Methods inherited from interface org.apache.jena.tdb1.index.Index
add, check, clear, close, contains, delete, find, getRecordFactory, isEmpty, iterator, size
Methods inherited from interface org.apache.jena.atlas.lib.Sync
sync
-
Method Details
-
iterator
Return records between min (inclusive) and max (exclusive), based on the record keys
-
minKey
Return the record containing the least key - may or may not have the associated value
-
maxKey
Return the record containing the greatest key - may or may not have the associated value