You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by "Remko Popma (JIRA)" <ji...@apache.org> on 2016/11/08 11:49:58 UTC

[jira] [Created] (LOG4J2-1681) Make indexed getter methods in SortedArrayStringMap public

Remko Popma created LOG4J2-1681:
-----------------------------------

             Summary: Make indexed getter methods in SortedArrayStringMap public
                 Key: LOG4J2-1681
                 URL: https://issues.apache.org/jira/browse/LOG4J2-1681
             Project: Log4j 2
          Issue Type: Improvement
          Components: API
    Affects Versions: 2.7
            Reporter: Remko Popma
            Assignee: Remko Popma
             Fix For: 2.8


I am planning to use SortedArrayStringMap to make MapFilter and its subclasses garbage-free. It would be helpful if the following methods were public:
{code}
    String getKeyAt(final int index) {...}
    <V> V getValueAt(final int index) {...}
{code}

This would facilitate looping over the map contents without instantiating a consumer.

I am not proposing to change the {{StringMap}} interface, this is only for classes that are using the {{SortedArrayStringMap}} implementation class.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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