org.jfree.util
public class BooleanList extends AbstractObjectList
Boolean objects.
| Constructor Summary | |
|---|---|
| BooleanList()
Creates a new list. | |
| Method Summary | |
|---|---|
| boolean | equals(Object o)
Tests the list for equality with another object (typically also a list).
|
| Boolean | getBoolean(int index)
Returns a Boolean from the list.
|
| int | hashCode()
Returns a hash code value for the object.
|
| void | setBoolean(int index, Boolean b)
Sets the value for an item in the list. |
Parameters: o the other object.
Returns: A boolean.
Parameters: index the index (zero-based).
Returns: a Boolean from the list.
Returns: the hashcode
Parameters: index the index (zero-based). b the boolean.