| Package | Description |
|---|---|
| net.thevpc.common.props | |
| net.thevpc.common.props.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WritableList<T> |
| Modifier and Type | Method and Description |
|---|---|
ObservableList<? extends IndexedNode<T>> |
IndexedNode.children() |
ObservableList<MapEntry<K,V>> |
ObservableMapAdapter.entrySet() |
ObservableList<MapEntry<K,V>> |
ObservableMap.entrySet() |
ObservableList<K> |
ObservableMapAdapter.keySet() |
ObservableList<K> |
ObservableMap.keySet() |
ObservableList<T> |
ObservableList.readOnly() |
ObservableList<V> |
ObservableMapAdapter.values() |
ObservableList<V> |
ObservableMap.values() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWritableListImpl<T> |
class |
ReadOnlyList<T> |
class |
WritableListAdapter<T> |
class |
WritableListImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
ObservableList<IndexedNode<T>> |
ReadOnlyPIndexedNode.children() |
ObservableList<MapEntry<K,V>> |
ReadOnlyMap.entrySet() |
ObservableList<T> |
ReadOnlyList.getBase() |
ObservableList<K> |
ReadOnlyMap.keySet() |
ObservableList<T> |
ReadOnlyList.readOnly() |
ObservableList<T> |
AbstractWritableListImpl.readOnly() |
ObservableList<T> |
WritableListAdapter.readOnly() |
ObservableList<V> |
ReadOnlyMap.values() |
| Constructor and Description |
|---|
ReadOnlyList(ObservableList<T> base) |
Copyright © 2021 vpc open source initiative. All rights reserved.