Return the key for the current entry. The underlying storage for the returned slice is valid only until the next modification of the iterator. REQUIRES: #isValid() @return key for the current entry.
()
| 33 | * @return key for the current entry. |
| 34 | */ |
| 35 | public byte[] key() { |
| 36 | assert(isOwningHandle()); |
| 37 | return key0(nativeHandle_); |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * <p>Return the value for the current entry. The underlying storage for |