jef.test.dummies
Class SimpleClassB

java.lang.Object
  extended by jef.test.dummies.SimpleClassB

public class SimpleClassB
extends java.lang.Object

Author:
frusso

Constructor Summary
SimpleClassB()
          Creates a new instance of SimpleClassB
 
Method Summary
 void bar()
           
protected  void barney()
           
 void fred()
           
 void sortInt()
           
 void sortInt(int[] a, int lo0, int hi0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleClassB

public SimpleClassB()
Creates a new instance of SimpleClassB

Method Detail

bar

public void bar()

fred

public void fred()

barney

protected void barney()

sortInt

public void sortInt(int[] a,
                    int lo0,
                    int hi0)

sortInt

public void sortInt()