|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectArray
Interface that allows to bridge various implementations of the arrays of objects (especially gap arrays).
Once an object implements this interface
it's easy to build a list on top of it by using
util.LexerUtilities
.
Nested Class Summary | |
---|---|
static interface |
ObjectArray.CopyItems
Interface allowing more efficient getting of the objects from the object array. |
static interface |
ObjectArray.Modification
|
Method Summary | |
---|---|
Object |
getItem(int index)
Get the item at the given index. |
int |
getItemCount()
|
Method Detail |
---|
Object getItem(int index)
index
- >=0 and <getItemCount()
index at which the item
should be obtained.
IndexOutOfBoundsException
- if the index is <0
or >=getItemCount()
int getItemCount()
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |