You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.
It would work like one-element off-heap array. Option.empty would be just a null reference, otherwise it will point to address containing value of this Option.
The use case for this class is return value of some off-heap collection methods, such as find or get in Map.
The text was updated successfully, but these errors were encountered:
Also the benefit of having an Option as a return type for methods, is that it can dereference primitive type values to memory instead of returning them directly, which effectively allows us to have null references of the primitives.
It would work like one-element off-heap array. Option.empty would be just a null reference, otherwise it will point to address containing value of this Option.
The use case for this class is return value of some off-heap collection methods, such as find or get in Map.
The text was updated successfully, but these errors were encountered: