| Package | Description |
|---|---|
| aQute.bnd.properties |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CopyOnWriteTextStore |
Copy-on-write
ITextStore wrapper. |
class |
GapTextStore |
Implements a gap managing text store.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ITextStore |
CopyOnWriteTextStore.fTextStore |
The underlying "real" text store
|
| Constructor | Description |
|---|---|
CopyOnWriteTextStore(ITextStore modifiableTextStore) |
Creates an empty text store.
|