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