Example usage for java.util BitSet subclass-usage

List of usage examples for java.util BitSet subclass-usage

Introduction

In this page you can find the example usage for java.util BitSet subclass-usage.

Usage

From source file io.github.dsheirer.bits.BinaryMessage.java

public class BinaryMessage extends BitSet {
    private static final long serialVersionUID = 1L;

    /**
     * Logical (ie constructed) size of this bitset, despite the actual size of
     * the super bitset that this class is based on

From source file bits.BinaryMessage.java

public class BinaryMessage extends BitSet {
    private static final long serialVersionUID = 1L;

    /**
     * Logical (ie constructed) size of this bitset, despite the actual size of
     * the super bitset that this class is based on