Class MetaShift

java.lang.Object
io.nosqlbench.virtdata.library.basics.core.lfsrs.MetaShift

public class MetaShift
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  MetaShift.Func
    This Shifty Imp can provide some data for you.
    static class  MetaShift.GaloisData  
    static class  MetaShift.Masks  
  • Constructor Summary

    Constructors 
    Constructor Description
    MetaShift()  
  • Method Summary

    Modifier and Type Method Description
    static MetaShift.Func forSizeAndBank​(long size, int selector)  
    static MetaShift.Func forSizeAndModulo​(long size, int modulo)  
    static int getMsbPosition​(long value)  
    static long maskForMsb​(long period)  
    static java.lang.String toBitString​(int value)  
    static java.lang.String toBitString​(int value, int len)  
    static java.lang.String toBitString​(long value)  
    static java.lang.String toBitString​(long value, long len)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details