Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.classpath
Class Pointer  view Pointer download Pointer.java

java.lang.Object
  extended bygnu.classpath.Pointer
Direct Known Subclasses:
Pointer32, Pointer64

public abstract class Pointer
extends java.lang.Object

A type used to indicate special data used by native code that should not be marked by the garbage collector.


Constructor Summary
Pointer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pointer

public Pointer()