Package org.carrot2.util
Miscellaneous utilities.
-
Interface Summary Interface Description GraphUtils.IArcPredicate A predicate defining arcs of an undirected graph.ResourceLookup -
Class Summary Class Description CharArrayComparators A set of specific comparators forchar []
arrays.CharArrayUtils A number of useful methods for working withchar []
arrays.CharSequenceUtils A number of useful methods for working withCharSequence
s.ClassRelativeResourceLookup ExceptionUtils A number of utility classes for working withThrowable
s.ExecutorServiceUtils A number of utility methods for working with theExecutor
s framework.GraphUtils Various utilities for processing graphs.IntArrayPredicateIterator Iterates over ranges between elements for which a given predicate returnstrue
.IntMapUtils A number of utilities for working withIntIntHashMap
s.ListUtils Utility methods for working withList
s.MapUtils Utilities for working withMap
s.MutableCharArray ImplementsCharSequence
over a mutablechar[]
buffer.MutableCharArrayUtils Various utility methods operating on aMutableCharArray
.ObjectUtils Pair<I,J> An immutable pair of objects.PriorityQueue<T> A PriorityQueue maintains a partial ordering of its elements such that the least element can always be found in constant time.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.StringUtils TabularOutput Tabular output data dump with automatically adjusted column widths and some other utilities.TabularOutput.Builder TabularOutput.ColumnSpec Column specification. -
Enum Summary Enum Description TabularOutput.Alignment Column alignment. -
Annotation Types Summary Annotation Type Description SuppressForbidden