clojure.lang
Class MethodImplCache.Entry

java.lang.Object
  extended by clojure.lang.MethodImplCache.Entry
Enclosing class:
MethodImplCache

public static class MethodImplCache.Entry
extends Object


Field Summary
 Class c
           
 IFn fn
           
 
Constructor Summary
MethodImplCache.Entry(Class c, IFn fn)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c

public final Class c

fn

public final IFn fn
Constructor Detail

MethodImplCache.Entry

public MethodImplCache.Entry(Class c,
                             IFn fn)


Copyright © 2014. All Rights Reserved.