Changes between Version 3 and Version 4 of WikiStart
- Timestamp:
- 01/29/2008 10:21:27 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v3 v4 1 [[PageOutline]] 2 1 3 = accesslib = 2 4 3 1. [#Download Download] 4 2. [#QuickIntroduction Quick Introduction] 5 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). 5 6 6 7 … … 13 14 14 15 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 == 18 17 19 18 A quick example:
