| Class | Description |
|---|---|
| BDVectorTools |
Static methods operating on the DoubleVector class.
|
| BigDecimalVector |
Implements a vector of BigDecimal values and provides some basic functionality.
|
| Constant | |
| diff_match_patch |
Class containing the diff, match and patch methods.
|
| diff_match_patch.Diff |
Class representing one diff operation.
|
| diff_match_patch.LinesToCharsResult |
Internal class for returning results from diff_linesToChars().
|
| diff_match_patch.Patch |
Class representing one patch operation.
|
| DoubleVector |
Implements a vector of double values and provides some basic functionality.
|
| GestureTool |
Collection of commonly used static methods.
|
| Mapping |
Name value mapping.
|
| MultiValueMap<T,S> | |
| Note3DTool | |
| ReflectTools | |
| VectorTools |
Static methods operating on the DoubleVector class.
|
| XMLParser |
This class helps with parsing of configuration files.
|
| XMLTool |
Provides static methods with XML import/export functionality.
|
| ZipFS |
Simplifies the access to ZIP files.
|
| Enum | Description |
|---|---|
| diff_match_patch.Operation |
The data structure representing a diff is a Linked list of Diff objects:
{Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"),
Diff(Operation.EQUAL, " world.")}
which means: delete "Hello", add "Goodbye" and keep " world."
|
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.