C# Class AppStudents, ave-2015-16-sem1-i41n

Mostra file Open project: isel-leic-ave/ave-2015-16-sem1-i41n

Public Methods

Method Description
Main ( String args ) : void
sortStudents ( List stds, ComparatorStudent cmp ) : void

Method Details

Main() public static method

public static Main ( String args ) : void
args String
return void

sortStudents() public static method

public static sortStudents ( List stds, ComparatorStudent cmp ) : void
stds List
cmp ComparatorStudent
return void