We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
our DTO is protoBuffer and long is primitive type. but we need use primitive type long to get object from map , cause lots of Long.valueof
The text was updated successfully, but these errors were encountered:
I don't think I understand your question but use LongObjectHashMap or LongObjectWormMap.
Sorry, something went wrong.
just like ConcurrentHashMap,but user primitive type long or int?
just like ConcurrentHashMap,but use primitive type long or int?
Oh, I see. No - you can't use HPPC collections for multi-threaded access, sorry. There are no plans to do it.
No branches or pull requests
our DTO is protoBuffer and long is primitive type.
but we need use primitive type long to get object from map , cause lots of Long.valueof
The text was updated successfully, but these errors were encountered: