public interface Classifier<C,T> extends Serializable
Classifier is just a map from
 objects of one type to objects of another type.
 Note that implementations can only be serializable if the parameter types are
 themselves serializable.| Modifier and Type | Method and Description | 
|---|---|
| T | classify(C classifiable)Classify the given object and return an object of a different type, possibly an
 enumerated type. | 
Copyright © 2018 SpringSource. All rights reserved.