Java android.webkit WebBackForwardList fields, constructors, methods, implement or subclass

Example usage for Java android.webkit WebBackForwardList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.webkit WebBackForwardList.

The text is from its open source code.

Method

intgetCurrentIndex()
Get the index of the current history item.
WebHistoryItemgetItemAtIndex(int index)
Get the history item at the given index.
intgetSize()
Get the total size of the back/forward list.