Interface Indexed<E>
-
- All Known Implementing Classes:
LineAppendableImpl.IndexedLineInfoProxy
,LineAppendableImpl.IndexedLineProxy
,OrderedSet.IndexedProxy
public interface Indexed<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description E
get(int index)
int
modificationCount()
void
removeAt(int index)
void
set(int index, E item)
int
size()
-