Java and C# compatible object autoboxing
Package:
Summary:
Wrap string and integer values in objects
Groups:
Author:
Description:
This package can be used to wrap string and integer values in objects.
It provides functions that create objects to store references to either strings or integer values.
It can also cache references to value objects with the same values to avoid creating needless object copies.
It provides functions that create objects to store references to either strings or integer values.
It can also cache references to value objects with the same values to avoid creating needless object copies.
Comments are closed.