Example usage for org.apache.commons.lang BitField BitField

List of usage examples for org.apache.commons.lang BitField BitField

Introduction

In this page you can find the example usage for org.apache.commons.lang BitField BitField.

Prototype

public BitField(int mask) 

Source Link

Document

Creates a BitField instance.

Usage

From source file:org.caleydo.view.crossword.spi.config.ElementConfig.java

public ElementConfig(int mask) {
    this(new BitField(mask));
}