public interface KeysetHandleInterface
This is useful in contexts where we want to have the API of KeysetHandle, but not the dependencies.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KeysetHandleInterface.Entry
Provides the basic interface for KeysetHandle.Entry.
|
| Modifier and Type | Method and Description |
|---|---|
KeysetHandleInterface.Entry |
getAt(int i) |
KeysetHandleInterface.Entry |
getPrimary() |
int |
size() |
KeysetHandleInterface.Entry getPrimary()
int size()
KeysetHandleInterface.Entry getAt(int i)