de.mindcrimeilab.util
Interface Accessor<V,C>

All Known Implementing Classes:
DefaultMutableTreeNodeAccessor, MapEntryAccessor, SimilarTypeEntryAccessor

public interface Accessor<V,C>

Interface to access wrapped values where V is the value and C is the class of the object to get the value from.

Version:
$Revision: 165 $
Author:
Michael Engelhardt, $Author: agony $

Method Summary
 V getValue(C object)
          Retrun value V from given object of class C
 

Method Detail

getValue

V getValue(C object)
Retrun value V from given object of class C

Parameters:
object - of type C to get object from.
Returns:
instance of V


Copyright © 2010. All Rights Reserved.