All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vladsch.flexmark.util.misc.BitField Maven / Gradle / Ivy

The newest version!
package com.vladsch.flexmark.util.misc;

public interface BitField {
  int getBits(); // return number of bits for the field, must be > 0
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy