android.database
Class CursorJoiner
java.lang.Object
android.database.CursorJoiner
- All Implemented Interfaces:
- Iterable<CursorJoiner.Result>, Iterator<CursorJoiner.Result>
public final class CursorJoiner
- extends Object
- implements Iterator<CursorJoiner.Result>, Iterable<CursorJoiner.Result>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CursorJoiner
public CursorJoiner(Cursor cursorLeft,
String[] columnNamesLeft,
Cursor cursorRight,
String[] columnNamesRight)
iterator
public Iterator<CursorJoiner.Result> iterator()
- Specified by:
iterator
in interface Iterable<CursorJoiner.Result>
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<CursorJoiner.Result>
next
public CursorJoiner.Result next()
- Specified by:
next
in interface Iterator<CursorJoiner.Result>
remove
public void remove()
- Specified by:
remove
in interface Iterator<CursorJoiner.Result>
Copyright © 2008-2010. All Rights Reserved.