Package | Description |
---|---|
com.sun.electric.database.geometry |
Package for geometric support in Electric.
|
com.sun.electric.database.variable |
Package for handling variables.
|
Modifier and Type | Method and Description |
---|---|
static <T> void |
GenMath.addToBag(java.util.Map<T,GenMath.MutableInteger> bag,
java.util.Map<T,GenMath.MutableInteger> otherBag)
Adds to bag another bag.
|
static <T> void |
GenMath.addToBag(java.util.Map<T,GenMath.MutableInteger> bag,
java.util.Map<T,GenMath.MutableInteger> otherBag)
Adds to bag another bag.
|
static <T> void |
GenMath.addToBag(java.util.Map<T,GenMath.MutableInteger> bag,
T key)
Increments count to object in a bag.
|
static <T> void |
GenMath.addToBag(java.util.Map<T,GenMath.MutableInteger> bag,
T key,
int c)
Adds to count of object in a bag.
|
static <T> int |
GenMath.countInBag(java.util.Map<T,GenMath.MutableInteger> bag,
T key)
Method to return the a value at a location in a collection.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ElectricObject.uniqueObjectName(java.lang.String name,
Cell cell,
java.lang.Class cls,
java.util.Set already,
java.util.Map<java.lang.String,GenMath.MutableInteger> nextPlainIndex,
boolean leaveIndexValues)
Method to return a unique object name in a Cell.
|