public class SimpleBucket extends Object implements Bucket
SimpleBucket is a bucket representing a single value.| Constructor and Description |
|---|
SimpleBucket(Predicate predicate,
String value)
Creates a new bucket with the given
value. |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
Predicate |
getPredicate() |
String |
getValue() |
void |
increment()
Increments the count of this bucket.
|
public void increment()
public long getCount()
public String getValue()
public Predicate getPredicate()
getPredicate in interface BucketCopyright © 2010 - 2020 Adobe. All Rights Reserved