public interface RowIdSupplier
ColumnSelectorFactory.getRowIdSupplier(). Allows users of ColumnSelectorFactory
to cache objects returned by their selectors.| Modifier and Type | Field and Description |
|---|---|
static long |
INIT
A number that will never be returned from
getRowId(). |
| Modifier and Type | Method and Description |
|---|---|
long |
getRowId()
Returns a number that uniquely identifies the current position of some underlying cursor.
|
static final long INIT
getRowId(). Useful for initialization.long getRowId()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.