Package org.carrot2.util

This package contains various utility classes used throughout the project.

See:
          Description

Interface Summary
IntIterator  
PropertyProvider Defines the interface of a class capable of storing named properties of arbitrary types.
 

Class Summary
ArrayUtils Array utility methods.
Asserts  
CompoundFileFilter A cascade of FileFilters applied successively.
Dom4jUtils  
ElapsedTimeTimer A simple class used mostly for timing applications' execution time (not a real CPU time though).
EscapeString Escapes a string so that is is ready to be "pasted" into Javascript code (as the content of a quoted string).
FastVector

FastVector class (a growable array of objects with sorting capabilities).

FileUtils Some file-related utilities.
HTMLTextStripper Utility class for stripping HTML tags and decoding some of HTML entities.
PerformanceLogger A thread-safe, nested performance logger.
PlainTextHelper Various helper methods for plain text processing.
PropertyHelper Helps to implement properties of various objects.
PropertyProviderBase Base class implementing methods of PropertyProvider.
RollingWindowAverage Calculates an average of values showing up in a given time window.
SkipFileFilter Skips filenames containing the given substring.
StreamUtils A set of common helper methods used with input streams and File objects.
StringUtils Various utility classes related to string processing.
URLEncoding A replacement for pre-JDK1.4 URLEncoder/ URLDecoder classes, which did not take encodings into account when converting to URL-encoded scheme.
WordLoadingUtils  
XMLSerializerHelper A utility class for encoding Java String into XML text chunks.
ZipUtils A number of useful methods for working with ZIP files.
 

Package org.carrot2.util Description

This package contains various utility classes used throughout the project.



Copyright (c) Dawid Weiss, Stanislaw Osinski