|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.apps.fnd.applcore.common.util.ArrayUtils
public class ArrayUtils
| Constructor Summary | |
|---|---|
ArrayUtils()
|
|
| Method Summary | |
|---|---|
static int |
findStringInArray(java.lang.String pStringToFind,
java.lang.String[] pStringToFindInArraysa)
Utility method that checks for a String in a String[] |
static boolean |
isStringInArray(java.lang.String pStringToFind,
java.lang.String[] pStringToFindInArraysa)
Utility method that checks if the given Sting is part of String[] |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayUtils()
| Method Detail |
|---|
public static int findStringInArray(java.lang.String pStringToFind,
java.lang.String[] pStringToFindInArraysa)
pStringToFind - String to be findpStringToFindInArraysa - of String array in which you want to find
the string
public static boolean isStringInArray(java.lang.String pStringToFind,
java.lang.String[] pStringToFindInArraysa)
pStringToFind - String to be findpStringToFindInArraysa - of String array in which you want to find
the string
|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||