public interface IThingList
Modifier and Type | Method and Description |
---|---|
void |
addThing(IThing thing)
adds a new thing
|
int |
getEndIndex()
gets the end index
|
List<IThing> |
getList()
returns the base list
|
int |
getStartIndex()
gets the start index
|
IThing |
getThing(int index)
returns an entry in the list
|
void |
setIndexes(int startIndex,
int endIndex)
sets the index values
|
IThing getThing(int index)
void addThing(IThing thing)
int getStartIndex()
int getEndIndex()
void setIndexes(int startIndex, int endIndex)