public final class Keys extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isNavigationKey(String key)
Return
true if key is a navigation key. |
static boolean |
isWritable(String key)
Return
true of the key is a valid data key for writing. |
public static boolean isWritable(String key)
true of the key is a valid data key for writing.key - true if the provided key is valid for writingpublic static boolean isNavigationKey(String key)
true if key is a navigation key.key - true if the provided key is a valid navigation
key