java.lang.Object | |
↳ | com.amazon.android.webkit.AmazonWebBackForwardList |
The AmazonWebBackForwardList class is intended to be functionally equivalent
to to the WebBackForwardList
class. See
WebBackForwardList
for usage.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The getCurrentIndex() method gets the current index of the list, and is
intended to be functionally equivalent to the
getCurrentIndex() method. | |||||||||||
The getCurrentItem() method gets the current item of the list, and is
intended to be functionally equivalent to the
getCurrentItem() method. | |||||||||||
The getItemAtIndex() method gets the item at the given index, and is
intended to be functionally equivalent to the
getItemAtIndex(int) method. | |||||||||||
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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.
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.
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.