com.generationjava.lang
Class BigIntegerUtils

java.lang.Object
  |
  +--com.generationjava.lang.BigIntegerUtils

public class BigIntegerUtils
extends java.lang.Object


Constructor Summary
BigIntegerUtils()
           
 
Method Summary
static boolean extractBoolean(java.math.BigInteger bi, int index)
           
static float extractFloat(java.math.BigInteger bi, int start, int end, int decimal)
           
static int extractInt(java.math.BigInteger bi, int start, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigIntegerUtils

public BigIntegerUtils()
Method Detail

extractFloat

public static float extractFloat(java.math.BigInteger bi,
                                 int start,
                                 int end,
                                 int decimal)

extractInt

public static int extractInt(java.math.BigInteger bi,
                             int start,
                             int end)

extractBoolean

public static boolean extractBoolean(java.math.BigInteger bi,
                                     int index)


Copyright © 2000-2003 OSJava. All Rights Reserved.