|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArrayUtil | |
---|---|
com.sibvisions.rad.persist | Contains implementations of the persistence definitions. |
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.persist |
---|
Subclasses of ArrayUtil in com.sibvisions.rad.persist | |
---|---|
protected static class |
AbstractStorage.AllFetchedList<E>
The AllFetchedList is an ArrayUtil wrapper that implements the marker interface
IAllFetched . |
Uses of ArrayUtil in com.sibvisions.rad.server |
---|
Methods in com.sibvisions.rad.server that return ArrayUtil | |
---|---|
ArrayUtil<java.lang.Object> |
Monitoring.getMasterSessionIds()
Gets all available master session ids. |
ArrayUtil<java.lang.Object> |
Monitoring.getMasterSessionIds(java.lang.String pApplicationName)
Gets all available master session ids for a specific application. |
ArrayUtil<java.lang.Object> |
Monitoring.getSessionIds()
Gets the session identifiers of all currently opened sessions. |
ArrayUtil<java.lang.Object> |
Monitoring.getSubSessionIds(java.lang.Object pSessionId)
Gets all available sub sessions for the given master session. |
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<java.lang.String> |
StringUtil.separate(java.lang.String pText,
java.lang.String pStartDelimiter,
java.lang.String pEndDelimiter,
boolean pIncludeDelimiter)
Separates the given text in parts. |
static ArrayUtil<java.lang.String> |
StringUtil.separateList(java.lang.String pList,
java.lang.String pDelimiter,
boolean pTrim)
Separates a string of values with a configurable delimiter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |