Qizx/Open v0.3

Package net.xfra.qizxopen.util

Interface Summary
DateConverter Abstract converter from string to date-time (expressed in seconds from UTC epoch).
NumberConverter Used in numeric indexes.
QuickSort.Compare  
Timer.Handler Interface that must be implemented by timer-event targets.
WordExtractor Analyzes text chunks to extract and normalize words.
 

Class Summary
Binary  
BitIdSet A set of (positive) integer identifiers.
Bound Represents a comparison on a numeric or string value.
Bound.NumberGE  
Bound.NumberGT  
Bound.NumberLE  
Bound.NumberLT  
Bound.Numeric  
Bound.StringBound  
Bound.StringGE  
Bound.StringGT  
Bound.StringLE  
Bound.StringLT  
CLOptions Command line option analyzer.
Collations Utility class for manipulation of text Collators, providing collator-based search functions.
DefaultDateConverter DateConverter for the default locale.
DefaultNumberConverter Converts a number using a locale or a Java NumberFormat.
DefaultWordExtractor A default word extractor suitable for European languages compatible with ISO-8859-1.
DifferenceIdSet An IdSet that is the difference between a main set and a list of excluded sets.
FileUtil A collection of utility functions (static methods) operating on files and directories.
FuzzyMatcher  
HTable A simple hash table meant for efficiency.
HTable.Key  
IdSet An abstract set of identifiers (positive integers).
IntersectionIdSet  
Namespace  
NSPrefixMapping Mapping of Namespace prefixes.
NSTable Management of a local table of qualified names (for documents or collections).
QName Representation of a Qualified Name: namespace URI + localName.
QuickSort  
StringGlob Unix-style globing
StringMatcher Matches a string with a pattern.
Timer Timer event generator (supports simple one-shot alarms).
Timer.Request  
Util  
VInputStream  
VOutputStream Binary output stream with support for variable-length positive integers.
XMLUtil A collection of utility functions (static methods) related to XML.
 

Exception Summary
Binary.Exception  
CLOptions.Exception  
LimitReachedException  
 


 Copyright Xavier FRANC 2003-2004