Class StudentList

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byStudentList
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class StudentList
extends java.util.Hashtable
implements java.io.Serializable

Version:
1.0
Author:
Jeshurun Ray Flores
See Also:
Hashtable, Serialized Form

Constructor Summary
StudentList()
           
 
Method Summary
 java.util.Vector sort()
          Sorts the Semester List according to Semester Code in ascending order
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StudentList

public StudentList()
Method Detail

sort

public java.util.Vector sort()
Sorts the Semester List according to Semester Code in ascending order

Returns:
Vector containing sorted elements.