public class ScanResult<T> extends Object
| Constructor and Description |
|---|
ScanResult(int cursor,
List<T> results)
Deprecated.
|
ScanResult(String cursor,
List<T> results) |
@Deprecated public ScanResult(int cursor, List<T> results)
@Deprecated public int getCursor()
public String getStringCursor()
Copyright © 2014. All rights reserved.