public class PcTargetHostsUtils extends Object
| Constructor and Description |
|---|
PcTargetHostsUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getNodeListFromStringLineSeperateOrSpaceSeperate(String listStr,
boolean removeDuplicate)
Gets the node list from string line seperate or space seperate.
|
static void |
main(String[] args)
Must have maximum limit.
|
static int |
removeDuplicateNodeList(List<String> list)
Removes the duplicate node list.
|
public static void main(String[] args)
args - the argumentspublic static List<String> getNodeListFromStringLineSeperateOrSpaceSeperate(String listStr, boolean removeDuplicate)
listStr - the list strremoveDuplicate - the remove duplicateCopyright © 2015–2016 eBay. All rights reserved.