public class CharacterAdaptor
extends java.lang.Object
| Constructor and Description |
|---|
CharacterAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
IArithmetic<java.lang.Character,java.lang.Byte,java.lang.Character> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Byte arg2,
java.lang.Character result)
Returns an instance that implements the IArithmetic<Character, Byte, Character> interface.
|
IArithmetic<java.lang.Character,java.lang.Byte,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Byte arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Character, Byte, Double> interface.
|
IArithmetic<java.lang.Character,java.lang.Byte,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Byte arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Character, Byte, Float> interface.
|
IArithmetic<java.lang.Character,java.lang.Byte,java.lang.Integer> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Byte arg2,
java.lang.Integer result)
Returns an instance that implements the IArithmetic<Character, Byte, Integer> interface.
|
IArithmetic<java.lang.Character,java.lang.Byte,java.lang.Long> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Byte arg2,
java.lang.Long result)
Returns an instance that implements the IArithmetic<Character, Byte, Long> interface.
|
IArithmetic<java.lang.Character,java.lang.Byte,java.lang.Short> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Byte arg2,
java.lang.Short result)
Returns an instance that implements the IArithmetic<Character, Byte, Short> interface.
|
IArithmetic<java.lang.Character,java.lang.Character,java.lang.Character> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Character arg2,
java.lang.Character result)
Returns an instance that implements the IArithmetic<Character, Character, Character> interface.
|
IArithmetic<java.lang.Character,java.lang.Character,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Character arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Character, Character, Double> interface.
|
IArithmetic<java.lang.Character,java.lang.Character,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Character arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Character, Character, Float> interface.
|
IArithmetic<java.lang.Character,java.lang.Character,java.lang.Integer> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Character arg2,
java.lang.Integer result)
Returns an instance that implements the IArithmetic<Character, Character, Integer> interface.
|
IArithmetic<java.lang.Character,java.lang.Character,java.lang.Long> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Character arg2,
java.lang.Long result)
Returns an instance that implements the IArithmetic<Character, Character, Long> interface.
|
IArithmetic<java.lang.Character,java.lang.Character,java.lang.Short> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Character arg2,
java.lang.Short result)
Returns an instance that implements the IArithmetic<Character, Character, Short> interface.
|
IArithmetic<java.lang.Character,java.lang.Double,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Double arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Character, Double, Double> interface.
|
IArithmetic<java.lang.Character,java.lang.Float,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Float arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Character, Float, Double> interface.
|
IArithmetic<java.lang.Character,java.lang.Float,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Float arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Character, Float, Float> interface.
|
IArithmetic<java.lang.Character,java.lang.Integer,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Integer arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Character, Integer, Double> interface.
|
IArithmetic<java.lang.Character,java.lang.Integer,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Integer arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Character, Integer, Float> interface.
|
IArithmetic<java.lang.Character,java.lang.Integer,java.lang.Integer> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Integer arg2,
java.lang.Integer result)
Returns an instance that implements the IArithmetic<Character, Integer, Integer> interface.
|
IArithmetic<java.lang.Character,java.lang.Integer,java.lang.Long> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Integer arg2,
java.lang.Long result)
Returns an instance that implements the IArithmetic<Character, Integer, Long> interface.
|
IArithmetic<java.lang.Character,java.lang.Long,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Long arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Character, Long, Double> interface.
|
IArithmetic<java.lang.Character,java.lang.Long,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Long arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Character, Long, Float> interface.
|
IArithmetic<java.lang.Character,java.lang.Long,java.lang.Long> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Long arg2,
java.lang.Long result)
Returns an instance that implements the IArithmetic<Character, Long, Long> interface.
|
IArithmetic<java.lang.Character,java.lang.Short,java.lang.Character> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Short arg2,
java.lang.Character result)
Returns an instance that implements the IArithmetic<Character, Short, Character> interface.
|
IArithmetic<java.lang.Character,java.lang.Short,java.lang.Double> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Short arg2,
java.lang.Double result)
Returns an instance that implements the IArithmetic<Character, Short, Double> interface.
|
IArithmetic<java.lang.Character,java.lang.Short,java.lang.Float> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Short arg2,
java.lang.Float result)
Returns an instance that implements the IArithmetic<Character, Short, Float> interface.
|
IArithmetic<java.lang.Character,java.lang.Short,java.lang.Integer> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Short arg2,
java.lang.Integer result)
Returns an instance that implements the IArithmetic<Character, Short, Integer> interface.
|
IArithmetic<java.lang.Character,java.lang.Short,java.lang.Long> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Short arg2,
java.lang.Long result)
Returns an instance that implements the IArithmetic<Character, Short, Long> interface.
|
IArithmetic<java.lang.Character,java.lang.Short,java.lang.Short> |
GetArithmeticAdaptor(java.lang.Character arg1,
java.lang.Short arg2,
java.lang.Short result)
Returns an instance that implements the IArithmetic<Character, Short, Short> interface.
|
IBitwise<java.lang.Character> |
GetBitwiseAdaptor()
Returns an instance that implements the IBitwise<Character> interface.
|
IFunc2Arg<java.lang.Character,java.lang.Character,java.lang.Boolean> |
GetCompareAdaptor()
Returns an instance that implements the IFunc2Arg<Character, Character, Boolean> interface.
|
INumeric<java.lang.Character> |
GetNumericAdaptor()
Returns an instance that implements the INumeric<Character> interface.
|
IStreamable<java.lang.Character> |
GetStreamAdaptor()
Returns an instance that implements the IStreamable<Character> interface.
|
public IStreamable<java.lang.Character> GetStreamAdaptor()
public INumeric<java.lang.Character> GetNumericAdaptor()
public IBitwise<java.lang.Character> GetBitwiseAdaptor()
public IFunc2Arg<java.lang.Character,java.lang.Character,java.lang.Boolean> GetCompareAdaptor()
public IArithmetic<java.lang.Character,java.lang.Byte,java.lang.Character> GetArithmeticAdaptor(java.lang.Character arg1, java.lang.Byte arg2, java.lang.Character 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.Character,java.lang.Byte,java.lang.Double> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Byte,java.lang.Float> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Byte,java.lang.Integer> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Byte,java.lang.Long> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Byte,java.lang.Short> GetArithmeticAdaptor(java.lang.Character arg1, java.lang.Byte arg2, java.lang.Short 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.Character,java.lang.Character,java.lang.Character> GetArithmeticAdaptor(java.lang.Character arg1, java.lang.Character arg2, java.lang.Character 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.Character,java.lang.Character,java.lang.Double> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Character,java.lang.Float> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Character,java.lang.Integer> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Character,java.lang.Long> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Character,java.lang.Short> GetArithmeticAdaptor(java.lang.Character arg1, java.lang.Character arg2, java.lang.Short 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.Character,java.lang.Double,java.lang.Double> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Float,java.lang.Double> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Float,java.lang.Float> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Integer,java.lang.Double> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Integer,java.lang.Float> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Integer,java.lang.Integer> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Integer,java.lang.Long> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Long,java.lang.Double> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Long,java.lang.Float> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Long,java.lang.Long> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Short,java.lang.Character> GetArithmeticAdaptor(java.lang.Character arg1, java.lang.Short arg2, java.lang.Character 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.Character,java.lang.Short,java.lang.Double> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Short,java.lang.Float> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Short,java.lang.Integer> GetArithmeticAdaptor(java.lang.Character 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.Character,java.lang.Short,java.lang.Long> GetArithmeticAdaptor(java.lang.Character 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.public IArithmetic<java.lang.Character,java.lang.Short,java.lang.Short> GetArithmeticAdaptor(java.lang.Character arg1, java.lang.Short arg2, java.lang.Short 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.