org.apache.velocity.util.introspection
Class MethodMap.Twonk

java.lang.Object
  |
  +--org.apache.velocity.util.introspection.MethodMap.Twonk
Enclosing class:
MethodMap

private class MethodMap.Twonk
extends java.lang.Object

little class to hold 'distance' information for calling params, as well as determine specificity


Field Summary
 int distance
           
 int[] vec
           
 
Constructor Summary
MethodMap.Twonk(int size)
           
 
Method Summary
 int moreSpecific(MethodMap.Twonk other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

distance

public int distance

vec

public int[] vec
Constructor Detail

MethodMap.Twonk

public MethodMap.Twonk(int size)
Method Detail

moreSpecific

public int moreSpecific(MethodMap.Twonk other)


Copyright ? 2003 Apache Software Foundation. All Rights Reserved.