API Proposal: Add missing FXCollections methods for ObservableMap

Radko Najman radko.najman at oracle.com
Wed Jan 30 04:25:02 PST 2013


Extension to previous FXCollections proposal - methods for ObservableMap 
need to be added.

Jira:
http://javafx-jira.kenai.com/browse/RT-18804
http://javafx-jira.kenai.com/browse/RT-20653

public static<K, V> ObservableMap<K, V> 
checkedObservableMap(ObservableMap<K, V> map, Class<K> keyType, Class<V> 
valueType)
public static<K, V> ObservableMap<K, V> emptyObservableMap()
public static<K, V> ObservableMap<K, V> 
synchronizedObservableMap(ObservableMap<K, V> map)

Thanks,
Radko


On 01/24/2013 05:59 PM, Richard Bair wrote:
> +1
>
> On Jan 24, 2013, at 6:16 AM, Radko Najman <radko.najman at oracle.com> wrote:
>
>> Hello,
>>
>> This is a proposal to add following methods to FXCollections:
>>
>> public static<E> ObservableSet<E> checkedObservableSet(ObservableSet<E> set, Class<E> type)
>> public static<E> ObservableSet<E> emptyObservableSet()
>> public static<E> ObservableSet<E> synchronizedObservableSet(ObservableSet<E> set)
>> public static<E> ObservableSet<E> unmodifiableObservableSet(ObservableSet<E> set)
>>
>> Jira: http://javafx-jira.kenai.com/browse/RT-27633
>>
>> Thanks,
>> Radko
>


More information about the openjfx-dev mailing list