Uses of Class
org.apache.lucene.util.IntsRef

Packages that use IntsRef
org.apache.lucene.util Some utility classes. 
org.apache.lucene.util.fst Finite state transducers 
 

Uses of IntsRef in org.apache.lucene.util
 

Methods in org.apache.lucene.util with parameters of type IntsRef
 int IntsRef.compareTo(IntsRef other)
          Signed int order comparison
 void IntsRef.copy(IntsRef other)
           
 boolean IntsRef.intsEquals(IntsRef other)
           
 

Constructors in org.apache.lucene.util with parameters of type IntsRef
IntsRef(IntsRef other)
           
 

Uses of IntsRef in org.apache.lucene.util.fst
 

Fields in org.apache.lucene.util.fst declared as IntsRef
 IntsRef IntsRefFSTEnum.InputOutput.input
           
 

Methods in org.apache.lucene.util.fst that return IntsRef
 IntsRef IntSequenceOutputs.add(IntsRef prefix, IntsRef output)
           
 IntsRef IntSequenceOutputs.common(IntsRef output1, IntsRef output2)
           
 IntsRef IntSequenceOutputs.getNoOutput()
           
 IntsRef IntSequenceOutputs.read(DataInput in)
           
 IntsRef IntSequenceOutputs.subtract(IntsRef output, IntsRef inc)
           
 

Methods in org.apache.lucene.util.fst with parameters of type IntsRef
 IntsRef IntSequenceOutputs.add(IntsRef prefix, IntsRef output)
           
 void Builder.add(IntsRef input, T output)
          It's OK to add the same input twice in a row with different outputs, as long as outputs impls the merge method.
 IntsRef IntSequenceOutputs.common(IntsRef output1, IntsRef output2)
           
static
<T> T
Util.get(FST<T> fst, IntsRef input)
          Looks up the output for this input, or null if the input is not accepted.
 String IntSequenceOutputs.outputToString(IntsRef output)
           
 IntsRefFSTEnum.InputOutput<T> IntsRefFSTEnum.seekCeil(IntsRef target)
          Seeks to smallest term that's >= target.
 IntsRefFSTEnum.InputOutput<T> IntsRefFSTEnum.seekFloor(IntsRef target)
          Seeks to biggest term that's <= target.
 IntsRef IntSequenceOutputs.subtract(IntsRef output, IntsRef inc)
           
 void IntSequenceOutputs.write(IntsRef prefix, DataOutput out)
           
 



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