PCJ API
Version 1.2

Package bak.pcj

Provides collection classes for primitive types.

See:
          Description

Interface Summary
BooleanCollection This interface defines collections of boolean values.
BooleanComparator This interface represents comparators of boolean values.
BooleanIterator This class represents iterators over collections of boolean values.
ByteCollection This interface defines collections of byte values.
ByteComparator This interface represents comparators of byte values.
ByteIterator This class represents iterators over collections of byte values.
CharCollection This interface defines collections of char values.
CharComparator This interface represents comparators of char values.
CharIterator This class represents iterators over collections of char values.
DoubleCollection This interface defines collections of double values.
DoubleComparator This interface represents comparators of double values.
DoubleIterator This class represents iterators over collections of double values.
FloatCollection This interface defines collections of float values.
FloatComparator This interface represents comparators of float values.
FloatIterator This class represents iterators over collections of float values.
IntCollection This interface defines collections of int values.
IntComparator This interface represents comparators of int values.
IntIterator This class represents iterators over collections of int values.
LongCollection This interface defines collections of long values.
LongComparator This interface represents comparators of long values.
LongIterator This class represents iterators over collections of long values.
ShortCollection This interface defines collections of short values.
ShortComparator This interface represents comparators of short values.
ShortIterator This class represents iterators over collections of short values.
 

Class Summary
AbstractBooleanCollection This class represents an abstract base for implementing collections of boolean values.
AbstractByteCollection This class represents an abstract base for implementing collections of byte values.
AbstractCharCollection This class represents an abstract base for implementing collections of char values.
AbstractDoubleCollection This class represents an abstract base for implementing collections of double values.
AbstractFloatCollection This class represents an abstract base for implementing collections of float values.
AbstractIntCollection This class represents an abstract base for implementing collections of int values.
AbstractLongCollection This class represents an abstract base for implementing collections of long values.
AbstractShortCollection This class represents an abstract base for implementing collections of short values.
Adapter This class provides static methods for creating adapters betweeen primitive collections and Java Collection Framework collections.
SynchronizedBooleanCollection This class represents synchronized collections of boolean values.
SynchronizedByteCollection This class represents synchronized collections of byte values.
SynchronizedCharCollection This class represents synchronized collections of char values.
SynchronizedDoubleCollection This class represents synchronized collections of double values.
SynchronizedFloatCollection This class represents synchronized collections of float values.
SynchronizedIntCollection This class represents synchronized collections of int values.
SynchronizedLongCollection This class represents synchronized collections of long values.
SynchronizedShortCollection This class represents synchronized collections of short values.
UnmodifiableBooleanCollection This class represents unmodifiable collections of boolean values.
UnmodifiableByteCollection This class represents unmodifiable collections of byte values.
UnmodifiableCharCollection This class represents unmodifiable collections of char values.
UnmodifiableDoubleCollection This class represents unmodifiable collections of double values.
UnmodifiableFloatCollection This class represents unmodifiable collections of float values.
UnmodifiableIntCollection This class represents unmodifiable collections of int values.
UnmodifiableLongCollection This class represents unmodifiable collections of long values.
UnmodifiableShortCollection This class represents unmodifiable collections of short values.
 

Package bak.pcj Description

Provides collection classes for primitive types.


PCJ API
Version 1.2

Report a bug or request a feature.
Further information on the development and latest release of PCJ can be found at the project homepage.

Primitive Collections for Java is released under the GNU Lesser General Public License.
Copyright © 2002, 2003 Søren Bak. All Rights Reserved.

Hosted by SourceForge.net
SourceForge.net Logo