Class NativeBitSet64


  • public class NativeBitSet64
    extends java.lang.Object
    Transliteration 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
      long getValue()  
      void setValue​(long l)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setValue

        public void setValue​(long l)
      • getValue

        public long getValue()