Package com.enonic.xp.aggregation
Class Buckets
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntitySet<Bucket>
-
- com.enonic.xp.aggregation.Buckets
-
@PublicApi public class Buckets extends AbstractImmutableEntitySet<Bucket>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Buckets.Builder
-
Field Summary
-
Fields inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
set
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Buckets.Builder
create()
-
Methods inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
create
public static Buckets.Builder create()
-
-