Uses of Class
org.apache.lucene.util.fst.BytesRefFSTEnum.InputOutput

Packages that use BytesRefFSTEnum.InputOutput
org.apache.lucene.util.fst Finite state transducers 
 

Uses of BytesRefFSTEnum.InputOutput in org.apache.lucene.util.fst
 

Methods in org.apache.lucene.util.fst that return BytesRefFSTEnum.InputOutput
 BytesRefFSTEnum.InputOutput<T> BytesRefFSTEnum.current()
           
 BytesRefFSTEnum.InputOutput<T> BytesRefFSTEnum.next()
           
 BytesRefFSTEnum.InputOutput<T> BytesRefFSTEnum.seekCeil(BytesRef target)
          Seeks to smallest term that's >= target.
 BytesRefFSTEnum.InputOutput<T> BytesRefFSTEnum.seekFloor(BytesRef target)
          Seeks to biggest term that's <= target.
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.