Push string into the ID stack (will hash string).
(final String strId)
| 2775 | * Push string into the ID stack (will hash string). |
| 2776 | */ |
| 2777 | public static void pushID(final String strId) { |
| 2778 | nPushID(strId); |
| 2779 | } |
| 2780 | |
| 2781 | private static native void nPushID(String strId); /*MANUAL |
| 2782 | auto strId = obj_strId == NULL ? NULL : (char*)env->GetStringUTFChars(obj_strId, JNI_FALSE); |