public class TreeMapValue<K extends Comparable<K>,V> extends Value<com.ajjpj.afoundation.collection.immutable.ASortedMap<K,V>>
| Constructor and Description |
|---|
TreeMapValue(EventStream<Map<K,V>> sChanges,
Map<K,V> init) |
| Modifier and Type | Method and Description |
|---|---|
static <K extends Comparable<K>,V> |
apply(Map<K,V> change,
com.ajjpj.afoundation.collection.immutable.ASortedMap<K,V> map) |
javafx.collections.ObservableList<Map.Entry<K,V>> |
entriesAsList() |
TreeMapValue<K,V> |
filterByValue(Predicate<V> predicate) |
static Integer |
nextIndex(com.ajjpj.afoundation.collection.immutable.ASortedMap<Integer,?> map) |
javafx.collections.ObservableList<V> |
valuesAsList() |
apply, constValue, getValue, lift, lift, lift, lift, lift, listen, map, power, switchS, switchV, updates, valueOf, valueOfSilent, valuespublic static Integer nextIndex(com.ajjpj.afoundation.collection.immutable.ASortedMap<Integer,?> map)
public static <K extends Comparable<K>,V> com.ajjpj.afoundation.collection.immutable.ASortedMap<K,V> apply(Map<K,V> change, com.ajjpj.afoundation.collection.immutable.ASortedMap<K,V> map)
public TreeMapValue<K,V> filterByValue(Predicate<V> predicate)
public javafx.collections.ObservableList<V> valuesAsList()
Copyright © 2017. All rights reserved.