public interface Classifier<C,T>
Classifier is just a
map from objects of one type to objects of another type.| 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 © 2016 SpringSource. All rights reserved.