| Modifier and Type | Field and Description |
|---|---|
static byte |
SHIFT_BOTH |
static byte |
SHIFT_LONG |
static byte |
SHIFT_SHORT |
| Constructor and Description |
|---|
AlignmentFactory(char[] longForm,
char[] shortForm) |
AlignmentFactory(String longForm,
String shortForm) |
| Modifier and Type | Method and Description |
|---|---|
static String |
dumpIntArray(int[] a) |
Iterator<Alignment> |
getAlignments() |
ArrayList<Alignment> |
getAlignmentsList() |
static void |
main(String[] args) |
static char[] |
toLower(char[] in) |
public static final byte SHIFT_LONG
public static final byte SHIFT_SHORT
public static final byte SHIFT_BOTH
public static char[] toLower(char[] in)
public static String dumpIntArray(int[] a)