|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenMath.MutableInteger | |
---|---|
com.sun.electric.database.geometry | Package for geometric support in Electric. |
com.sun.electric.database.variable | Package for handling variables. |
Uses of GenMath.MutableInteger in com.sun.electric.database.geometry |
---|
Method parameters in com.sun.electric.database.geometry with type arguments of type GenMath.MutableInteger | ||
---|---|---|
static
|
GenMath.addToBag(java.util.Map<T,GenMath.MutableInteger> bag,
java.util.Map<T,GenMath.MutableInteger> otherBag)
Adds to bag another bag. |
|
static
|
GenMath.addToBag(java.util.Map<T,GenMath.MutableInteger> bag,
java.util.Map<T,GenMath.MutableInteger> otherBag)
Adds to bag another bag. |
|
static
|
GenMath.addToBag(java.util.Map<T,GenMath.MutableInteger> bag,
T key)
Increments count to object in a bag. |
|
static
|
GenMath.addToBag(java.util.Map<T,GenMath.MutableInteger> bag,
T key,
int c)
Adds to count of object in a bag. |
|
static
|
GenMath.countInBag(java.util.Map<T,GenMath.MutableInteger> bag,
T key)
Method to return the a value at a location in a collection. |
Uses of GenMath.MutableInteger in com.sun.electric.database.variable |
---|
Method parameters in com.sun.electric.database.variable with type arguments of type GenMath.MutableInteger | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |