Package org.carrot2.util

Common utility classes.

See:
          Description

Interface Summary
GraphUtils.IArcPredicate A predicate defining arcs of an undirected graph.
 

Class Summary
CharArrayUtils A number of useful methods for working with char [] arrays.
CharSequenceUtils A number of useful methods for working with CharSequences.
CloseableUtils Static methods for closing various objects (including implementations of Closeable).
CollectionUtils A number of utility classes for working with Collections.
DoubleComparators A number of implementations of DoubleComparators.
ExceptionUtils A number of utility classes for working with Throwables.
ExecutorServiceUtils A number of utility methods for working with the Executors framework.
GraphUtils Various utilities for processing graphs.
IntArrayPredicateIterator Iterates over ranges between elements for which a given predicate returns true.
IntMapUtils A number of utilities for working with IntIntOpenHashMaps.
LinearApproximation A simple utility for calculating linear approximations based on values for equally distributed points between minimum and maximum arguments.
ListUtils Utility methods for working with Lists.
MapUtils Utilities for working with Maps.
MathUtils Some simple mathematical computation utility methods.
Pair<I,J> An immutable pair of objects.
PcjCompat PCJ compatibility routines.
RangeUtils A helper class for performing various calculations for integer and double ranges.
ReflectionUtils Utilities related to Java reflection.
RollingWindowAverage Calculates an average of values showing up in a given time window.
SetUtils Utility methods for working with Sets.
StreamUtils A set of common helper methods used with input streams and file objects.
StringUtils Provides a number of useful method operating on Strings that are not available in StringUtils.
 

Package org.carrot2.util Description

Common utility classes.



Copyright (c) Dawid Weiss, Stanislaw Osinski