|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.util.AbstractObjectList
org.jfree.util.BooleanList
public class BooleanList
A list of Boolean
objects.
Field Summary |
---|
Fields inherited from class org.jfree.util.AbstractObjectList |
---|
DEFAULT_INITIAL_CAPACITY |
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. |
Methods inherited from class org.jfree.util.AbstractObjectList |
---|
clear, clone, get, indexOf, set, size |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BooleanList()
Method Detail |
---|
public Boolean getBoolean(int index)
Boolean
from the list.
index
- the index (zero-based).
Boolean
from the list.public void setBoolean(int index, Boolean b)
index
- the index (zero-based).b
- the boolean.public boolean equals(Object o)
equals
in class AbstractObjectList
o
- the other object.
public int hashCode()
hashCode
in class AbstractObjectList
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |