Interface Indexed<E>
- All Known Implementing Classes:
LineAppendableImpl.IndexedLineInfoProxy
,LineAppendableImpl.IndexedLineProxy
,OrderedSet.IndexedProxy
public interface Indexed<E>
-
Method Summary
-
Method Details
-
get
-
set
-
removeAt
void removeAt(int index) -
size
int size() -
modificationCount
int modificationCount()
-