Package org.jlayer.util
Class AssociateUtil.D2D2
java.lang.Object
org.jlayer.util.ForkJoinUtil.ActionItem
org.jlayer.util.AssociateUtil.D2D2
- Enclosing class:
- AssociateUtil<T>
-
Field Summary
Modifier and TypeFieldDescription(package private) List<LayerIndex.D2>
(package private) List<LayerIndex.D2>
(package private) Relation
(package private) VectorLayer.D2<?,
T> (package private) Map<LayerIndex.D2,
List<LayerIndex.D2>> (package private) VectorLayer.D2<?,
T> (package private) int[][]
-
Constructor Summary
-
Method Summary
-
Field Details
-
xLayer
VectorLayer.D2<?,T> xLayer -
yLayer
VectorLayer.D2<?,T> yLayer -
rel
Relation rel -
ixList
List<LayerIndex.D2> ixList -
iyList
List<LayerIndex.D2> iyList -
xMap
Map<LayerIndex.D2,List<LayerIndex.D2>> xMap -
yLen
int[][] yLen
-
-
Constructor Details
-
D2D2
private D2D2()
-
-
Method Details
-
compute
protected abstract void compute()- Specified by:
compute
in classForkJoinUtil.ActionItem
-