public abstract class MyNameIdentifier
extends java.lang.Object
| Constructor and Description |
|---|
MyNameIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.LinkedList<NameIdentifier> |
getNameIdentifiersInEntryOrder(java.lang.String in,
char c)
Gets a LinkedList of the non-empty strings which appear in the given input string between any occurrences of the given separator character
|
static java.util.LinkedHashSet<NameIdentifier> |
getNameIdentifiersInEntryOrderWithoutDuplicates(java.lang.String in,
char c)
Gets a LinkedList of the non-empty strings which appear in the given input string between any occurrences of the given separator character
|
public static java.util.LinkedList<NameIdentifier> getNameIdentifiersInEntryOrder(java.lang.String in, char c)
in - A string to be split, of which the individual nonempty portions are to be returned as a listc - The separator characterpublic static java.util.LinkedHashSet<NameIdentifier> getNameIdentifiersInEntryOrderWithoutDuplicates(java.lang.String in, char c)
in - A string to be split, of which the individual nonempty portions are to be returned as a listc - The separator character