org.tm4j.topicmap.utils.extractors .SizeExtractor

Description

Extracts an integer representing the size of the input object If the input object is a collection, returns the count of the number of objects contained in the collection. If the intput object is null, return 0. All other input values will return 1

Inheritance Hierarchy

Method Summary
java.lang.Object fn(java.lang.Object in)