org.codehaus.groovy.runtime.typehandling
Class ClassDistance

java.lang.Object
  extended by org.codehaus.groovy.runtime.typehandling.ClassDistance

public class ClassDistance
extends java.lang.Object


Nested Class Summary
private static class ClassDistance.Entry
           
private static class ClassDistance.LinearEntry
           
 
Field Summary
private static java.util.WeakHashMap CLASS_DISTANCES
           
 
Constructor Summary
ClassDistance()
           
 
Method Summary
private static void initialPopulate()
           
private static void popultate(java.lang.Class clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_DISTANCES

private static final java.util.WeakHashMap CLASS_DISTANCES
Constructor Detail

ClassDistance

public ClassDistance()
Method Detail

initialPopulate

private static void initialPopulate()

popultate

private static void popultate(java.lang.Class clazz)


Copyright © ${year} The Codehaus. All Rights Reserved.