public final class CursorJoiner extends Object implements Iterator<CursorJoiner.Result>, Iterable<CursorJoiner.Result>
| Modifier and Type | Class and Description |
|---|---|
static class |
CursorJoiner.Result |
| Constructor and Description |
|---|
CursorJoiner(Cursor cursorLeft,
String[] columnNamesLeft,
Cursor cursorRight,
String[] columnNamesRight) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<CursorJoiner.Result> |
iterator() |
CursorJoiner.Result |
next() |
void |
remove() |
public Iterator<CursorJoiner.Result> iterator()
iterator in interface Iterable<CursorJoiner.Result>public boolean hasNext()
hasNext in interface Iterator<CursorJoiner.Result>public CursorJoiner.Result next()
next in interface Iterator<CursorJoiner.Result>public void remove()
remove in interface Iterator<CursorJoiner.Result>Copyright © 2008-2013. All Rights Reserved.