org.planx.msd.number
Interface IntExtractor<U,S>

All Known Implementing Classes:
NumberDiscriminator.ChunkExtractor

public interface IntExtractor<U,S>

Efficient int (instead of Integer) extractor used in this package.


Method Summary
 int getLabel(U elm)
           
 S getValue(U elm)
           
 

Method Detail

getLabel

int getLabel(U elm)

getValue

S getValue(U elm)


Copyright © 2010. All Rights Reserved.