|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PairSortedGeneratorInterface

Pair generator interface. Implementation must return pairs sorted. Basically this is an Iterator interface, but it deliberately has a current() method, that is useful e.g. for merging.
| Method Summary | |
|---|---|
IntIntPair |
current()
Return current pair. |
IntIntPair |
next()
Return next pair, advance generator |
| Method Detail |
|---|
IntIntPair current()
IntIntPair next()
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||