public class WebBackForwardList extends Object implements Cloneable, Serializable
Constructor and Description |
---|
WebBackForwardList() |
Modifier and Type | Method and Description |
---|---|
protected WebBackForwardList |
clone()
Clone the entire object to be used in the UI thread by clients of
WebView.
|
int |
getCurrentIndex()
Get the index of the current history item.
|
WebHistoryItem |
getCurrentItem()
Return 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.
|
public WebHistoryItem getCurrentItem()
public int getCurrentIndex()
public WebHistoryItem getItemAtIndex(int index)
index
- The index to retrieve.public int getSize()
protected WebBackForwardList clone()