Class BucketTable

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Bucket>, Collection<Bucket>, List<Bucket>

public class BucketTable extends ModelComponentTable<Bucket>
A list of Buckets in a BucketSet. There must always be at least one bucket. You cannot remove the last bucket.
See Also: