Home | History | Annotate | Download | only in plaintext

Lines Matching defs:textList

2203     List<String> textList = Arrays.asList(textline.split("\n"));
2204 LinkedList<String> text = new LinkedList<String>(textList);