Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
Modifier and Type | Class and Description |
---|---|
static class |
CellRevisionProviderDefault.ImmutableExportIterable
Immutable list of ImmutableExports
|
Modifier and Type | Field and Description |
---|---|
ImmutableExport.Iterable |
CellRevision.exports
An array of Exports on the Cell by chronological index.
|
Modifier and Type | Method and Description |
---|---|
protected ImmutableExport.Iterable |
CellRevisionProviderDefault.createExportList(ImmutableExport[] elems,
ImmutableExport.Iterable oldList) |
protected abstract ImmutableExport.Iterable |
CellRevisionProvider.createExportList(ImmutableExport[] elems,
ImmutableExport.Iterable oldList)
Creates a list of ImmutableExports that contains specified elements.
|
Modifier and Type | Method and Description |
---|---|
protected ImmutableExport.Iterable |
CellRevisionProviderDefault.createExportList(ImmutableExport[] elems,
ImmutableExport.Iterable oldList) |
protected abstract ImmutableExport.Iterable |
CellRevisionProvider.createExportList(ImmutableExport[] elems,
ImmutableExport.Iterable oldList)
Creates a list of ImmutableExports that contains specified elements.
|