pnuts.lang
Class Runtime.TypeMap

java.lang.Object
  extended by pnuts.lang.Runtime.TypeMap
Enclosing class:
Runtime

protected static class Runtime.TypeMap
extends java.lang.Object


Constructor Summary
Runtime.TypeMap(java.lang.Class type, java.lang.Object value, Runtime.TypeMap next)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Runtime.TypeMap

public Runtime.TypeMap(java.lang.Class type,
                       java.lang.Object value,
                       Runtime.TypeMap next)