Closed mccullocht closed 6 months ago
Add Index.get(int key) method that returns the contents of the vector on the java heap. This method will throw an IllegalArgumentException if key is not found in the index.
Index.get(int key)
IllegalArgumentException
Thanks for the PR! Merged 🤗
Add
Index.get(int key)
method that returns the contents of the vector on the java heap. This method will throw anIllegalArgumentException
if key is not found in the index.