public class IntegerAdaptor
extends java.lang.Object
| Constructor and Description |
|---|
IntegerAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
IArithmetic<java.lang.Integer,java.lang.Byte,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Byte arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Integer, Byte, Double> interface.
|
IArithmetic<java.lang.Integer,java.lang.Byte,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Byte arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Integer, Byte, Float> interface.
|
IArithmetic<java.lang.Integer,java.lang.Byte,java.lang.Integer> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Byte arg2,
java.lang.Integer result)
Returns an instance that implements the IArithmetic<Integer, Byte, Integer> interface.
|
IArithmetic<java.lang.Integer,java.lang.Byte,java.lang.Long> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Byte arg2,
java.lang.Long result)
Returns an instance that implements the IArithmetic<Integer, Byte, Long> interface.
|
IArithmetic<java.lang.Integer,java.lang.Character,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Character arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Integer, Character, Double> interface.
|
IArithmetic<java.lang.Integer,java.lang.Character,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Character arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Integer, Character, Float> interface.
|
IArithmetic<java.lang.Integer,java.lang.Character,java.lang.Integer> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Character arg2,
java.lang.Integer result)
Returns an instance that implements the IArithmetic<Integer, Character, Integer> interface.
|
IArithmetic<java.lang.Integer,java.lang.Character,java.lang.Long> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Character arg2,
java.lang.Long result)
Returns an instance that implements the IArithmetic<Integer, Character, Long> interface.
|
IArithmetic<java.lang.Integer,java.lang.Double,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Double arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Integer, Double, Double> interface.
|
IArithmetic<java.lang.Integer,java.lang.Float,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Float arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Integer, Float, Double> interface.
|
IArithmetic<java.lang.Integer,java.lang.Float,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Float arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Integer, Float, Float> interface.
|
IArithmetic<java.lang.Integer,java.lang.Integer,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Integer arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Integer, Integer, Double> interface.
|
IArithmetic<java.lang.Integer,java.lang.Integer,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Integer arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Integer, Integer, Float> interface.
|
IArithmetic<java.lang.Integer,java.lang.Integer,java.lang.Integer> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Integer arg2,
java.lang.Integer result)
Returns an instance that implements the IArithmetic<Integer, Integer, Integer> interface.
|
IArithmetic<java.lang.Integer,java.lang.Integer,java.lang.Long> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Integer arg2,
java.lang.Long result)
Returns an instance that implements the IArithmetic<Integer, Integer, Long> interface.
|
IArithmetic<java.lang.Integer,java.lang.Long,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Long arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Integer, Long, Double> interface.
|
IArithmetic<java.lang.Integer,java.lang.Long,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Long arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Integer, Long, Float> interface.
|
IArithmetic<java.lang.Integer,java.lang.Long,java.lang.Long> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Long arg2,
java.lang.Long result)
Returns an instance that implements the IArithmetic<Integer, Long, Long> interface.
|
IArithmetic<java.lang.Integer,java.lang.Short,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Short arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Integer, Short, Double> interface.
|
IArithmetic<java.lang.Integer,java.lang.Short,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Short arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Integer, Short, Float> interface.
|
IArithmetic<java.lang.Integer,java.lang.Short,java.lang.Integer> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Short arg2,
java.lang.Integer result)
Returns an instance that implements the IArithmetic<Integer, Short, Integer> interface.
|
IArithmetic<java.lang.Integer,java.lang.Short,java.lang.Long> |
GetArithmeticAdaptor(java.lang.Integer arg1,
java.lang.Short arg2,
java.lang.Long result)
Returns an instance that implements the IArithmetic<Integer, Short, Long> interface.
|
IBitwise<java.lang.Integer> |
GetBitwiseAdaptor()
Returns an instance that implements the IBitwise<Integer> interface.
|
IFunc2Arg<java.lang.Integer,java.lang.Integer,java.lang.Boolean> |
GetCompareAdaptor()
Returns an instance that implements the IFunc2Arg<Integer, Integer, Boolean> interface.
|
INumeric<java.lang.Integer> |
GetNumericAdaptor()
Returns an instance that implements the INumeric<Integer> interface.
|
IStreamable<java.lang.Integer> |
GetStreamAdaptor()
Returns an instance that implements the IStreamable<Integer> interface.
|
public IStreamable<java.lang.Integer> GetStreamAdaptor()
public INumeric<java.lang.Integer> GetNumericAdaptor()
public IBitwise<java.lang.Integer> GetBitwiseAdaptor()
public IFunc2Arg<java.lang.Integer,java.lang.Integer,java.lang.Boolean> GetCompareAdaptor()
public IArithmetic<java.lang.Integer,java.lang.Byte,java.lang.Double> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Byte arg2, java.lang.Double result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Byte,java.lang.Float> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Byte arg2, java.lang.Float result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Byte,java.lang.Integer> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Byte arg2, java.lang.Integer result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Byte,java.lang.Long> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Byte arg2, java.lang.Long result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Character,java.lang.Double> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Character arg2, java.lang.Double result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Character,java.lang.Float> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Character arg2, java.lang.Float result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Character,java.lang.Integer> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Character arg2, java.lang.Integer result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Character,java.lang.Long> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Character arg2, java.lang.Long result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Double,java.lang.Double> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Double arg2, java.lang.Double result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Float,java.lang.Double> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Float arg2, java.lang.Double result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Float,java.lang.Float> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Float arg2, java.lang.Float result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Integer,java.lang.Double> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Double result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Integer,java.lang.Float> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Float result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Integer,java.lang.Integer> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Integer result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Integer,java.lang.Long> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Long result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Long,java.lang.Double> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Long arg2, java.lang.Double result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Long,java.lang.Float> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Long arg2, java.lang.Float result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Long,java.lang.Long> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Long arg2, java.lang.Long result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Short,java.lang.Double> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Short arg2, java.lang.Double result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Short,java.lang.Float> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Short arg2, java.lang.Float result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Short,java.lang.Integer> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Short arg2, java.lang.Integer result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.public IArithmetic<java.lang.Integer,java.lang.Short,java.lang.Long> GetArithmeticAdaptor(java.lang.Integer arg1, java.lang.Short arg2, java.lang.Long result)
arg1 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.arg2 - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.result - This parameter is not used. Its purpose is to overload this
method because functions in Java cannot be overloaded by the return type.Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.