public class Bucket
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Bucket() |
Bucket(java.lang.Long bucketSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
addProblem(ValidationResults.SimpleProblem problem) |
int |
getProblemCount()
Gets a count of problems in this bucket.
|
java.util.List<ValidationResults.SimpleProblem> |
getProblems() |
boolean |
isFull() |
public boolean isFull()
public boolean addProblem(ValidationResults.SimpleProblem problem)
public java.util.List<ValidationResults.SimpleProblem> getProblems()
public int getProblemCount()
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.