|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.dms.kjc.iterator.Memoizer
public class Memoizer
In this implementation, an object is memoized iff it is immutable.
Method Summary | |
---|---|
protected static boolean |
compareStructure(Object o1,
Object o2)
Returns whether or not |
static boolean |
isPrimitiveWrapper(Object o)
Returns whether or not |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected static boolean compareStructure(Object o1, Object o2)
public static boolean isPrimitiveWrapper(Object o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |