Package | Description |
---|---|
aQute.bnd.properties |
Modifier and Type | Class and Description |
---|---|
class |
CopyOnWriteTextStore
Copy-on-write
ITextStore wrapper. |
private static class |
CopyOnWriteTextStore.StringTextStore
An unmodifiable String based text store.
|
class |
GapTextStore
Implements a gap managing text store.
|
Modifier and Type | Field and Description |
---|---|
private ITextStore |
CopyOnWriteTextStore.fModifiableTextStore
A modifiable
ITextStore instance |
protected ITextStore |
CopyOnWriteTextStore.fTextStore
The underlying "real" text store
|
private ITextStore |
Document.textStore |
Constructor and Description |
---|
CopyOnWriteTextStore(ITextStore modifiableTextStore)
Creates an empty text store.
|