Searched defs:CursorJoiner (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/
H A DCursorJoiner.java29 * CursorJoiner joiner = new CursorJoiner(cursorA, keyColumnsofA, cursorB, keyColumnsofB);
45 public final class CursorJoiner class in inherits:Iterator,Iterable
46 implements Iterator<CursorJoiner.Result>, Iterable<CursorJoiner.Result> {
68 * Initializes the CursorJoiner and resets the cursors to the first row. The left and right
75 public CursorJoiner( method in class:CursorJoiner

Completed in 58 milliseconds