-
Interface Summary
Interface |
Description |
FunST<S,T> |
|
FunSV<S> |
|
FunVT<T> |
|
OldVersionOf<T> |
Used by RefactoringObjectInputStream
When breaking serialization compatibility for a class Foo
1) copy the old version to a new class name FooV1.
|
-
Class Summary
Class |
Description |
CollectionUtil |
|
CompositeSpan |
|
ConvertedIterator<S,T> |
|
DenseVectors |
|
FileUtil |
When reading from or writing to a file, a filename ending with .gz indicates the file
is/should-be gzipped for any write method, if any directories need to be created to write the
file, they should be created automatically the methods should not throw checked exceptions, if
there is an I/O problem, they throw an Error
|
FileUtil.FileIterable |
|
FileUtil.FileIterator |
|
FirstPairComparator |
orders Pairs based on their first element
|
FunctionalUtil |
|
FunctionalUtil.InstFunST |
|
FunctionalUtil.StaticFunST |
|
HashMapUtil |
HashMap Utilities
|
IdentitySet<T> |
|
IndexValuePair |
|
Lang |
|
LogLinear |
|
MutableDouble |
|
MutableDouble.AbsValueComparator |
|
MutableDoubleHashMap |
|
MutableDoubleHashMap.OverlapRecord<T> |
|
MutableInteger |
|
NBest<T> |
|
NestedIterable<S,T> |
|
NextOnlyIterator<T> |
|
Pair<T1,T2> |
|
PeriodicChecker |
|
PorterStemmer |
|
PrecisionRecall |
|
PrecisionRecallThreshold |
|
PrecisionRecallThreshold.SummaryScores |
|
PropertyLoader |
|
RandomUtil |
|
RandomUtil.Sample<T> |
A sample of n elements.
|
RefactoringObjectInputStream |
|
SamplingPermutationTest |
|
SamplingPermutationTest.AccuracyMap |
|
SamplingPermutationTest.AUCScorerMap |
|
SamplingPermutationTest.AverageScorePerInstance |
|
SamplingPermutationTest.InstanceIsCorrect |
|
SamplingPermutationTest.LogLikeMap |
|
SamplingPermutationTest.MaxFScoreScorerMap |
|
SamplingPermutationTest.PearsonMap |
|
SamplingPermutationTest.SigResult |
|
SecondPairComparator<T1,T2> |
orders Pairs based on their first element
|
SimpleSentenceSplitter |
|
SimpleSpellChecker |
This class implements a very basic spell checking mechanism.
|
Span |
|
Span.LengthComparator |
|
SparseVectors |
contains methods for operating on Map, MutableDouble> which are viewed as sparse vectors, or
sparse matrices an entry that is not present is treated as zero
|
SparseVectors.OverlapRecord<T> |
for a key, stores the two values from two sparse vectors.
|
TermNormalize |
|
ThreadedLoopIterator<T> |
|
Warnings |
|
Package com.ibm.bluej.util.common Description
Provides utilities for collection reading, normalization, iteration and data handling