public abstract class WebBackForwardList extends Object implements Cloneable, Serializable
Constructor and Description |
---|
WebBackForwardList() |
Modifier and Type | Method and Description |
---|---|
protected abstract WebBackForwardList |
clone()
Clone the entire object to be used in the UI thread by clients of
WebView.
|
abstract int |
getCurrentIndex()
Get the index of the current history item.
|
abstract WebHistoryItem |
getCurrentItem()
Return the current history item.
|
abstract WebHistoryItem |
getItemAtIndex(int index)
Get the history item at the given index.
|
abstract int |
getSize()
Get the total size of the back/forward list.
|
public abstract WebHistoryItem getCurrentItem()
public abstract int getCurrentIndex()
public abstract WebHistoryItem getItemAtIndex(int index)
index
- The index to retrieve.public abstract int getSize()
protected abstract WebBackForwardList clone()