|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DiffSink | |
|---|---|
| net.fortytwo.flow.diff | |
| Uses of DiffSink in net.fortytwo.flow.diff |
|---|
| Classes in net.fortytwo.flow.diff that implement DiffSink | |
|---|---|
class |
Diff<T>
A two-channel data pipeline which distinguishes between data items "added" and "removed" |
class |
NullDiffSink<T>
A trivial diff sink which simply throws away all of its input |
| Methods in net.fortytwo.flow.diff with parameters of type DiffSink | |
|---|---|
void |
DiffSource.writeTo(DiffSink<T> sink)
Writes all of the data in this source to the specified diff sink |
void |
Diff.writeTo(DiffSink<T> sink)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||