| Package | Description |
|---|---|
| org.granite.client.javafx.persistence.collection | |
| org.granite.client.persistence.collection |
| Modifier and Type | Method and Description |
|---|---|
PersistentSortedSet<E> |
ObservablePersistentSortedSet.internalPersistentCollection() |
| Modifier and Type | Method and Description |
|---|---|
static <E> ObservablePersistentSortedSet<E> |
FXPersistentCollections.observablePersistentSortedSet(PersistentSortedSet<E> persistentSortedSet) |
static <E> javafx.beans.property.ReadOnlySetWrapper<E> |
FXPersistentCollections.readOnlyObservablePersistentSortedSet(java.lang.Object bean,
java.lang.String name,
PersistentSortedSet<E> persistentSortedSet) |
| Constructor and Description |
|---|
ObservablePersistentSortedSet(PersistentSortedSet<E> persistentSortedSet) |
| Modifier and Type | Method and Description |
|---|---|
PersistentSortedSet<E> |
PersistentSortedSet.clone(boolean uninitialize) |