net.damf.generic
Class GenericLoop

java.lang.Object
  extended by net.damf.generic.GenericLoop

public class GenericLoop
extends java.lang.Object


Field Summary
private  int[] length
           
private  java.lang.reflect.Method method
           
private  java.lang.Object object
           
 
Constructor Summary
GenericLoop(int[] len, java.lang.Object ob, java.lang.reflect.Method meth)
           
 
Method Summary
private  void loop()
           
private  void loop(int posIn, int[] ib1)
           
private  void singleLoop(int[] ib1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

length

private int[] length

object

private java.lang.Object object

method

private java.lang.reflect.Method method
Constructor Detail

GenericLoop

public GenericLoop(int[] len,
                   java.lang.Object ob,
                   java.lang.reflect.Method meth)
Method Detail

loop

private void loop()

loop

private void loop(int posIn,
                  int[] ib1)

singleLoop

private void singleLoop(int[] ib1)