org.basex.query.ft
Class FTTokens

java.lang.Object
  extended by org.basex.util.list.ElementList
      extended by org.basex.query.ft.FTTokens

public final class FTTokens
extends ElementList

This is a container for full-text tokens.

Author:
BaseX Team 2005-12, BSD License, Christian Gruen

Field Summary
 
Fields inherited from class org.basex.util.list.ElementList
factor, size
 
Constructor Summary
FTTokens()
           
 
Method Summary
 void add(TokenList e)
          Adds an element.
 TokenList get(int i)
          Returns the element at the specified index.
 
Methods inherited from class org.basex.util.list.ElementList
isEmpty, newSize, newSize, reset, size, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTTokens

public FTTokens()
Method Detail

add

public void add(TokenList e)
Adds an element.

Parameters:
e - element to be added

get

public TokenList get(int i)
Returns the element at the specified index.

Parameters:
i - index
Returns:
element