The id buffer contains the bytes necessary to construct an ObjectId for the current entry of this iterator. The buffer can be the same buffer for all entries, or it can be a unique buffer per-entry. Implementations are encouraged to expose their private buffer whenever possible to reduce garbage generation and copying costs. @return byte array the implementation stores object IDs within. @see #getEntryObjectId()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|