Class SemesterList

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

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

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

Constructor Summary
SemesterList()
           
 
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

SemesterList

public SemesterList()
Method Detail

sort

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

Returns:
Vector containing sorted elements.