android.webkit.WebBackForwardList Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.webkit;
public class WebBackForwardList
implements java.lang.Cloneable, java.io.Serializable
{
WebBackForwardList() { throw new RuntimeException("Stub!"); }
public synchronized android.webkit.WebHistoryItem getCurrentItem() { throw new RuntimeException("Stub!"); }
public synchronized int getCurrentIndex() { throw new RuntimeException("Stub!"); }
public synchronized android.webkit.WebHistoryItem getItemAtIndex(int index) { throw new RuntimeException("Stub!"); }
public synchronized int getSize() { throw new RuntimeException("Stub!"); }
protected synchronized android.webkit.WebBackForwardList clone() { throw new RuntimeException("Stub!"); }
}