Deprecated API

Contents

  • Deprecated Classes
    Class
    Description
    Use Bitfield implementations via Bitfield.Factory.create(int).

    Simple bitfield holder class using an int[] storage.

    IntBitfield allows convenient access of a wide field of transient bits using efficient storage in O(1).

    It can be used e.g. to map key-codes to pressed-state etc.