public static interface AnnotationsDirectory.AnnotationIterator
| Modifier and Type | Field and Description |
|---|---|
static AnnotationsDirectory.AnnotationIterator |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Resets the iterator to the beginning of its list.
|
int |
seekTo(int key)
Seeks the iterator forward, to the first item whose key is >= the requested key.
|
static final AnnotationsDirectory.AnnotationIterator EMPTY
int seekTo(int key)
key - The method/field index to search forvoid reset()