This method is faster than {@link #getEntryObjectId()} as it does notrequire copying the bytes out of the buffers. A direct {@link #idBuffer}compare operation is performed. @param otherIterator the other iterator to test against. @return true if both iterators have the same object id; false otherwise.
getObjectId(nthA).equals(getObjectId(nthB))
.
@see #getObjectId(int)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|