[1762] in java-interest
Re: linked list w/o references or ptrs?
daemon@ATHENA.MIT.EDU (John Barton)
Sat Sep 16 10:25:47 1995
To: fgreco@lehman.com (Frank Greco)
Cc: java-interest@java.sun.com
In-Reply-To: Your message of Thu, 14 Sep 1995 16:13:44 EDT.
<9509142013.AA28339@cfdev1.lehman.com>
Date: Fri, 15 Sep 1995 12:33:39 -0400
From: John Barton <jjb@watson.ibm.com>
>As a response to a question on doing pointer-ish things in Java without
>pointers, someone had posted some code to implement a linked-list.
>
>Anyone have this code handy?
In code I have seen it looks like every java variable *is*
a pointer. Isn't this true:
java -> C/C++
---- ---
X x; X *x;
x.f(); x->f();
?
John.
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com