org.basex.data
Class FTPos

java.lang.Object
  extended by org.basex.data.FTPos

public final class FTPos
extends java.lang.Object

This class contains full-text positions. For each position, a pointer is stored.

Author:
Workgroup DBIS, University of Konstanz 2005-09, ISC License, Christian Gruen

Field Summary
 byte[] poi
          Pointers.
 int[] pos
          Positions.
 
Method Summary
 int size()
          Returns the number of entries.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pos

public int[] pos
Positions.


poi

public byte[] poi
Pointers.

Method Detail

size

public int size()
Returns the number of entries.

Returns:
number of entries

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object