| Package | Description |
|---|---|
| asia.redact.bracket.properties |
| Modifier and Type | Field and Description |
|---|---|
protected Entry[] |
ImmutablePropertiesImpl.array |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<Entry> |
ArrayListPropertiesImpl.list |
| Modifier and Type | Method and Description |
|---|---|
Entry |
ImmutablePropertiesImpl.atIndex(int index) |
Entry |
ArrayListPropertiesImpl.atIndex(int index)
Return null if out of bounds
|
Entry |
AbstractMapDerivedPropertiesBase.atIndex(int index) |
Entry |
ImmutablePropertiesImpl.find(String key)
Given a key, locate our Entry in the array.
|
Entry |
ArrayListPropertiesImpl.find(String key)
Given a key, locate our Entry in the array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesImpl.put(Entry entry) |
void |
Properties.put(Entry entry) |
void |
ImmutablePropertiesImpl.put(Entry entry) |
void |
ArrayListPropertiesImpl.put(Entry entry)
Useful for adding e.g., ImmutableValueObjects
|
void |
ArrayListPropertiesImpl.update(Entry entry)
Update a position based on the key found in the entry.
|
void |
ArrayListPropertiesImpl.updateAt(int index,
Entry entry)
Update an entry by index.
|
| Constructor and Description |
|---|
ImmutablePropertiesImpl(Entry[] list) |
| Constructor and Description |
|---|
ArrayListPropertiesImpl(ArrayList<Entry> list) |
ImmutablePropertiesImpl(ArrayList<Entry> list) |
Copyright © 2011–2016 David R. Smith. All rights reserved.