You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "daxia (JIRA)" <ji...@apache.org> on 2007/05/15 11:11:16 UTC

[jira] Updated: (COLLECTIONS-252) LinkEntry should public class

     [ https://issues.apache.org/jira/browse/COLLECTIONS-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

daxia updated COLLECTIONS-252:
------------------------------

    Description: 
The LRUMap' method  removeLRU is for Subclass method.
but removeLRU(LinkEntry entry)
The LinkEntry is the intenal class (protected static class LinkEntry extends HashEntry)
This prevent other user  override this method with different package.

LinkEntry  full name:
org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry


  was:
The LRUMap' method  removeLRU is for Subclass method.
but removeLRU(LinkEntry entry)
The LinkEntry is the intenal class (protected static class LinkEntry extends HashEntry)
This prevent other user  override this method with different package.



protected static class LinkEntry extends HashEntry

change to:
public static class LinkEntry extends HashEntry



> LinkEntry  should public class
> ------------------------------
>
>                 Key: COLLECTIONS-252
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-252
>             Project: Commons Collections
>          Issue Type: Improvement
>          Components: Map
>    Affects Versions: 3.2
>            Reporter: daxia
>
> The LRUMap' method  removeLRU is for Subclass method.
> but removeLRU(LinkEntry entry)
> The LinkEntry is the intenal class (protected static class LinkEntry extends HashEntry)
> This prevent other user  override this method with different package.
> LinkEntry  full name:
> org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org