| Package | Description |
|---|---|
| asia.redact.bracket.properties |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicValueModel
Representation of properties values which accounts better for the actual complexity of a potential properties value.
|
class |
ImmutableValueModel
Immutable model
|
class |
UnsettableValueModel
A ValueModel in which the internals cannot be changed once the constructor is called.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ValueModel |
Entry.model |
(package private) ValueModel |
NodeImpl.value |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractMap<String,ValueModel> |
AbstractMapDerivedPropertiesBase.map |
| Modifier and Type | Method and Description |
|---|---|
ValueModel |
ValueModel.cloneImmutable() |
ValueModel |
ImmutableValueModel.cloneImmutable() |
ValueModel |
BasicValueModel.cloneImmutable() |
ValueModel |
Entry.getModel() |
ValueModel |
NodeImpl.getValue() |
ValueModel |
Node.getValue() |
ValueModel |
Entry.getValue()
Alternative
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ValueModel> |
PropertiesImpl.getPropertyMap() |
Map<String,ValueModel> |
Properties.getPropertyMap()
Can be used to get direct access to the Entry data structures
|
Map<String,ValueModel> |
ImmutablePropertiesImpl.getPropertyMap()
for compatibility with PropertiesImpl code
|
Map<String,ValueModel> |
ArrayListPropertiesImpl.getPropertyMap()
for compatibility with PropertiesImpl code
|
Collection<ValueModel> |
AbstractMapDerivedPropertiesBase.values() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeImpl.addChild(String name,
ValueModel model) |
void |
Node.addChild(String name,
ValueModel model) |
(package private) void |
TreeBuilder.createNode(String key,
ValueModel value,
String regex) |
(package private) void |
TreeBuilder.descend(Node node,
String path,
String[] parts,
ValueModel value,
int depth) |
void |
Entry.setModel(ValueModel model) |
| Constructor and Description |
|---|
Entry(String key,
ValueModel model) |
NodeImpl(String name,
ValueModel model) |
Copyright © 2011–2016 David R. Smith. All rights reserved.