Class Bucket
java.lang.Object
gov.nasa.pds.web.ui.containers.dataSet.Bucket
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintGets a count of problems in this bucket.booleanisFull()
-
Constructor Details
-
Bucket
public Bucket() -
Bucket
-
-
Method Details
-
isFull
public boolean isFull() -
addProblem
-
getProblems
-
getProblemCount
public int getProblemCount()Gets a count of problems in this bucket.- Returns:
- the count of problems
-