(Object singleton, int offset)
| 12 | |
| 13 | public abstract class Singleton { |
| 14 | public static native int getInt(Object singleton, int offset); |
| 15 | public static native long getLong(Object singleton, int offset); |
| 16 | public static native Object getObject(Object singleton, int offset); |
| 17 |
no outgoing calls
no test coverage detected