API  1.0.0
CPIndexSet(CPCopying) Category Reference

Instance Methods

(id) - copy
 
(id) - mutableCopy
 

Detailed Description

Definition at line 1050 of file CPIndexSet.j.

Method Documentation

◆ copy()

- (id) copy
implementation

Creates a deep copy of the index set. The returned copy is mutable. The reason for the two copy methods is for source compatibility with GNUStep code.

Returns
the index set copy

Extends class CPIndexSet.

Definition at line 1058 of file CPIndexSet.j.

◆ mutableCopy()

- (id) mutableCopy
implementation

Creates a deep copy of the index set. The returned copy is mutable. The reason for the two copy methods is for source compatibility with GNUStep code.

Returns
the index set copy

Extends class CPIndexSet.

Definition at line 1069 of file CPIndexSet.j.


The documentation for this category was generated from the following file: