Package com.raritantechnologies.utils

Contains general utility classes and interfaces.

See:
          Description

Class Summary
AttributeUtils  
Base64 Implements Base64 encoding and decoding as defined by RFC 2045: "Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies" page 23.
CacheObject Caching object used to check request parameter state for changes to certain set of parameters.
Calculator Implements a floating point calculator.
CircularList  
DatabaseConnection  
DateRangeFilter Implements a java.io.FilenameFilter using lastModified time stamp on a File.
DOMUtils Does some standard org.w3c.dom chores on XML documents.
FieldLookupMap Used to look up values for a "token" from the user-selected value of a Query parameter.
FileUtils Collection of File utility methods.
IntegerCalculator Evaluates an integer expression.
IntegerStatistics Generates statistics (mean, median, standard deviation) on integer values.
LdapUtils LdapUtils - Miscellaneous LDAP-related utility methods.
ListSizeSorter Sorts java.util.List objects based on their size.
LongStatistics Generates statistics (mean, median, standard deviation) on long values.
MIMETypeLookup Looks up a MIME Type from a filename extension (e.g.
MIMETypeTable Creates a MIME Type lookup table.
OrderedMap java.util.Map implementation that preserves the order of objects added to the map.
OrderedMapEntry java.util.Map.Entry implementation for use with RTI OrderedMap.
OrderedSet Extension of java.util.HashSet that maintains the order of objects added to the set.
PositionStringTokenizer StringTokenizer that enables the user to get the position of the last token extracted.
PropertiesUtil Generates a java.util.Properties object from a properties file.
SocketUtils java.net.Socket utility methods (connect, read, write).
SortUtils Sorting utility functions.
Stemmer Stemmer, implementing the Porter Stemming Algorithm enhanced to give more accurate stems and variations as well.
StringUtils Contains a number of useful String utilities, for packing and unpacking strings, string manipulation, encoding and decoding functions, etc.
WordCounter Generates word frequency map for records.
WordUtils Some basic word utility functions.
 

Package com.raritantechnologies.utils Description

Contains general utility classes and interfaces.