Java edu.stanford.nlp.util Index fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.util Index fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.util Index.

The text is from its open source code.

Method

Eget(int i)
Gets the object whose index is the integer argument.
intindexOf(E o)
Returns the integer index of the Object in the Index or -1 if the Object is not already in the Index.
ListobjectsList()
Returns a complete List of indexed objects, in the order of their indices.
intsize()
Returns the number of indexed objects.