Class RuleSet.BucketList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Expression.ArithmeticExpression>, Collection<Expression.ArithmeticExpression>, List<Expression.ArithmeticExpression>, RandomAccess
Enclosing class:
RuleSet

public static class RuleSet.BucketList
extends Vector<Expression.ArithmeticExpression>
A BucketList represents the information about the destination buckets given in the "buckets" field of an atom. It is a list of arithmetic expressions, each of which can be a numeric constant or a more complicated expressions making use of the "bucket arithmetic" and "bucket variables".
See Also:
Serialized Form