Package org.jlayer.util
package org.jlayer.util
This package contains classes used for example in the generated classes.
-
ClassDescriptionThis class provides the actual implementation of
VectorLayer
's methodassociate()
.ConnectUtil<T>This class provides the actual implementation of VectorLayer's method connect().This class establishes the base for the parallel implementation of generatedLayerMethods
andVectorLayer's
special methods for connecting or associating layers.a tuple for representing slicesThis class establishes three nested classes being used as core elements for index generators for indices of dimension 1, 2 or 3.The core of an index generator for indices of dimension 1.The core of an index generator for indices of dimension 2.The core of an index generator for indices of dimension 3.This class is used for test purposes only.LayerAdapter<U,T> LayerAdapter.D1<U,T> LayerAdapter.D2<U,T> LayerAdapter.D3<U,T> LayerBase<U>LayerBase.D1<U>LayerBase.D2<U>LayerBase.D3<U>LayerCore<U,T> LayerCore.D1<U,T> LayerCore.D2<U,T> LayerCore.D3<U,T> The inner classes can be used as generators for layer indices, and if the elements are cloned, they can be used as elements of collections.This class provides the basic elements for the concurrent implementation of generatedLayerMethods
.MethodUtil.D1X<U,T> MethodUtil.D2X<U,T> MethodUtil.D3X<U,T> VectorLayerAdapter<U,T>