Package com.majorana.maj_orm.ORM
Class MajStringUtls
java.lang.Object
com.majorana.maj_orm.ORM.MajStringUtls
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isInStringArray
(String[] potentialTargets, String test) Tests weather a target string is in an array
-
Constructor Details
-
MajStringUtls
public MajStringUtls()
-
-
Method Details
-
isInStringArray
Tests weather a target string is in an array- Parameters:
potentialTargets
-test
-- Returns:
- true if test in is the target srting array
-