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
FieldsModifier and TypeFieldDescription(package private) AssociateUtil<T>(package private) ConnectUtil<T>(package private) VectorLayerAdapter<U,T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassociate(VectorLayer.D1<?, T> layer, Relation rel) voidassociate(VectorLayer.D2<?, T> layer, Relation rel) voidassociate(VectorLayer.D3<?, T> layer, Relation rel) voidassociate(VectorLayer<?, T> layer, Relation rel) voidvoidvoidvoidbooleanprotected abstract T[]newArray(int len) protected abstract TbooleanrefEquals(VectorLayerAdapter.D2<?, T> obj) Methods inherited from class org.jlayer.util.LayerAdapter.D2
isAdapterMethods 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:
connectin interfaceVectorLayer.D2<U,T>
-
connect
- Specified by:
connectin interfaceVectorLayer.D2<U,T>
-
connect
- Specified by:
connectin interfaceVectorLayer.D2<U,T>
-
connect
- Specified by:
connectin interfaceVectorLayer.D2<U,T>
-
associate
- Specified by:
associatein interfaceVectorLayer.D2<U,T>
-
associate
- Specified by:
associatein interfaceVectorLayer.D2<U,T>
-
associate
- Specified by:
associatein interfaceVectorLayer.D2<U,T>
-
associate
- Specified by:
associatein interfaceVectorLayer.D2<U,T>
-