"

2013 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.Klass


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


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"