All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.webkit.WebBackForwardList Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy