Package | Description |
---|---|
org.apache.maven.jxr.util |
Modifier and Type | Method and Description |
---|---|
static List<StringEntry> |
SimpleWordTokenizer.tokenize(String line)
Break the given line into multiple StringUtils
|
static List<StringEntry> |
SimpleWordTokenizer.tokenize(String line,
String find)
Tokenize the given line but only return StringUtils that match the parameter find.
|
Modifier and Type | Method and Description |
---|---|
int |
StringEntry.compareTo(StringEntry se)
Compare two objects for equality.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.