org.planx.msd.number
Class DoubleDiscriminator
java.lang.Object
org.planx.msd.util.AbstractDiscriminator<T>
org.planx.msd.number.NumberDiscriminator<Double>
org.planx.msd.number.DoubleDiscriminator
- All Implemented Interfaces:
- Discriminator<Double>
public class DoubleDiscriminator
- extends NumberDiscriminator<Double>
A Discriminator capable of discriminating a multiset of
Double objects.
- Author:
- Thomas Ambus
|
Method Summary |
protected int |
bitsize()
Returns the total bitsize of the specific type of number. |
protected
|
chunkExtractor(Extractor<U,? extends Double,?> e)
returns a ChunkExtractor for the specific type of number. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleDiscriminator
public DoubleDiscriminator(Memory memory)
bitsize
protected int bitsize()
- Description copied from class:
NumberDiscriminator
- Returns the total bitsize of the specific type of number.
- Specified by:
bitsize in class NumberDiscriminator<Double>
chunkExtractor
protected <U> NumberDiscriminator.ChunkExtractor<U> chunkExtractor(Extractor<U,? extends Double,?> e)
- Description copied from class:
NumberDiscriminator
- returns a
ChunkExtractor for the specific type of number.
- Specified by:
chunkExtractor in class NumberDiscriminator<Double>
Copyright © 2010. All Rights Reserved.