Program Base Library
pblCollection - Collection Implementation
Collection in C, C Collection, C-Collection
Documentation
Open source C implementation of a collection similar to the
Java Collection
interface.
Collections are used a base for the
list and set implementations
and provide some functionality common to lists and sets.
Collection Functions
pblCollectionAggregate Aggregates a collection by calling the aggregation function on every element of the collection while running through the collection with an iterator.
pblCollectionContains Returns true if this collection contains the specified element.
pblCollectionConvertToArrayList Returns a pblArrayList with a shallow copy of this collection instance.
pblCollectionConvertToHashSet Returns a pblHashSet with a shallow copy of this collection instance.
pblCollectionConvertToLinkedList Returns a pblLinkedList with a shallow copy of this collection instance.
pblCollectionConvertToTreeSet Returns a pblTreeSet with a shallow copy of this collection instance.
pblCollectionElementCompare Compare two elements of a collection.
pblCollectionIsCollection Tests if the object is a collection.
pblCollectionSetCompareFunction Sets an application specific compare function for the elements of the collection.
pblCollectionStringCompareFunction Compares two '\0' terminated strings.
Alphabetic index
GET PBL:
Copyright(C) 2003 - 2015 Peter Graf,
this software is distributed under the
MIT License.