public class

AmazonWebBackForwardList

extends Object
java.lang.Object
   ↳ com.amazon.android.webkit.AmazonWebBackForwardList

Class Overview

The AmazonWebBackForwardList class is intended to be functionally equivalent to to the WebBackForwardList class. See WebBackForwardList for usage.

Summary

Public Methods
synchronized int getCurrentIndex()
The getCurrentIndex() method gets the current index of the list, and is intended to be functionally equivalent to the getCurrentIndex() method.
synchronized AmazonWebHistoryItem getCurrentItem()
The getCurrentItem() method gets the current item of the list, and is intended to be functionally equivalent to the getCurrentItem() method.
synchronized AmazonWebHistoryItem getItemAtIndex(int index)
The getItemAtIndex() method gets the item at the given index, and is intended to be functionally equivalent to the getItemAtIndex(int) method.
synchronized int getSize()
The getSize() method gets the total number of items in the list, and is intended to be functionally equivalent to the getSize() method.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public synchronized int getCurrentIndex ()

The getCurrentIndex() method gets the current index of the list, and is intended to be functionally equivalent to the getCurrentIndex() method. See getCurrentIndex() for usage.

public synchronized AmazonWebHistoryItem getCurrentItem ()

The getCurrentItem() method gets the current item of the list, and is intended to be functionally equivalent to the getCurrentItem() method. See getCurrentItem() for usage.

public synchronized AmazonWebHistoryItem getItemAtIndex (int index)

The getItemAtIndex() method gets the item at the given index, and is intended to be functionally equivalent to the getItemAtIndex(int) method. See getItemAtIndex(int) for usage.

public synchronized int getSize ()

The getSize() method gets the total number of items in the list, and is intended to be functionally equivalent to the getSize() method. See getSize() for usage.