android.database
Class CursorJoiner

java.lang.Object
  extended by android.database.CursorJoiner
All Implemented Interfaces:
java.lang.Iterable<CursorJoiner.Result>, java.util.Iterator<CursorJoiner.Result>

public final class CursorJoiner
extends java.lang.Object
implements java.util.Iterator<CursorJoiner.Result>, java.lang.Iterable<CursorJoiner.Result>


Nested Class Summary
static class CursorJoiner.Result
           
 
Constructor Summary
CursorJoiner(Cursor cursorLeft, java.lang.String[] columnNamesLeft, Cursor cursorRight, java.lang.String[] columnNamesRight)
           
 
Method Summary
 boolean hasNext()
           
 java.util.Iterator<CursorJoiner.Result> iterator()
           
 CursorJoiner.Result next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CursorJoiner

public CursorJoiner(Cursor cursorLeft,
                    java.lang.String[] columnNamesLeft,
                    Cursor cursorRight,
                    java.lang.String[] columnNamesRight)
Method Detail

iterator

public java.util.Iterator<CursorJoiner.Result> iterator()
Specified by:
iterator in interface java.lang.Iterable<CursorJoiner.Result>

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<CursorJoiner.Result>

next

public CursorJoiner.Result next()
Specified by:
next in interface java.util.Iterator<CursorJoiner.Result>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<CursorJoiner.Result>


Copyright © 2008-2010. All Rights Reserved.