|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.control.webharvest.extensions.localfolder.StringListUtil
public class StringListUtil
Utilities to handle list of strings
| Constructor Summary | |
|---|---|
StringListUtil()
|
|
| Method Summary | |
|---|---|
static List<String> |
head(List<String> lst,
int to)
Gets head of the list. |
static List<String> |
merge(List<String> lst1,
List<String> lst2)
Joins two lists in such a way that common end of the first list and common start with the second list are merged. |
static List<String> |
tail(List<String> lst,
int from)
Gets tail of the list |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringListUtil()
| Method Detail |
|---|
public static List<String> head(List<String> lst,
int to)
lst - source listto - end index
public static List<String> tail(List<String> lst,
int from)
lst - source listfrom - start index
public static List<String> merge(List<String> lst1,
List<String> lst2)
lst1 - first listlst2 - second list
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||