|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImmutableArrayList | |
---|---|
com.sun.electric.database | Package for the Electric database. |
com.sun.electric.database.geometry | Package for geometric support in Electric. |
com.sun.electric.database.text | Package for handling text. |
com.sun.electric.database.topology | Package for connected Nodes and Arcs. |
com.sun.electric.technology | Package for handling technology information. |
Uses of ImmutableArrayList in com.sun.electric.database |
---|
Fields in com.sun.electric.database declared as ImmutableArrayList | |
---|---|
ImmutableArrayList<ImmutableArcInst> |
CellRevision.arcs
A list of ArcInsts in this Cell. |
ImmutableArrayList<CellBackup> |
Snapshot.cellBackups
|
static ImmutableArrayList<LibraryBackup> |
LibraryBackup.EMPTY_LIST
|
static ImmutableArrayList<ImmutableNodeInst> |
ImmutableNodeInst.EMPTY_LIST
|
static ImmutableArrayList<ImmutableExport> |
ImmutableExport.EMPTY_LIST
|
static ImmutableArrayList<ImmutableArcInst> |
ImmutableArcInst.EMPTY_LIST
|
static ImmutableArrayList<CellRevision> |
CellRevision.EMPTY_LIST
|
static ImmutableArrayList<CellBackup> |
CellBackup.EMPTY_LIST
|
ImmutableArrayList<ImmutableExport> |
CellRevision.exports
An array of Exports on the Cell by chronological index. |
ImmutableArrayList<LibraryBackup> |
Snapshot.libBackups
|
ImmutableArrayList<ImmutableNodeInst> |
CellRevision.nodes
A list of NodeInsts in this Cell. |
Methods in com.sun.electric.database that return ImmutableArrayList | |
---|---|
ImmutableArrayList<ImmutableArcInst> |
CellBackup.Memoization.getArcs()
|
Uses of ImmutableArrayList in com.sun.electric.database.geometry |
---|
Fields in com.sun.electric.database.geometry declared as ImmutableArrayList | |
---|---|
static ImmutableArrayList<ERectangle> |
ERectangle.EMPTY_LIST
|
Uses of ImmutableArrayList in com.sun.electric.database.text |
---|
Methods in com.sun.electric.database.text that return ImmutableArrayList | |
---|---|
ImmutableArrayList<E> |
ImmutableArrayList.with(E[] a)
|
Uses of ImmutableArrayList in com.sun.electric.database.topology |
---|
Methods in com.sun.electric.database.topology with parameters of type ImmutableArrayList | |
---|---|
ImmutableArcInst[] |
Topology.backupArcs(ImmutableArrayList<ImmutableArcInst> oldArcs)
|
Uses of ImmutableArrayList in com.sun.electric.technology |
---|
Fields in com.sun.electric.technology declared as ImmutableArrayList | |
---|---|
static ImmutableArrayList<Technology> |
Technology.EMPTY_LIST
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |