FileDocCategorySizeDatePackage
WebBackForwardList.javaAPI DocAndroid 5.1 API468Sat Mar 14 14:09:42 GMT 2015android.webkit

WebBackForwardList

public abstract class WebBackForwardList extends Object implements Cloneable, Serializable

Fields Summary
Constructors Summary
public WebBackForwardList()

 throw new RuntimeException("Stub!"); 
Methods Summary
protected abstract android.webkit.WebBackForwardListclone()

public abstract intgetCurrentIndex()

public abstract android.webkit.WebHistoryItemgetCurrentItem()

public abstract android.webkit.WebHistoryItemgetItemAtIndex(int index)

public abstract intgetSize()