public final class Cursor extends Object implements Serializable
Query
Modifier and Type | Method and Description |
---|---|
static Cursor |
copyFrom(byte[] bytes) |
boolean |
equals(Object obj) |
static Cursor |
fromUrlSafe(String urlSafe)
Create a
Cursor given its URL safe encoded form. |
int |
hashCode() |
String |
toString() |
String |
toUrlSafe()
Returns the cursor in an encoded form that can be used as part of a URL.
|
Copyright © 2019 Google LLC. All rights reserved.