Package de.mediathekview.mlib.tool
Class ReplaceList
- java.lang.Object
-
- de.mediathekview.mlib.tool.ReplaceList
-
public final class ReplaceList extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String[]COLUMN_NAMESstatic LinkedList<String[]>liststatic intMAX_ELEMstatic StringNACHstatic intNACH_NRstatic StringREPLACELISTstatic StringVONstatic intVON_NR
-
Constructor Summary
Constructors Constructor Description ReplaceList()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancheck()static voidinit()static Stringreplace(String strCheck, boolean pfad)static intup(int idx, boolean up)
-
-
-
Field Detail
-
REPLACELIST
public static final String REPLACELIST
- See Also:
- Constant Field Values
-
VON
public static final String VON
- See Also:
- Constant Field Values
-
VON_NR
public static final int VON_NR
- See Also:
- Constant Field Values
-
NACH
public static final String NACH
- See Also:
- Constant Field Values
-
NACH_NR
public static final int NACH_NR
- See Also:
- Constant Field Values
-
COLUMN_NAMES
public static final String[] COLUMN_NAMES
-
MAX_ELEM
public static final int MAX_ELEM
- See Also:
- Constant Field Values
-
list
public static LinkedList<String[]> list
-
-