Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
AppStudents
C# Class AppStudents, ave-2015-16-sem1-i41n
Exibir arquivo
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