|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArrayUtil | |
|---|---|
| com.sibvisions.rad.server | Contains remote server classes and dependent components. |
| com.sibvisions.util | Contains library independent utility classes. |
| com.sibvisions.util.type | Contains utility classes for special types/classes. |
| Uses of ArrayUtil in com.sibvisions.rad.server |
|---|
| Methods in com.sibvisions.rad.server that return ArrayUtil | |
|---|---|
ArrayUtil<Object> |
Monitoring.getSessionIds()
Gets the session identifiers of all currently opened sessions. |
| Uses of ArrayUtil in com.sibvisions.util |
|---|
| Methods in com.sibvisions.util that return ArrayUtil | |
|---|---|
ArrayUtil<E> |
ArrayUtil.clone()
Returns a shallow copy of this ArrayUtil instance. |
| Uses of ArrayUtil in com.sibvisions.util.type |
|---|
| Methods in com.sibvisions.util.type that return ArrayUtil | |
|---|---|
static ArrayUtil<String> |
StringUtil.separate(String pText,
String pStartDelimiter,
String pEndDelimiter,
boolean pIncludeDelimiter)
Separates the given text in parts. |
static ArrayUtil<String> |
StringUtil.separateList(String pList,
String pDelimiter,
boolean pTrim)
Separates a string of values with a configurable delimiter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||