| Interface | Description |
|---|---|
| AnnotationsDirectory.AnnotationIterator |
This provides a forward-only, skipable iteration over the field_annotation, method_annotation or
parameter_annotation lists in an annotations_directory_item.
|
| Class | Description |
|---|---|
| AnnotationsDirectory | |
| DebugInfo | |
| EncodedArrayItemIterator | |
| FixedSizeList<T> |
This provides a thin facade over AbstractList, to take care of bounds checking.
|
| FixedSizeSet<T> |
This provides a wrapper around AbstractSet to allow easy implementation when backed by a list that can be randomly
accessed.
|
| ParameterIterator | |
| VariableSizeCollection<T> | |
| VariableSizeIterator<T> | |
| VariableSizeList<T> | |
| VariableSizeListIterator<T> | |
| VariableSizeLookaheadIterator<T> | |
| VariableSizeSet<T> |