Package | Description |
---|---|
org.joda.primitives.collection | |
org.joda.primitives.collection.impl | |
org.joda.primitives.list | |
org.joda.primitives.list.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanCollection
Defines a collection of primitive
boolean values. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBooleanCollection
Abstract base class for collections of primitive
boolean elements. |
class |
ArrayBooleanCollection
Array based implementation of
BooleanCollection for
primitive boolean elements. |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanList
Defines a list of primitive
boolean values. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBooleanList
Abstract base class for lists of primitive
boolean elements. |
class |
ArrayBooleanList
Array based implementation of
BooleanList for
primitive int elements. |
class |
ImmutableArrayBooleanList
Immutable array-based implementation of
BooleanList for
primitive int elements. |
Copyright © 2005-2012 Joda.org. All Rights Reserved.