Class AssociateUtil<T>

java.lang.Object
org.jlayer.util.AssociateUtil<T>
Type Parameters:
T - the element type under consideration

public abstract class AssociateUtil<T> extends Object
This class provides the actual implementation of VectorLayer's method associate().

A flag controlling, whether the implementation uses the Fork/Join Framework, is set or get, respectively, by:

The abstract method items newObject() and newArray(int) return an object or an array of objects of the element type under consideration.

Author:
Gerd Kock
See Also: