Class Pointer<P>
- java.lang.Object
-
- de.uka.ipd.sdq.dsexplore.tools.primitives.Pointer<P>
-
- Type Parameters:
P
- the object type
public final class Pointer<P> extends Object
This class represents a simple pointer to an object.
-
-
Constructor Detail
-
Pointer
public Pointer()
-
Pointer
public Pointer(P p)
-
-