android.webkit
Class WebBackForwardList

java.lang.Object
  extended by android.webkit.WebBackForwardList
All Implemented Interfaces:
Serializable, Cloneable

public class WebBackForwardList
extends Object
implements Cloneable, Serializable

See Also:
Serialized Form

Method Summary
protected  WebBackForwardList clone()
           
 int getCurrentIndex()
           
 WebHistoryItem getCurrentItem()
           
 WebHistoryItem getItemAtIndex(int index)
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCurrentItem

public WebHistoryItem getCurrentItem()

getCurrentIndex

public int getCurrentIndex()

getItemAtIndex

public WebHistoryItem getItemAtIndex(int index)

getSize

public int getSize()

clone

protected WebBackForwardList clone()
Overrides:
clone in class Object


Copyright © 2008-2012. All Rights Reserved.