Package org.robolectric.shadows
Class NativeBitSet64
- java.lang.Object
-
- org.robolectric.shadows.NativeBitSet64
-
public class NativeBitSet64 extends java.lang.ObjectTransliteration of native BitSet64.Unlike the native code stores value inline as opposed to a manipulating data via series of static methods passed values by reference.
- See Also:
- "system/core/libutils/include/utils/BitSet.h"
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetValue()voidsetValue(long l)
-