Changes between Version 3 and Version 4 of WikiStart


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

Restructured page; use macro for TOC.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
     1[[PageOutline]]
     2
    13= accesslib =
    24
    3  1. [#Download Download]
    4  2. [#QuickIntroduction Quick Introduction]
     5In 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).
    56
    67
     
    1314
    1415
    15 == Quick Introduction ==
    16 
    17 In 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).
     16== Example ==
    1817
    1918A quick example: