coins.simd
Class BoundToLivebits

java.lang.Object
  extended bycoins.simd.BoundToLivebits

public final class BoundToLivebits
extends java.lang.Object

Class for converting bounds into live bits.


Constructor Summary
BoundToLivebits()
           
 
Method Summary
static IntLive convert(IntBound bd)
          Converts a bound to live bits.
static IntConst cover(IntConst c)
          Makes a cover.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundToLivebits

public BoundToLivebits()
Method Detail

convert

public static IntLive convert(IntBound bd)
Converts a bound to live bits.

Parameters:
bd - IntBound

cover

public static IntConst cover(IntConst c)
Makes a cover.

Parameters:
c - IntConst