@ProviderType public class Cursor extends Object
| Constructor and Description |
|---|
Cursor(@NotNull String rawValue)
Creates a cursor from a
String. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static @Nullable Cursor |
fromEncodedString(@Nullable String encoded)
Generates a new cursor based on an
encoded value obtained via the same encoding mechanism this class uses. |
@NotNull String |
getEncoded() |
@NotNull String |
getRawValue() |
int |
hashCode() |
String |
toString() |
public Cursor(@NotNull
@NotNull String rawValue)
rawValue - the raw value from which to generate a cursor@Nullable public static @Nullable Cursor fromEncodedString(@Nullable @Nullable String encoded)
encoded value obtained via the same encoding mechanism this class uses.encoded - the encoded value from which to generate a new cursornull otherwise@NotNull public @NotNull String getRawValue()
@NotNull public @NotNull String getEncoded()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.