[infinispan-issues] [JBoss JIRA] Created: (ISPN-492) Use map implementations that do array equality based on contents
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Thu Jun 10 07:04:38 EDT 2010
Use map implementations that do array equality based on contents
----------------------------------------------------------------
Key: ISPN-492
URL: https://jira.jboss.org/browse/ISPN-492
Project: Infinispan
Issue Type: Feature Request
Reporter: Galder Zamarreno
Assignee: Manik Surtani
Make Infinispan use backing maps that do array equality based on its contents and not on reference.
This would for example allow us to have maps with byte[] as keys without the need of wrapping these arrays into something else.
This would need subclassing or reimplementing maps to make comparisons based on contents.
An config option could be added if someone needed standard JDK map behavior.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list