File: node8.html

package info (click to toggle)
gnustep-tutorial 1.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 772 kB
  • ctags: 194
  • sloc: makefile: 46; perl: 6
file content (86 lines) | stat: -rw-r--r-- 2,576 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 99.2beta6 (1.42)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>NSArray</TITLE>
<META NAME="description" CONTENT="NSArray">
<META NAME="keywords" CONTENT="BasicClasses">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta6">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="BasicClasses.css">

<LINK REL="next" HREF="node23.html">
<LINK REL="previous" HREF="node1.html">
<LINK REL="up" HREF="BasicClasses.html">
<LINK REL="next" HREF="node9.html">
</HEAD>

<BODY >
<B> Next:</B> <A NAME="tex2html120"
  HREF="node9.html">What is it</A>
<B>Up:</B> <A NAME="tex2html118"
  HREF="BasicClasses.html">Basic GNUstep Base Library</A>
<B> Previous:</B> <A NAME="tex2html112"
  HREF="node7.html">Reading and Saving Strings</A>
<BR> <P>

<!--End of Navigation Panel-->

<H1><A NAME="SECTION00020000000000000000">
NSArray</A>
</H1>
<BR><HR>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>

<UL>
<LI><A NAME="tex2html121"
  HREF="node9.html">What is it</A>
<LI><A NAME="tex2html122"
  HREF="node10.html">Comparison with Pure C Arrays</A>
<LI><A NAME="tex2html123"
  HREF="node11.html">NSArrays are immutable</A>
<LI><A NAME="tex2html124"
  HREF="node12.html">arrayWithObjects</A>
<LI><A NAME="tex2html125"
  HREF="node13.html">Accessing Objects in a NSArray</A>
<LI><A NAME="tex2html126"
  HREF="node14.html">Describing an Array</A>
<LI><A NAME="tex2html127"
  HREF="node15.html">Iterating over Array Elements</A>
<UL>
<LI><A NAME="tex2html128"
  HREF="node16.html">First Way - Using objectAtIndex</A>
<LI><A NAME="tex2html129"
  HREF="node17.html">Second Way - Using objectEnumerator</A>
</UL>
<LI><A NAME="tex2html130"
  HREF="node18.html">Searching for an Object</A>
<LI><A NAME="tex2html131"
  HREF="node19.html">NSMutableArray</A>
<UL>
<LI><A NAME="tex2html132"
  HREF="node20.html">Adding an Object</A>
<LI><A NAME="tex2html133"
  HREF="node21.html">Removing an Object</A>
<LI><A NAME="tex2html134"
  HREF="node22.html">Replacing an Object</A>
</UL></UL>
<!--End of Table of Child-Links-->
<BR><HR>
<ADDRESS>
Nicola
2002-01-13
</ADDRESS>
</BODY>
</HTML>