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 Eget(int index)intmodificationCount()voidremoveAt(int index)voidset(int index, E item)intsize()
-