jp.go.aist.dmrc.platform.beans.util.variable
クラス PFBigIntegerVariable

java.lang.Object
  上位を拡張 jp.go.aist.dmrc.platform.beans.util.variable.PFVariable
      上位を拡張 jp.go.aist.dmrc.platform.beans.util.variable.PFBigIntegerVariable
すべての実装されたインタフェース:
java.io.Serializable, PFComponent, PFXMLSerializable, PFDataSetEventSource, PFEventSource

public class PFBigIntegerVariable
extends PFVariable
implements PFXMLSerializable

任意精度整数(BigInteger)を格納する変数コンポーネント。

このコンポーネントから以下のイベントが発生する。

関連項目:
直列化された形式

フィールドの概要
 
クラス jp.go.aist.dmrc.platform.beans.util.variable.PFVariable から継承されたフィールド
PROPERTY_EXCEPTION_NULL
 
コンストラクタの概要
PFBigIntegerVariable()
          デフォルトコンストラクタ
 
メソッドの概要
 java.math.BigInteger abs()
          java.math.BigInteger.abs()を呼び出す。
 void absThenReplace()
          java.math.BigInteger.abs()を呼び出す。
 java.math.BigInteger add(java.math.BigInteger v0)
          java.math.BigInteger.add(java.math.BigInteger)を呼び出す。
 void addThenReplace(java.math.BigInteger v0)
          java.math.BigInteger.add(java.math.BigInteger)を呼び出す。
 java.math.BigInteger and(java.math.BigInteger v0)
          java.math.BigInteger.and(java.math.BigInteger)を呼び出す。
 java.math.BigInteger andNot(java.math.BigInteger v0)
          java.math.BigInteger.andNot(java.math.BigInteger)を呼び出す。
 void andNotThenReplace(java.math.BigInteger v0)
          java.math.BigInteger.andNot(java.math.BigInteger)を呼び出す。
 void andThenReplace(java.math.BigInteger v0)
          java.math.BigInteger.and(java.math.BigInteger)を呼び出す。
 int bitCount()
          java.math.BigInteger.bitCount()を呼び出す。
 int bitLength()
          java.math.BigInteger.bitLength()を呼び出す。
 byte byteValue()
          java.math.BigInteger.byteValue()を呼び出す。
 java.math.BigInteger clearBit(int v0)
          java.math.BigInteger.clearBit(int)を呼び出す。
 void clearBitThenReplace(int v0)
          java.math.BigInteger.clearBit(int)を呼び出す。
 int compareTo(java.math.BigInteger v0)
          java.math.BigInteger.compareTo(java.math.BigInteger)を呼び出す。
 int compareTo(java.lang.Object v0)
          java.math.BigInteger.compareTo(java.lang.Object)を呼び出す。
 void decrement()
          格納する値を1減少させる。
 java.math.BigInteger divide(java.math.BigInteger v0)
          java.math.BigInteger.divide(java.math.BigInteger)を呼び出す。
 java.math.BigInteger[] divideAndRemainder(java.math.BigInteger v0)
          java.math.BigInteger.divideAndRemainder(java.math.BigInteger)を呼び出す。
 void divideThenReplace(java.math.BigInteger v0)
          java.math.BigInteger.divide(java.math.BigInteger)を呼び出す。
 double doubleValue()
          java.math.BigInteger.doubleValue()を呼び出す。
 boolean equalsVariable(java.lang.Object v0)
          java.math.BigInteger.equals(java.lang.Object)を呼び出す。
 java.math.BigInteger flipBit(int v0)
          java.math.BigInteger.flipBit(int)を呼び出す。
 void flipBitThenReplace(int v0)
          java.math.BigInteger.flipBit(int)を呼び出す。
 float floatValue()
          java.math.BigInteger.floatValue()を呼び出す。
 java.math.BigInteger gcd(java.math.BigInteger v0)
          java.math.BigInteger.gcd(java.math.BigInteger)を呼び出す。
 void gcdThenReplace(java.math.BigInteger v0)
          java.math.BigInteger.gcd(java.math.BigInteger)を呼び出す。
 java.math.BigInteger getBigInteger()
          任意精度整数(BigInteger)を取得する。
 java.lang.Class getClassVariable()
          java.math.BigInteger.getClass()を呼び出す。
 java.lang.String getComponentName()
          コンポーネント名称を取得する。
 int getLowestSetBit()
          java.math.BigInteger.getLowestSetBit()を呼び出す。
 int hashCodeVariable()
          java.math.BigInteger.hashCode()を呼び出す。
 void increment()
          格納する値を1増加させる。
 int intValue()
          java.math.BigInteger.intValue()を呼び出す。
 boolean isProbablePrime(int v0)
          java.math.BigInteger.isProbablePrime(int)を呼び出す。
 void localeUpdated()
          ロケール変更に対応する。
 long longValue()
          java.math.BigInteger.longValue()を呼び出す。
 java.math.BigInteger max(java.math.BigInteger v0)
          java.math.BigInteger.max(java.math.BigInteger)を呼び出す。
 void maxThenReplace(java.math.BigInteger v0)
          java.math.BigInteger.max(java.math.BigInteger)を呼び出す。
 java.math.BigInteger min(java.math.BigInteger v0)
          java.math.BigInteger.min(java.math.BigInteger)を呼び出す。
 void minThenReplace(java.math.BigInteger v0)
          java.math.BigInteger.min(java.math.BigInteger)を呼び出す。
 java.math.BigInteger mod(java.math.BigInteger v0)
          java.math.BigInteger.mod(java.math.BigInteger)を呼び出す。
 java.math.BigInteger modInverse(java.math.BigInteger v0)
          java.math.BigInteger.modInverse(java.math.BigInteger)を呼び出す。
 void modInverseThenReplace(java.math.BigInteger v0)
          java.math.BigInteger.modInverse(java.math.BigInteger)を呼び出す。
 java.math.BigInteger modPow(java.math.BigInteger v0, java.math.BigInteger v1)
          java.math.BigInteger.modPow(java.math.BigInteger,java.math.BigInteger)を呼び出す。
 void modPowThenReplace(java.math.BigInteger v0, java.math.BigInteger v1)
          java.math.BigInteger.modPow(java.math.BigInteger,java.math.BigInteger)を呼び出す。
 void modThenReplace(java.math.BigInteger v0)
          java.math.BigInteger.mod(java.math.BigInteger)を呼び出す。
 java.math.BigInteger multiply(java.math.BigInteger v0)
          java.math.BigInteger.multiply(java.math.BigInteger)を呼び出す。
 void multiplyThenReplace(java.math.BigInteger v0)
          java.math.BigInteger.multiply(java.math.BigInteger)を呼び出す。
 java.math.BigInteger negate()
          java.math.BigInteger.negate()を呼び出す。
 void negateThenReplace()
          java.math.BigInteger.negate()を呼び出す。
 java.math.BigInteger not()
          java.math.BigInteger.not()を呼び出す。
 void notifyAllVariable()
          java.math.BigInteger.notifyAll()を呼び出す。
 void notifyVariable()
          java.math.BigInteger.notify()を呼び出す。
 void notThenReplace()
          java.math.BigInteger.not()を呼び出す。
 java.math.BigInteger or(java.math.BigInteger v0)
          java.math.BigInteger.or(java.math.BigInteger)を呼び出す。
 void orThenReplace(java.math.BigInteger v0)
          java.math.BigInteger.or(java.math.BigInteger)を呼び出す。
 java.math.BigInteger pow(int v0)
          java.math.BigInteger.pow(int)を呼び出す。
 void powThenReplace(int v0)
          java.math.BigInteger.pow(int)を呼び出す。
 java.math.BigInteger probablePrime(int v0, java.util.Random v1)
          java.math.BigInteger.probablePrime(int,java.util.Random)を呼び出す。
 void probablePrimeThenReplace(int v0, java.util.Random v1)
          java.math.BigInteger.probablePrime(int,java.util.Random)を呼び出す。
 void readXML(PFXMLLoader in)
          コンポーネントのXML入力.
 java.math.BigInteger remainder(java.math.BigInteger v0)
          java.math.BigInteger.remainder(java.math.BigInteger)を呼び出す。
 void remainderThenReplace(java.math.BigInteger v0)
          java.math.BigInteger.remainder(java.math.BigInteger)を呼び出す。
 void setBigInteger(java.math.BigInteger obj)
          任意精度整数(BigInteger)を設定する。
 void setBigInteger(java.lang.String str)
          文字列を指定して任意精度整数(BigInteger)を設定する。
 void setBigIntegerQuiet(java.math.BigInteger obj)
          任意精度整数(BigInteger)を設定する(イベント発生なし)。
 void setBigIntegerQuiet(java.lang.String str)
          文字列を指定して任意精度整数(BigInteger)を設定する(イベント発生なし)。
 java.math.BigInteger setBit(int v0)
          java.math.BigInteger.setBit(int)を呼び出す。
 void setBitThenReplace(int v0)
          java.math.BigInteger.setBit(int)を呼び出す。
 java.math.BigInteger shiftLeft(int v0)
          java.math.BigInteger.shiftLeft(int)を呼び出す。
 void shiftLeftThenReplace(int v0)
          java.math.BigInteger.shiftLeft(int)を呼び出す。
 java.math.BigInteger shiftRight(int v0)
          java.math.BigInteger.shiftRight(int)を呼び出す。
 void shiftRightThenReplace(int v0)
          java.math.BigInteger.shiftRight(int)を呼び出す。
 short shortValue()
          java.math.BigInteger.shortValue()を呼び出す。
 int signum()
          java.math.BigInteger.signum()を呼び出す。
 java.math.BigInteger subtract(java.math.BigInteger v0)
          java.math.BigInteger.subtract(java.math.BigInteger)を呼び出す。
 void subtractThenReplace(java.math.BigInteger v0)
          java.math.BigInteger.subtract(java.math.BigInteger)を呼び出す。
 boolean testBit(int v0)
          java.math.BigInteger.testBit(int)を呼び出す。
 byte[] toByteArray()
          java.math.BigInteger.toByteArray()を呼び出す。
 java.lang.String toString(int v0)
          java.math.BigInteger.toString(int)を呼び出す。
 java.lang.String toStringVariable()
          java.math.BigInteger.toString()を呼び出す。
 java.math.BigInteger valueOf(long v0)
          java.math.BigInteger.valueOf(long)を呼び出す。
 void valueOfThenReplace(long v0)
          java.math.BigInteger.valueOf(long)を呼び出す。
 void waitVariable()
          java.math.BigInteger.wait()を呼び出す。
 void waitVariable(long v0)
          java.math.BigInteger.wait(long)を呼び出す。
 void waitVariable(long v0, int v1)
          java.math.BigInteger.wait(long,int)を呼び出す。
 void writeXML(PFXMLGenerator out)
          コンポーネントのXML出力.
 java.math.BigInteger xor(java.math.BigInteger v0)
          java.math.BigInteger.xor(java.math.BigInteger)を呼び出す。
 void xorThenReplace(java.math.BigInteger v0)
          java.math.BigInteger.xor(java.math.BigInteger)を呼び出す。
 
クラス jp.go.aist.dmrc.platform.beans.util.variable.PFVariable から継承されたメソッド
addPFDataSetListener, getComponentID, getComponentKey, getComponentKeys, getComponentPublicName, getComponentString, getDuplicateObject, getName, getObject, getPFDataSetListenerList, getResult, hasInstanceOf, hasResult, isAllowPullTransfer, isAllowPushTransfer, isAllowRemoteInvocation, isNull, removePFDataSetListener, setAllowPullTransfer, setAllowPushTransfer, setAllowRemoteInvocation, setComponentID, setComponentKey, setComponentKeys, setComponentPublicName, setName, setNull, setObject, setObjectQuiet, setResult
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PFBigIntegerVariable

public PFBigIntegerVariable()
デフォルトコンストラクタ

メソッドの詳細

getComponentName

public java.lang.String getComponentName()
コンポーネント名称を取得する。

定義:
インタフェース PFComponent 内の getComponentName
戻り値:
コンポーネント名
関連項目:
PFComponent.getComponentName()

localeUpdated

public void localeUpdated()
ロケール変更に対応する。

定義:
インタフェース PFComponent 内の localeUpdated
関連項目:
PFComponent.localeUpdated()

readXML

public void readXML(PFXMLLoader in)
コンポーネントのXML入力.

定義:
インタフェース PFXMLSerializable 内の readXML
パラメータ:
in - XML入力ユーティリティ

writeXML

public void writeXML(PFXMLGenerator out)
              throws java.io.IOException
コンポーネントのXML出力.

定義:
インタフェース PFXMLSerializable 内の writeXML
パラメータ:
out - XML出力ユーティリティ
例外:
java.io.IOException

setBigInteger

public void setBigInteger(java.math.BigInteger obj)
                   throws PFException
任意精度整数(BigInteger)を設定する。 データ設定イベントが発生する。

パラメータ:
obj - 任意精度整数(BigInteger)
例外:
PFException - イベント処理のエラー

setBigIntegerQuiet

public void setBigIntegerQuiet(java.math.BigInteger obj)
任意精度整数(BigInteger)を設定する(イベント発生なし)。

パラメータ:
obj - 任意精度整数(BigInteger)

setBigInteger

public void setBigInteger(java.lang.String str)
                   throws PFException
文字列を指定して任意精度整数(BigInteger)を設定する。 正しく設定された場合にデータ設定イベントが発生。 文字列から数値への変換に失敗した場合には例外が発生する。

パラメータ:
str - 任意精度整数(BigInteger)の文字列表現
例外:
PFException - イベント処理のエラーまたは数値変換の失敗

setBigIntegerQuiet

public void setBigIntegerQuiet(java.lang.String str)
                        throws PFException
文字列を指定して任意精度整数(BigInteger)を設定する(イベント発生なし)。 文字列から数値への変換に失敗した場合には例外が発生する。

パラメータ:
str - 任意精度整数(BigInteger)の文字列表現
例外:
PFException - イベント処理のエラーまたは数値変換の失敗

getBigInteger

public java.math.BigInteger getBigInteger()
任意精度整数(BigInteger)を取得する。

戻り値:
任意精度整数(BigInteger)

increment

public void increment()
               throws PFException
格納する値を1増加させる。 データ設定イベントが発生する。

例外:
PFException - イベント処理のエラー

decrement

public void decrement()
               throws PFException
格納する値を1減少させる。 データ設定イベントが発生する。

例外:
PFException - イベント処理のエラー

pow

public java.math.BigInteger pow(int v0)
                         throws PFException
java.math.BigInteger.pow(int)を呼び出す。

パラメータ:
v0 - int
戻り値:
java.math.BigInteger
例外:
PFException

powThenReplace

public void powThenReplace(int v0)
                    throws PFException
java.math.BigInteger.pow(int)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - int
例外:
PFException

hashCodeVariable

public int hashCodeVariable()
                     throws PFException
java.math.BigInteger.hashCode()を呼び出す。

戻り値:
int
例外:
PFException

compareTo

public int compareTo(java.lang.Object v0)
              throws PFException
java.math.BigInteger.compareTo(java.lang.Object)を呼び出す。

パラメータ:
v0 - java.lang.Object
戻り値:
int
例外:
PFException

compareTo

public int compareTo(java.math.BigInteger v0)
              throws PFException
java.math.BigInteger.compareTo(java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
戻り値:
int
例外:
PFException

equalsVariable

public boolean equalsVariable(java.lang.Object v0)
                       throws PFException
java.math.BigInteger.equals(java.lang.Object)を呼び出す。

パラメータ:
v0 - java.lang.Object
戻り値:
boolean
例外:
PFException

toStringVariable

public java.lang.String toStringVariable()
                                  throws PFException
java.math.BigInteger.toString()を呼び出す。

戻り値:
java.lang.String
例外:
PFException

toString

public java.lang.String toString(int v0)
                          throws PFException
java.math.BigInteger.toString(int)を呼び出す。

パラメータ:
v0 - int
戻り値:
java.lang.String
例外:
PFException

min

public java.math.BigInteger min(java.math.BigInteger v0)
                         throws PFException
java.math.BigInteger.min(java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
戻り値:
java.math.BigInteger
例外:
PFException

minThenReplace

public void minThenReplace(java.math.BigInteger v0)
                    throws PFException
java.math.BigInteger.min(java.math.BigInteger)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - java.math.BigInteger
例外:
PFException

valueOf

public java.math.BigInteger valueOf(long v0)
                             throws PFException
java.math.BigInteger.valueOf(long)を呼び出す。

パラメータ:
v0 - long
戻り値:
java.math.BigInteger
例外:
PFException

valueOfThenReplace

public void valueOfThenReplace(long v0)
                        throws PFException
java.math.BigInteger.valueOf(long)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - long
例外:
PFException

add

public java.math.BigInteger add(java.math.BigInteger v0)
                         throws PFException
java.math.BigInteger.add(java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
戻り値:
java.math.BigInteger
例外:
PFException

addThenReplace

public void addThenReplace(java.math.BigInteger v0)
                    throws PFException
java.math.BigInteger.add(java.math.BigInteger)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - java.math.BigInteger
例外:
PFException

max

public java.math.BigInteger max(java.math.BigInteger v0)
                         throws PFException
java.math.BigInteger.max(java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
戻り値:
java.math.BigInteger
例外:
PFException

maxThenReplace

public void maxThenReplace(java.math.BigInteger v0)
                    throws PFException
java.math.BigInteger.max(java.math.BigInteger)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - java.math.BigInteger
例外:
PFException

doubleValue

public double doubleValue()
                   throws PFException
java.math.BigInteger.doubleValue()を呼び出す。

戻り値:
double
例外:
PFException

floatValue

public float floatValue()
                 throws PFException
java.math.BigInteger.floatValue()を呼び出す。

戻り値:
float
例外:
PFException

intValue

public int intValue()
             throws PFException
java.math.BigInteger.intValue()を呼び出す。

戻り値:
int
例外:
PFException

longValue

public long longValue()
               throws PFException
java.math.BigInteger.longValue()を呼び出す。

戻り値:
long
例外:
PFException

abs

public java.math.BigInteger abs()
                         throws PFException
java.math.BigInteger.abs()を呼び出す。

戻り値:
java.math.BigInteger
例外:
PFException

absThenReplace

public void absThenReplace()
                    throws PFException
java.math.BigInteger.abs()を呼び出す。 格納されたオブジェクトを返値で置き換える。

例外:
PFException

toByteArray

public byte[] toByteArray()
                   throws PFException
java.math.BigInteger.toByteArray()を呼び出す。

戻り値:
byte[]
例外:
PFException

and

public java.math.BigInteger and(java.math.BigInteger v0)
                         throws PFException
java.math.BigInteger.and(java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
戻り値:
java.math.BigInteger
例外:
PFException

andThenReplace

public void andThenReplace(java.math.BigInteger v0)
                    throws PFException
java.math.BigInteger.and(java.math.BigInteger)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - java.math.BigInteger
例外:
PFException

andNot

public java.math.BigInteger andNot(java.math.BigInteger v0)
                            throws PFException
java.math.BigInteger.andNot(java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
戻り値:
java.math.BigInteger
例外:
PFException

andNotThenReplace

public void andNotThenReplace(java.math.BigInteger v0)
                       throws PFException
java.math.BigInteger.andNot(java.math.BigInteger)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - java.math.BigInteger
例外:
PFException

bitCount

public int bitCount()
             throws PFException
java.math.BigInteger.bitCount()を呼び出す。

戻り値:
int
例外:
PFException

or

public java.math.BigInteger or(java.math.BigInteger v0)
                        throws PFException
java.math.BigInteger.or(java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
戻り値:
java.math.BigInteger
例外:
PFException

orThenReplace

public void orThenReplace(java.math.BigInteger v0)
                   throws PFException
java.math.BigInteger.or(java.math.BigInteger)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - java.math.BigInteger
例外:
PFException

xor

public java.math.BigInteger xor(java.math.BigInteger v0)
                         throws PFException
java.math.BigInteger.xor(java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
戻り値:
java.math.BigInteger
例外:
PFException

xorThenReplace

public void xorThenReplace(java.math.BigInteger v0)
                    throws PFException
java.math.BigInteger.xor(java.math.BigInteger)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - java.math.BigInteger
例外:
PFException

testBit

public boolean testBit(int v0)
                throws PFException
java.math.BigInteger.testBit(int)を呼び出す。

パラメータ:
v0 - int
戻り値:
boolean
例外:
PFException

bitLength

public int bitLength()
              throws PFException
java.math.BigInteger.bitLength()を呼び出す。

戻り値:
int
例外:
PFException

divide

public java.math.BigInteger divide(java.math.BigInteger v0)
                            throws PFException
java.math.BigInteger.divide(java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
戻り値:
java.math.BigInteger
例外:
PFException

divideThenReplace

public void divideThenReplace(java.math.BigInteger v0)
                       throws PFException
java.math.BigInteger.divide(java.math.BigInteger)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - java.math.BigInteger
例外:
PFException

multiply

public java.math.BigInteger multiply(java.math.BigInteger v0)
                              throws PFException
java.math.BigInteger.multiply(java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
戻り値:
java.math.BigInteger
例外:
PFException

multiplyThenReplace

public void multiplyThenReplace(java.math.BigInteger v0)
                         throws PFException
java.math.BigInteger.multiply(java.math.BigInteger)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - java.math.BigInteger
例外:
PFException

signum

public int signum()
           throws PFException
java.math.BigInteger.signum()を呼び出す。

戻り値:
int
例外:
PFException

subtract

public java.math.BigInteger subtract(java.math.BigInteger v0)
                              throws PFException
java.math.BigInteger.subtract(java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
戻り値:
java.math.BigInteger
例外:
PFException

subtractThenReplace

public void subtractThenReplace(java.math.BigInteger v0)
                         throws PFException
java.math.BigInteger.subtract(java.math.BigInteger)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - java.math.BigInteger
例外:
PFException

negate

public java.math.BigInteger negate()
                            throws PFException
java.math.BigInteger.negate()を呼び出す。

戻り値:
java.math.BigInteger
例外:
PFException

negateThenReplace

public void negateThenReplace()
                       throws PFException
java.math.BigInteger.negate()を呼び出す。 格納されたオブジェクトを返値で置き換える。

例外:
PFException

divideAndRemainder

public java.math.BigInteger[] divideAndRemainder(java.math.BigInteger v0)
                                          throws PFException
java.math.BigInteger.divideAndRemainder(java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
戻り値:
java.math.BigInteger[]
例外:
PFException

clearBit

public java.math.BigInteger clearBit(int v0)
                              throws PFException
java.math.BigInteger.clearBit(int)を呼び出す。

パラメータ:
v0 - int
戻り値:
java.math.BigInteger
例外:
PFException

clearBitThenReplace

public void clearBitThenReplace(int v0)
                         throws PFException
java.math.BigInteger.clearBit(int)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - int
例外:
PFException

flipBit

public java.math.BigInteger flipBit(int v0)
                             throws PFException
java.math.BigInteger.flipBit(int)を呼び出す。

パラメータ:
v0 - int
戻り値:
java.math.BigInteger
例外:
PFException

flipBitThenReplace

public void flipBitThenReplace(int v0)
                        throws PFException
java.math.BigInteger.flipBit(int)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - int
例外:
PFException

gcd

public java.math.BigInteger gcd(java.math.BigInteger v0)
                         throws PFException
java.math.BigInteger.gcd(java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
戻り値:
java.math.BigInteger
例外:
PFException

gcdThenReplace

public void gcdThenReplace(java.math.BigInteger v0)
                    throws PFException
java.math.BigInteger.gcd(java.math.BigInteger)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - java.math.BigInteger
例外:
PFException

getLowestSetBit

public int getLowestSetBit()
                    throws PFException
java.math.BigInteger.getLowestSetBit()を呼び出す。

戻り値:
int
例外:
PFException

isProbablePrime

public boolean isProbablePrime(int v0)
                        throws PFException
java.math.BigInteger.isProbablePrime(int)を呼び出す。

パラメータ:
v0 - int
戻り値:
boolean
例外:
PFException

mod

public java.math.BigInteger mod(java.math.BigInteger v0)
                         throws PFException
java.math.BigInteger.mod(java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
戻り値:
java.math.BigInteger
例外:
PFException

modThenReplace

public void modThenReplace(java.math.BigInteger v0)
                    throws PFException
java.math.BigInteger.mod(java.math.BigInteger)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - java.math.BigInteger
例外:
PFException

modInverse

public java.math.BigInteger modInverse(java.math.BigInteger v0)
                                throws PFException
java.math.BigInteger.modInverse(java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
戻り値:
java.math.BigInteger
例外:
PFException

modInverseThenReplace

public void modInverseThenReplace(java.math.BigInteger v0)
                           throws PFException
java.math.BigInteger.modInverse(java.math.BigInteger)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - java.math.BigInteger
例外:
PFException

modPow

public java.math.BigInteger modPow(java.math.BigInteger v0,
                                   java.math.BigInteger v1)
                            throws PFException
java.math.BigInteger.modPow(java.math.BigInteger,java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
v1 - java.math.BigInteger
戻り値:
java.math.BigInteger
例外:
PFException

modPowThenReplace

public void modPowThenReplace(java.math.BigInteger v0,
                              java.math.BigInteger v1)
                       throws PFException
java.math.BigInteger.modPow(java.math.BigInteger,java.math.BigInteger)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - java.math.BigInteger
v1 - java.math.BigInteger
例外:
PFException

not

public java.math.BigInteger not()
                         throws PFException
java.math.BigInteger.not()を呼び出す。

戻り値:
java.math.BigInteger
例外:
PFException

notThenReplace

public void notThenReplace()
                    throws PFException
java.math.BigInteger.not()を呼び出す。 格納されたオブジェクトを返値で置き換える。

例外:
PFException

probablePrime

public java.math.BigInteger probablePrime(int v0,
                                          java.util.Random v1)
                                   throws PFException
java.math.BigInteger.probablePrime(int,java.util.Random)を呼び出す。

パラメータ:
v0 - int
v1 - java.util.Random
戻り値:
java.math.BigInteger
例外:
PFException

probablePrimeThenReplace

public void probablePrimeThenReplace(int v0,
                                     java.util.Random v1)
                              throws PFException
java.math.BigInteger.probablePrime(int,java.util.Random)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - int
v1 - java.util.Random
例外:
PFException

remainder

public java.math.BigInteger remainder(java.math.BigInteger v0)
                               throws PFException
java.math.BigInteger.remainder(java.math.BigInteger)を呼び出す。

パラメータ:
v0 - java.math.BigInteger
戻り値:
java.math.BigInteger
例外:
PFException

remainderThenReplace

public void remainderThenReplace(java.math.BigInteger v0)
                          throws PFException
java.math.BigInteger.remainder(java.math.BigInteger)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - java.math.BigInteger
例外:
PFException

setBit

public java.math.BigInteger setBit(int v0)
                            throws PFException
java.math.BigInteger.setBit(int)を呼び出す。

パラメータ:
v0 - int
戻り値:
java.math.BigInteger
例外:
PFException

setBitThenReplace

public void setBitThenReplace(int v0)
                       throws PFException
java.math.BigInteger.setBit(int)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - int
例外:
PFException

shiftLeft

public java.math.BigInteger shiftLeft(int v0)
                               throws PFException
java.math.BigInteger.shiftLeft(int)を呼び出す。

パラメータ:
v0 - int
戻り値:
java.math.BigInteger
例外:
PFException

shiftLeftThenReplace

public void shiftLeftThenReplace(int v0)
                          throws PFException
java.math.BigInteger.shiftLeft(int)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - int
例外:
PFException

shiftRight

public java.math.BigInteger shiftRight(int v0)
                                throws PFException
java.math.BigInteger.shiftRight(int)を呼び出す。

パラメータ:
v0 - int
戻り値:
java.math.BigInteger
例外:
PFException

shiftRightThenReplace

public void shiftRightThenReplace(int v0)
                           throws PFException
java.math.BigInteger.shiftRight(int)を呼び出す。 格納されたオブジェクトを返値で置き換える。

パラメータ:
v0 - int
例外:
PFException

byteValue

public byte byteValue()
               throws PFException
java.math.BigInteger.byteValue()を呼び出す。

戻り値:
byte
例外:
PFException

shortValue

public short shortValue()
                 throws PFException
java.math.BigInteger.shortValue()を呼び出す。

戻り値:
short
例外:
PFException

getClassVariable

public java.lang.Class getClassVariable()
                                 throws PFException
java.math.BigInteger.getClass()を呼び出す。

戻り値:
java.lang.Class
例外:
PFException

waitVariable

public void waitVariable(long v0,
                         int v1)
                  throws PFException,
                         java.lang.InterruptedException
java.math.BigInteger.wait(long,int)を呼び出す。

パラメータ:
v0 - long
v1 - int
例外:
PFException
java.lang.InterruptedException

waitVariable

public void waitVariable()
                  throws PFException,
                         java.lang.InterruptedException
java.math.BigInteger.wait()を呼び出す。

例外:
PFException
java.lang.InterruptedException

waitVariable

public void waitVariable(long v0)
                  throws PFException,
                         java.lang.InterruptedException
java.math.BigInteger.wait(long)を呼び出す。

パラメータ:
v0 - long
例外:
PFException
java.lang.InterruptedException

notifyVariable

public void notifyVariable()
                    throws PFException
java.math.BigInteger.notify()を呼び出す。

例外:
PFException

notifyAllVariable

public void notifyAllVariable()
                       throws PFException
java.math.BigInteger.notifyAll()を呼び出す。

例外:
PFException