Package org.jlayer.util
Class VectorLayerAdapter.D2<U,T>
java.lang.Object
org.jlayer.util.LayerCore.D2<U,T>
org.jlayer.util.LayerAdapter.D2<U,T[]>
org.jlayer.util.VectorLayerAdapter.D2<U,T>
- All Implemented Interfaces:
Layer.D2<U,
,T[]> VectorLayer.D2<U,
T>
- Enclosing class:
- VectorLayerAdapter<U,
T>
public abstract static class VectorLayerAdapter.D2<U,T>
extends LayerAdapter.D2<U,T[]>
implements VectorLayer.D2<U,T>
-
Field Summary
Modifier and TypeFieldDescription(package private) AssociateUtil<T>
(package private) ConnectUtil<T>
(package private) VectorLayerAdapter<U,
T> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
associate
(VectorLayer.D1<?, T> layer, Relation rel) void
associate
(VectorLayer.D2<?, T> layer, Relation rel) void
associate
(VectorLayer.D3<?, T> layer, Relation rel) void
associate
(VectorLayer<?, T> layer, Relation rel) void
void
void
void
boolean
protected abstract T[]
newArray
(int len) protected abstract T
boolean
refEquals
(VectorLayerAdapter.D2<?, T> obj) Methods inherited from class org.jlayer.util.LayerAdapter.D2
isAdapter
Methods inherited from class org.jlayer.util.LayerCore.D2
iterator, xIterator, xIterator
-
Field Details
-
referenceItem
VectorLayerAdapter<U,T> referenceItem -
connectUtils
ConnectUtil<T> connectUtils -
associateUtils
AssociateUtil<T> associateUtils
-
-
Constructor Details
-
D2
public D2()
-
-
Method Details
-
equals
-
refEquals
-
newObject
-
newArray
-
connect
- Specified by:
connect
in interfaceVectorLayer.D2<U,
T>
-
connect
- Specified by:
connect
in interfaceVectorLayer.D2<U,
T>
-
connect
- Specified by:
connect
in interfaceVectorLayer.D2<U,
T>
-
connect
- Specified by:
connect
in interfaceVectorLayer.D2<U,
T>
-
associate
- Specified by:
associate
in interfaceVectorLayer.D2<U,
T>
-
associate
- Specified by:
associate
in interfaceVectorLayer.D2<U,
T>
-
associate
- Specified by:
associate
in interfaceVectorLayer.D2<U,
T>
-
associate
- Specified by:
associate
in interfaceVectorLayer.D2<U,
T>
-