package sort;

public enum Bound {
	LOWER, UPPER, LOWHIGH, ANY, EQUALS;
}