Package hudson.matrix

Class Combination

All Implemented Interfaces:
Serializable, Cloneable, Comparable<Combination>, Map<String,String>, NavigableMap<String,String>, SortedMap<String,String>

public final class Combination extends TreeMap<String,String> implements Comparable<Combination>
A particular combination of Axis values. For example, when axes are "x={1,2},y={3,4}", then [x=1,y=3] is a combination (out of 4 possible combinations)
Author:
Kohsuke Kawaguchi
See Also: