New Reduced price! ISO/IEC TR 24717 : 2009 View larger

ISO/IEC TR 24717 : 2009

M00029100

New product

ISO/IEC TR 24717 : 2009

INFORMATION TECHNOLOGY - PROGRAMMING LANGUAGES, THEIR ENVIRONMENTS AND SYSTEM SOFTWARE INTERFACES - COLLECTION CLASSES FOR PROGRAMMING LANGUAGE COBOL

International Organization for Standardization

More details

In stock

$35.10

-55%

$78.00

More info

Table of Contents

Foreword
Introduction
1 Scope
2 Normative references
3 Conformance
4 Terms and definitions
5 Description techniques
6 Changes to ISO/IEC 1989:2002
7 COBOL Collection Classes
  7.1 Collection class
      7.1.1 Collection instance interface
            7.1.1.1 AddObject method
            7.1.1.2 CompareCollection method
            7.1.1.3 CopyCollection method
            7.1.1.4 CountObjects method
            7.1.1.5 CreateIterator method
            7.1.1.6 DeleteAll method
            7.1.1.7 DeleteCurrent method
            7.1.1.8 DeleteObject method
            7.1.1.9 Exists method
            7.1.1.10 Ordinal method
            7.1.1.11 ReturnCurrent method
            7.1.1.12 ReturnFirst method
            7.1.1.13 ReturnLast method
            7.1.1.14 ReturnNext method
            7.1.1.15 ReturnObject method
            7.1.1.16 ReturnPrevious method
      7.1.2 Sequencing method
  7.2 OrderedCollection class
      7.2.1 OrderedCollection instance interface
            7.2.1.1 AddAfter method
            7.2.1.2 AddBefore method
            7.2.1.3 AddFirst method
            7.2.1.4 AddLast method
  7.3 KeyedCollection class
      7.3.1 KeyedCollection instance interface
            7.3.1.1 AddKeyed method
            7.3.1.2 ReturnKeyFromCurrent method
            7.3.1.3 ReturnKeyFromOrdinal method
            7.3.1.4 ReturnKeyedObject method
      7.3.2 Overridden methods
            7.3.2.1 AddObject method
  7.4 SortedCollection class
      7.4.1 SortedCollection factory interface
            7.4.1.1 NewSortedCollection method
      7.4.2 Overridden factory methods
            7.4.2.1 New method
      7.4.3 SortedCollection instance interface
      7.4.4 Overridden instance methods
            7.4.4.1 AddObject method
  7.5 Iterator class
      7.5.1 Iterator factory interface
            7.5.1.1 NewIterator method
      7.5.2 Iterator instance interface
            7.5.2.1 CollectionOrdinal method
            7.5.2.2 DeleteCurrent method
            7.5.2.3 IteratorOrdinal method
            7.5.2.4 ReturnCurrent method
            7.5.2.5 ReturnFirst method
            7.5.2.6 ReturnLast method
            7.5.2.7 ReturnNext method
            7.5.2.8 ReturnOrdinal method
            7.5.2.9 ReturnPrevious method
  7.6 Collection Exception classes
      7.6.1 Collection Exception interfaces
      7.6.2 ExceptionCode property values
            7.6.2.1 Collection class ExceptionCode property
                     values
            7.6.2.2 OrderedCollection class ExceptionCode
                     property
                     values
            7.6.2.3 KeyedCollection class ExceptionCode
                     property values
            7.6.2.4 SortedCollection class ExceptionCode
                     property values
            7.6.2.5 Iterator class ExceptionCode property
                      values
Annex A (normative) Language element lists
Annex B (informative) Unresolved technical issues
Annex C (informative) Concepts
  C.1 COBOL collection classes
      C.1.1 Collections
      C.1.2 Ordered collections
      C.1.3 Keyed collections
      C.1.4 Sorted collections
      C.1.5 Iterators
Annex D (informative) Class Diagrams
  D.1 COBOL Base Classes
  D.2 COBOL Collection Classes
Bibliography

Abstract

Describes the interfaces and behaviour of a common class library for managing sets of object references in COBOL.

General Product Information

Document Type Standard
Status Current
Publisher International Organization for Standardization
Committee JTC 1