Java org.jfree.util BooleanList fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.util BooleanList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.util BooleanList.

The text is from its open source code.

Constructor

BooleanList()
Creates a new list.

Method

BooleangetBoolean(final int index)
Returns a Boolean from the list.
voidsetBoolean(final int index, final Boolean b)
Sets the value for an item in the list.