| Package | Description |
|---|---|
| org.granite.client.javafx.persistence.collection | |
| org.granite.client.persistence.collection |
| Modifier and Type | Method and Description |
|---|---|
PersistentSortedMap<K,V> |
ObservablePersistentSortedMap.internalPersistentCollection() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ObservablePersistentSortedMap<K,V> |
FXPersistentCollections.observablePersistentSortedMap(PersistentSortedMap<K,V> persistentSortedMap) |
static <K,V> javafx.beans.property.ReadOnlyMapWrapper<K,V> |
FXPersistentCollections.readOnlyObservablePersistentSortedMap(java.lang.Object bean,
java.lang.String name,
PersistentSortedMap<K,V> persistentSortedMap) |
| Constructor and Description |
|---|
ObservablePersistentSortedMap(PersistentSortedMap<K,V> persistentSortedMap) |
| Modifier and Type | Method and Description |
|---|---|
PersistentSortedMap<K,V> |
PersistentSortedMap.clone(boolean uninitialize) |