[infinispan-issues] [JBoss JIRA] Created: (ISPN-130) DataContainer.entrySet should return a Set of InternalCacheEntry

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Mon Jul 13 03:56:29 EDT 2009


DataContainer.entrySet should return a Set of InternalCacheEntry
----------------------------------------------------------------

                 Key: ISPN-130
                 URL: https://jira.jboss.org/jira/browse/ISPN-130
             Project: Infinispan
          Issue Type: Task
            Reporter: Galder Zamarreno
            Assignee: Galder Zamarreno
             Fix For: 4.0.0.BETA1


DataContainer.entrySet should return a Set of InternalCacheEntry, so instead of :

   Set<Map.Entry> entrySet();

It should return:

   Set<InternalCacheEntry> entrySet();

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the infinispan-issues mailing list