|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntegerMap | |
complex | |
geoComplex | |
geometry |
Uses of IntegerMap in complex |
Classes in complex that implement IntegerMap | |
class |
IntegerTreeMap
A simple implementation of an IntegerMap , using a
TreeMap with value-type Integer . |
Fields in complex declared as IntegerMap | |
private IntegerMap |
StandardCell.boundary
|
Methods in complex that return IntegerMap | |
IntegerMap |
StandardCell.getBoundary()
|
IntegerMap |
DBCell.getBoundary()
|
IntegerMap |
Complex.boundary(IntegerMap cells)
Calculates the boundary of a set of cells. |
IntegerMap |
Cell.getBoundary()
Returns the boundary of this cell. |
IntegerMap |
AbstractComplex.boundary(IntegerMap cells)
|
Methods in complex with parameters of type IntegerMap | |
void |
IntegerTreeMap.add(IntegerMap map)
|
void |
IntegerTreeMap.addMultiple(IntegerMap map,
int factor)
|
void |
IntegerMap.add(IntegerMap map)
Adds another IntegerMap to this map, by adding each entry
using add(Object, int) . |
void |
IntegerMap.addMultiple(IntegerMap map,
int factor)
Adds a multiple of another IntegerMap to this map,
which is (almost) equivalent to add(map.multiply(factor)),
except that the other map remains unchanged. |
IntegerMap |
Complex.boundary(IntegerMap cells)
Calculates the boundary of a set of cells. |
IntegerMap |
AbstractComplex.boundary(IntegerMap cells)
|
Constructors in complex with parameters of type IntegerMap | |
StandardCell(CellID id,
IntegerMap map,
int dim,
Complex complex)
|
|
IntegerTreeMap(IntegerMap m)
Constructs a new map containing the same mappings as the given map. |
Uses of IntegerMap in geoComplex |
Methods in geoComplex that return IntegerMap | |
static IntegerMap |
GeoCellTools.makeBoundary(GeoComplex complex,
java.util.Collection boundary)
Ting |
Constructors in geoComplex with parameters of type IntegerMap | |
GeoBoundaryIterator(GeoComplex complex,
IntegerMap boundary)
|
|
StandardGeoCell(CellID id,
IntegerMap map,
int dim,
Geometry geo,
GeoComplex geoComplex)
|
|
StandardGeoCell(CellID id,
IntegerMap map,
int dim,
GeoComplex geoComplex)
|
Uses of IntegerMap in geometry |
Constructors in geometry with parameters of type IntegerMap | |
GeoBoundaryIterator(GeoComplex complex,
IntegerMap boundary)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |