Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
01/29/2008 10:18:33 PM (18 years ago)
Author:
dsowen
Comment:

Link up the TOC.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    11= accesslib =
    22
    3  1. Download
    4  2. Quick introduction
     3 1. [#Download Download]
     4 2. [#QuickIntroduction Quick Introduction]
    55
    66
     
    1313
    1414
    15 == Quick introduction ==
     15== Quick Introduction ==
    1616
    1717In Java, variables refer to instances of objects.  There's no way to refer to the reference of a variable, in order to indirectly change to what object it refers.  ''accesslib'' provides an abstract mechanism for manipulating references (as opposed to manipulating objects).