Uses of Class
org.basex.data.FTStringMatch

Packages that use FTStringMatch
org.basex.data This package contains the main database structures. 
 

Uses of FTStringMatch in org.basex.data
 

Methods in org.basex.data that return types with arguments of type FTStringMatch
 Iterator<FTStringMatch> FTMatch.iterator()
           
 

Methods in org.basex.data with parameters of type FTStringMatch
 FTMatch FTMatch.add(FTStringMatch m)
          Adds a string match.
 int FTStringMatch.compareTo(FTStringMatch sm)