public class MultipleKeyNIODataEntry extends MultipleEntry
| Constructor and Description | 
|---|
| MultipleKeyNIODataEntry()Construct an entry with no data. | 
| MultipleKeyNIODataEntry(java.nio.ByteBuffer data)Construct an entry with a given java.nio.ByteBuffer. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | next(DatabaseEntry key,
    DatabaseEntry data)Get the next key/data pair in the returned set. | 
setUserBufferequals, getBlob, getData, getDataNIO, getOffset, getPartial, getPartialLength, getPartialOffset, getReadOnly, getRecordNumber, getReuseBuffer, getSize, getUserBuffer, getUserBufferLength, hashCode, setBlob, setData, setData, setDataNIO, setDataNIO, setOffset, setPartial, setPartial, setPartialLength, setPartialOffset, setReadOnly, setRecordNumber, setReuseBuffer, setSizepublic MultipleKeyNIODataEntry()
DatabaseEntry.setDataNIO method.public MultipleKeyNIODataEntry(java.nio.ByteBuffer data)
data - ByteBuffer wrapped by the entry.public boolean next(DatabaseEntry key, DatabaseEntry data)
Database or
    Cursor get method with this object as the data parameter.
    key - an entry that is set to refer to the next key element in the returned
    set.
    data - an entry that is set to refer to the next data element in the returned
    set.
    false
    indicates that the end of the set was reached.Copyright (c) 2004,2014 Oracle. All rights reserved.