Uses of Interface
org.planx.msd.number.IntExtractor

Packages that use IntExtractor
org.planx.msd   
org.planx.msd.number   
 

Uses of IntExtractor in org.planx.msd
 

Methods in org.planx.msd with parameters of type IntExtractor
<U,S> Collection<List<S>>
Memory.discriminate(List<? extends U> values, IntExtractor<U,S> e)
          Convenience method to easily use the Memory's dictionary.
 

Uses of IntExtractor in org.planx.msd.number
 

Classes in org.planx.msd.number that implement IntExtractor
protected  class NumberDiscriminator.ChunkExtractor<U>
          A ChunkExtractor is capable of extracting an integer chunk of bitsize CHUNK_BITSIZE beginning from the offset set by setOffset from the type U.
 

Methods in org.planx.msd.number with parameters of type IntExtractor
<U,S> Collection<List<S>>
IntegerDiscriminator.discriminate(List<? extends U> values, IntExtractor<U,S> e)
          Optimized integer discrimination, relying on an array of size 2^16, performing two passes.
 



Copyright © 2010. All Rights Reserved.