Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.database.geometry |
Package for geometric support in Electric.
|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.util.collections |
Modifier and Type | Field and Description |
---|---|
ImmutableArrayList<CellBackup> |
Snapshot.cellBackups |
ImmutableArrayList<CellTree> |
Snapshot.cellTrees |
static ImmutableArrayList<LibraryBackup> |
LibraryBackup.EMPTY_LIST |
static ImmutableArrayList<CellTree> |
CellTree.EMPTY_LIST |
static ImmutableArrayList<CellRevision> |
CellRevision.EMPTY_LIST |
static ImmutableArrayList<CellBackup> |
CellBackup.EMPTY_LIST |
ImmutableArrayList<LibraryBackup> |
Snapshot.libBackups |
Modifier and Type | Field and Description |
---|---|
static ImmutableArrayList<ERectangle> |
ERectangle.EMPTY_LIST |
Modifier and Type | Field and Description |
---|---|
static ImmutableArrayList<Technology> |
Technology.EMPTY_LIST |
Modifier and Type | Method and Description |
---|---|
static <T> ImmutableArrayList<T> |
ImmutableArrayList.of(java.util.Collection<? extends T> c)
Constructs a list containing the elements of the specified
collection, in the order they are returned by the collection's
iterator.
|
static <T> ImmutableArrayList<T> |
ImmutableArrayList.of(T... elems)
Constructs a list containing the elements of the specified array.
|
ImmutableArrayList<E> |
ImmutableArrayList.with(E[] a) |