2010 FRC Java API


com.sun.squawk
Class ObjectAssociation

java.lang.Object
  extended by com.sun.squawk.ObjectAssociation

public final class ObjectAssociation
extends Object

An Object association is the logical extension of an object that is used to hold rarely used information like the monitor and hashcode. This data structure is placed between an object and its class when a hash code or monitor is needed for the object. The first two words of this data structure match exactly the first two in com.sun.squawk.Class


Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.