public class LibraryScores extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
LibraryScores.Score |
| Constructor and Description |
|---|
LibraryScores() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAverageGrade()
The average grade of libraries
|
int |
getAverageScore()
The average score of libraries
|
List<LibraryScores.Score> |
getScores()
Return the library stats
|
public String getAverageGrade()
public int getAverageScore()
public List<LibraryScores.Score> getScores()
Copyright © 2021 Contrast Security. All rights reserved.