|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
V1 - Type of first iteratorV2 - Type of second iteratorpublic static interface Iterables.IncrementComparator<V1,V2>
A comparator used by the merge functions to determine which of two iterators to increment by one of the merge functions.
| Method Summary | |
|---|---|
int |
compare(V1 a,
V2 b)
Returns -1 if the value of a should come before the value of b, +1 if the value of b should come before the value of a, or 0 if the two should be merged together. |
| Method Detail |
|---|
int compare(V1 a,
V2 b)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||