Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 242 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 242 Bytes

Java-Objectpointer

A small Java library enabling call-by-reference. This might be useful when using an immutable object as an argument of a function.

It is not possible to get the actual memory-address of the object the pointer points to.