gov.nist.nlpir.irf.index
Interface ListPool


public abstract interface ListPool

Interface used by pools that contain multiple lists.

Version:
$Revision: 1.1 $
Author:
This software was produced by NIST, an agency of the U.S. government, and by statute is not subject to copyright in the United States. Recipients of this software assume all responsibilities associated with its operation, modification and maintenance.

Method Summary
 java.util.Vector getList(long start)
          Return a vector of accessible objects.
 long put(long linkOffset, ProxyIndexingFeature value)
          store an object which conforms to the Accessible interface.
 

Method Detail

getList

public java.util.Vector getList(long start)
Return a vector of accessible objects.
Parameters:
start - offset in partition file when list starts.
Returns:
vector of accessible objects

put

public long put(long linkOffset,
                ProxyIndexingFeature value)
store an object which conforms to the Accessible interface.
Parameters:
linkOffset - offset to beginning of list
value - proxy object to store in list.
Returns:
new offset of beginning of list