il2.inf.structure
Class JoinTreeStats

Object
  extended by JoinTreeStats

public abstract class JoinTreeStats
extends Object

il2.inf.structure.JoinTreeStats

Since:
072803
Author:
Keith Cascio

Nested Class Summary
static interface JoinTreeStats.Stat
           
static class JoinTreeStats.StatImpl
           
static interface JoinTreeStats.StatsSource
           
 
Field Summary
static BigInteger BIGINTEGER_TWO
           
static double DOUBLE_INVERSE_LN_2
           
 
Constructor Summary
JoinTreeStats()
           
 
Method Summary
static BigInteger logBaseTwo(BigInteger arg)
           
static double logBaseTwo(double arg)
           
static String toStringGrouped(BigInteger biggy)
           
static String toStringGrouped(BigInteger biggy, char separator, int groupsize, int radix)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOUBLE_INVERSE_LN_2

public static final double DOUBLE_INVERSE_LN_2

BIGINTEGER_TWO

public static final BigInteger BIGINTEGER_TWO
Constructor Detail

JoinTreeStats

public JoinTreeStats()
Method Detail

toStringGrouped

public static final String toStringGrouped(BigInteger biggy)
Since:
020405

toStringGrouped

public static final String toStringGrouped(BigInteger biggy,
                                           char separator,
                                           int groupsize,
                                           int radix)
Since:
020405

logBaseTwo

public static final double logBaseTwo(double arg)
Since:
120203

logBaseTwo

public static final BigInteger logBaseTwo(BigInteger arg)
Since:
020305


Copyright 2010 UCLA Automated Reasoning Group