Package org.jlayer.util
Class VectorLayerAdapter.D1<U,T>
java.lang.Object
org.jlayer.util.LayerCore.D1<U,T>
org.jlayer.util.LayerAdapter.D1<U,T[]>
org.jlayer.util.VectorLayerAdapter.D1<U,T>
- All Implemented Interfaces:
Layer.D1<U,,T[]> VectorLayer.D1<U,T>
- Enclosing class:
- VectorLayerAdapter<U,
T>
public abstract static class VectorLayerAdapter.D1<U,T>
extends LayerAdapter.D1<U,T[]>
implements VectorLayer.D1<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.D1<?, T> obj) Methods inherited from class org.jlayer.util.LayerAdapter.D1
isAdapterMethods inherited from class org.jlayer.util.LayerCore.D1
iterator, xIterator, xIterator
-
Field Details
-
referenceItem
VectorLayerAdapter<U,T> referenceItem -
connectUtils
ConnectUtil<T> connectUtils -
associateUtils
AssociateUtil<T> associateUtils
-
-
Constructor Details
-
D1
public D1()
-
-
Method Details
-
equals
-
refEquals
-
newObject
-
newArray
-
connect
- Specified by:
connectin interfaceVectorLayer.D1<U,T>
-
connect
- Specified by:
connectin interfaceVectorLayer.D1<U,T>
-
connect
- Specified by:
connectin interfaceVectorLayer.D1<U,T>
-
connect
- Specified by:
connectin interfaceVectorLayer.D1<U,T>
-
associate
- Specified by:
associatein interfaceVectorLayer.D1<U,T>
-
associate
- Specified by:
associatein interfaceVectorLayer.D1<U,T>
-
associate
- Specified by:
associatein interfaceVectorLayer.D1<U,T>
-
associate
- Specified by:
associatein interfaceVectorLayer.D1<U,T>
-