Example usage for Java android.webkit WebBackForwardList fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getCurrentIndex() Get the index of the current history item. |
WebHistoryItem | getItemAtIndex(int index) Get the history item at the given index. |
int | getSize() Get the total size of the back/forward list. |