public static class DiagnosticFrequencyMap.Limited extends DiagnosticFrequencyMap.Unlimited
DiagnosticFrequencyMap.Limited, DiagnosticFrequencyMap.Unlimited
Modifier and Type | Method and Description |
---|---|
boolean |
isFull()
Queries whether I am full to capacity, unable to accept any more diagnostics.
|
add, addDiagnosticFilter, appendTo, clear, getDiscardedSeverity, isEmpty, iterator, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAll, limitedTo, unlimited
forEach, spliterator
public boolean isFull()
DiagnosticFrequencyMap
isFull
in interface DiagnosticFrequencyMap
isFull
in class DiagnosticFrequencyMap.Unlimited
true
if I have reached my limit of diagnostics; false
, otherwiseCopyright © 2019. All rights reserved.