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

Benedikt Ritter updated CHAIN-102:
----------------------------------

    Component/s: API
    
> Create a util class for Contexts that provides methods like 
> java.util.Collections provides for collections
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: CHAIN-102
>                 URL: https://issues.apache.org/jira/browse/CHAIN-102
>             Project: Commons Chain
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 2.0
>            Reporter: Benedikt Ritter
>            Priority: Minor
>             Fix For: 2.0
>
>
> Would be nice to have a util class that provides methods like the following:
> {code:java}
> Context<K, V> synchronized(Context<K, V> context);
> Context<K, V> empty();
> Context<K, V> unmodifiable(Context<K, V> context);
> Context<K, V> singleton(K key, V value);
> Context<K, Object> wrap(T bean); 
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to