org.tm4j.tmnav.app.History .getByPosition(int ix)

Description

returns the Object at position ix
The item at position 0 is the item that was added earliest.
The item at position size()-1 is the lastest.

Parameters
int ix

Returns

the Object at position ix of the HistoryList. null, if ix is out of the bounds of the HistoryList

Other Resources

Related Topics

Has Parameters