Namespace: Consultingwerk.Framework.Collections
Class 
IntegerList Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Framework.Base.AblPrimitiveList
Implements: Consultingwerk.Framework.Base.ISupportsListChanged, Consultingwerk.Framework.Base.ISupportsListHash

File:IntegerList
Purpose:A general purpose List class with a Character as
the key and a Integer as the value
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Jan 22 16:02:41 CET 2012



Top Method Summary
Options Name Purpose
Add (integer) Adds the specified value to the List.
AddWhenNotContained (integer) Adds the specified value to the List only when it is not yet contained - silently ignores keys that are already contained
LOGICAL ContainsValue (integer) Determines whether the List contains the specified value.
Consultingwerk.Framework.Collections.IntegerListEnumerator GetEnumerator () Returns the Enumerator for the List
INTEGER GetValue (integer) Returns the Value for the specified Key
INTEGER IndexOf (integer) Returns the index of the given value in the list
Insert (integer, integer) Inserts the specified value to the List at the specified position
SetValue (integer, integer) Assigns the Value for the specified Key
INTEGER ToArray () Returns an array with the elements of the list
CHARACTER ToDelimitedList () Returns the list as an delimited character list
CHARACTER ToDelimitedList (character) Returns the list as an delimited character list

Top Constructor Summary
Options Name Purpose
IntegerList () Constructor for the List class
IntegerList (longchar) Constructor for the List class
IntegerList (longchar, character) Constructor for the List class


Method Detail
Top

Add (integer)

Purpose: Adds the specified value to the List.
Notes:

Parameters:
pValue INTEGER
The value for the key/value pair to add to the List
Top

AddWhenNotContained (integer)

Purpose: Adds the specified value to the List only when it is not
yet contained - silently ignores keys that are already
contained
Notes:

Parameters:
pValue INTEGER
The value for the key/value pair to add to the List
Top

LOGICAL ContainsValue (integer)

Purpose: Determines whether the List contains the specified value.
Notes:

Parameters:
pValue INTEGER
The value to locate in the List
Returns LOGICAL
Logical value indicating if the List contains the value
Top

Consultingwerk.Framework.Collections.IntegerListEnumerator GetEnumerator ()

Purpose: Returns the Enumerator for the List
Notes:

Returns Consultingwerk.Framework.Collections.IntegerListEnumerator
The Enumerator instance
Top

INTEGER GetValue (integer)

Purpose: Returns the Value for the specified Key
Notes:

Parameters:
piIndex INTEGER
The index to remove from the List
Returns INTEGER
The Value for the specified Index
Top

INTEGER IndexOf (integer)

Purpose: Returns the index of the given value in the list
Notes: Returns 0 if the value is not in the list

Parameters:
pValue INTEGER
The value to locate in the list
Returns INTEGER
The index of the given value in the list
Top

Insert (integer, integer)

Purpose: Inserts the specified value to the List at the specified position
Notes:

Parameters:
pValue INTEGER
The value for the key/value pair to add to the List
piPosition INTEGER
The position to add the new value to
Top

SetValue (integer, integer)

Purpose: Assigns the Value for the specified Key
Notes:

Parameters:
piIndex INTEGER
The index to remove from the List
pValue INTEGER
The value to assign for the Key in the List
Top

INTEGER ToArray ()

Purpose: Returns an array with the elements of the list
Notes:

Returns INTEGER
The array with the elements of the list
Top

CHARACTER ToDelimitedList ()

Purpose: Returns the list as an delimited character list
Notes:

Returns CHARACTER
The character value with the delimited list
Top

CHARACTER ToDelimitedList (character)

Purpose: Returns the list as an delimited character list
Notes:

Parameters:
pcDelimiter CHARACTER
The delimiter for the list
Returns CHARACTER
The character value with the delimited list


Constructor Detail
Top

IntegerList ()

Purpose: Constructor for the List class
Notes:

Top

IntegerList (longchar)

Purpose: Constructor for the List class
Notes: Defaults to the comma (",") as the delimiter for Keys and Values

Parameters:
pcValues LONGCHAR
The initial list of Values
Top

IntegerList (longchar, character)

Purpose: Constructor for the List class
Notes:

Parameters:
pcValues LONGCHAR
The initial list of Values
pcValueDelimiter CHARACTER
The delimiter for the Values


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:04:14