dataStructures
Class StudentRecord

java.lang.Object
  |
  +--dataStructures.ScoreObject
        |
        +--dataStructures.StudentRecord

public class StudentRecord
extends ScoreObject

class used by BinSort


Constructor Summary
StudentRecord(java.lang.String theName, int theScore)
          constructor
 
Method Summary
 java.lang.String toString()
          convert to a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StudentRecord

public StudentRecord(java.lang.String theName,
                     int theScore)
constructor
Method Detail

toString

public java.lang.String toString()
convert to a string
Overrides:
toString in class java.lang.Object