|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts2.util.ContainUtil
public class ContainUtil
ContainUtil
will check if object 1 contains object 2.
Object 1 may be an Object, array, Collection, or a Map
Constructor Summary | |
---|---|
ContainUtil()
|
Method Summary | |
---|---|
static boolean |
contains(java.lang.Object obj1,
java.lang.Object obj2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContainUtil()
Method Detail |
---|
public static boolean contains(java.lang.Object obj1, java.lang.Object obj2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |