public class CollectionUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isListSetMap(java.lang.String clsName)
determines if the current class name is derived from List, Set or Map
|
public static boolean isListSetMap(java.lang.String clsName) throws java.lang.ClassNotFoundException
clsName
- the class to determine it's parentagejava.lang.ClassNotFoundException
- if the cls parameter can't be foundCopyright © 2005-2015 MeBigFatGuy.com. All Rights Reserved.