|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use jaggregate | |
---|---|
jaggregate | Jaggregate is a J2SE 5.0-aware collections library that is modeled after the ANSI Smalltalk collection protocols. |
jaggregate.junit.framework | This package contains add-ons to the JUnit testing framework that work well with Jaggregate concepts. |
Classes in jaggregate used by jaggregate | |
---|---|
AbstractBag
Represents an unordered, variable-sized collection whose elements can be added or removed, but cannot be individually accessed by external keys. |
|
AbstractCollection
Implementation of the collection concept that should be common for most concrete implementations. |
|
AbstractDictionary
Provides protocol for accessing, adding, removing, and iterating over the elements of an unordered collection whose elements are accessed using an explicitly assigned external key. |
|
AbstractDictionaryImpl
Implementation of the dictionary concept that should be common for most concrete implementations. |
|
AbstractExtensibleCollection
Implementation of the extensible collection concept that should be common for most concrete implementations. |
|
AbstractSet
Represents an unordered, variable-sized collection whose elements can be added or removed, but cannot be individually accessed by external keys. |
|
Bag
A bag for which equivalence is defined by equals . |
|
BinaryCondition
Interface for a predicate that accepts two arguments. |
|
BinaryFunction
A functor that accepts two arguments. |
|
BinaryFunctor
Interface for a functor that accepts two arguments. |
|
BinaryPredicate
A predicate that accepts two arguments. |
|
Collection
Provides protocol for manipulating and operating on a collection of objects, called elements, either individually or as a whole. |
|
CollectionStream
Represents a stream that has a ReadOnlySequence as its stream backing
store. |
|
ContractibleSequence
Provides protocol for removing elements from an ordered collection of objects, whose elements can be accessed using external keys. |
|
Dictionary
Represents an unordered collection whose elements can be accessed using an explicitly assigned external key. |
|
ExtensibleCollection
Provides protocol for adding elements to and removing elements from a variable-sized collection. |
|
GettableStream
Provides protocol for a stream that can read objects from its future sequence values. |
|
IdentityBag
A bag for which equivalence is defined by == . |
|
IdentityDictionary
Represents an unordered collection whose elements can be accessed using an explicitly assigned external key. |
|
IdentitySet
A set for which equivalence is defined by == . |
|
Interval
Represents a collection whose elements form an arithmetic progression. |
|
KeyValuePair
A simple string-to-string pair, created by parsing a string of the form "key=value" . |
|
NaturallySortedCollection
Represents a variable-sized collection of objects whose elements are ordered based on the natural ordering of its elements, as defined by the interface Comparable . |
|
OrderedCollection
Represents an ordered, variable-sized collection of objects, where elements may be added, removed, or inserted, and can be accessed using external integer keys. |
|
Pair
A simple 2-tuple, typically used to represent the key-value pairs of an AbstractDictionary . |
|
PuttableStream
Provides protocol for a stream that allows objects to be added to its past sequence values. |
|
ReadOnlySequence
Provides protocol for reading an ordered collection of objects whose elements can be accessed using external integer keys. |
|
ReadStream
Represents a stream that has a positionable sequence of values that can be read. |
|
Sequence
Provides protocol for writing to an ordered collection of objects whose elements can be accessed using external integer keys. |
|
Set
A set for which equivalence is defined by equals . |
|
SortedCollection
Represents a variable-sized collection of objects whose elements are ordered based on a sort order. |
|
Stream
Provides protocol for a stream consisting of a finite number of past and future sequence values. |
|
UnaryCondition
Interface for a predicate that accepts one argument. |
|
UnaryFunction
A functor that accepts one argument. |
|
UnaryFunctor
Interface for a functor that accepts one argument. |
|
UnaryPredicate
A predicate that accepts one argument. |
|
WriteStream
Represents a stream that has a positionable sequence of values to which new values may be written. |
Classes in jaggregate used by jaggregate.junit.framework | |
---|---|
UnaryCondition
Interface for a predicate that accepts one argument. |
|
UnaryPredicate
A predicate that accepts one argument. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |