coins.simd
クラス BoundToLivebits

java.lang.Object
  |
  +--coins.simd.BoundToLivebits

public final class BoundToLivebits
extends java.lang.Object

Class for converting bounds into live bits.


コンストラクタの概要
BoundToLivebits()
           
 
メソッドの概要
static IntLive convert(IntBound bd)
          Converts a bound to live bits.
static IntConst cover(IntConst c)
          Makes a cover.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BoundToLivebits

public BoundToLivebits()
メソッドの詳細

convert

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

パラメータ:
bd - IntBound

cover

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

パラメータ:
c - IntConst