Class ListAny
- java.lang.Object
-
- com.hello2morrow.sonargraph.api.model.any.Any
-
- com.hello2morrow.sonargraph.api.model.any.ListAny
-
public class ListAny extends Any
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Any>asList()booleanequals(java.lang.Object obj)Any.TypegetType()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ListAny
public ListAny(java.util.List<Any> list)
-
-