File Details
WealthyturtleLib - Version 1.2
- R
- Jan 7, 2018
- 48.14 KB
- 201
- 1.7.10
File Name
WealthyturtleLib [Version 1.2].jar
Supported Versions
- 1.7.10
NOTICE:
JavaDocs (ZIP Archive) and a Copy of this Jar with Sources Attached (Jar) are Listed as Additional Files Below.
[Updated] CharacterModification.Convert_AlphabetToNumeral (char Character)
{Info: Modified examples}
[Updated] CharacterModification.Convert_NumeralToAlphabet (int Numeral, boolean Case)
{Info: Modified examples}
[Updated] CharacterModification.Convert_ToLowercase (char Uppercase)
{Info: Modified examples}
[Updated] CharacterModification.Convert_ToUppercase (char Lowercase)
{Info: Modified examples}
[Updated] CharacterModification.SimplifyNumeralofAlphabet (int ToSimplify)
{Info: Modified examples}
[Updated] Ciphers.CaesarCipher_ListPossibilities (String Input, boolean CaseSensitivity)
{Info: Modified examples}
[Updated] Ciphers.CaesarCipher_UncaseSensitive (String Input, int ValueToModifyBy)
{Info: Modified examples}
[Updated] Ciphers.CaesarCipher_CaseSensitive (String Input, int ValueToModifyBy)
{Info: Modified examples}
[Updated] MD.MD2_Encrypt (String Input)
{Info: Modified examples}
[Updated] MD.MD5_Encrypt (String Input)
{Info: Modified examples}
[Updated] SHA.SHA1_Encrypt (String Input)
{Info: Modified examples}
[Updated] SHA.SHA2_224_Encrypt (String Input)
{Info: Modified examples}
[Updated] SHA.SHA2_256_Encrypt (String Input)
{Info: Modified examples}
[Updated] SHA.SHA2_384_Encrypt (String Input)
{Info: Modified examples}
[Updated] SHA.SHA2_512_Encrypt (String Input)
{Info: Modified examples}
[Added] WealthyturtleExceptions.ComplexNumberException (double a, double b)
{Info: Added documentation also}
[Added] WealthyturtleExceptions.ComplexNumberException (BigInteger a, BigInteger b)
{Info: Added documentation also}
[Added] WealthyturtleExceptions.ComplexNumberException (BigDecimal a, BigDecimal b)
{Info: Added documentation also}
[Added] WealthyturtleExceptions.BigIntegerDecimalResultException (BigInteger a, BigInteger b)
{Info: Added documentation also}
[Added] WealthyturtleExceptions.FactorialException (double n, String ErrorType)
{Info: Added documentation also}
[Added] WealthyturtleExceptions.FactorialException (BigInteger n, String ErrorType)
{Info: Added documentation also}
[Added] WealthyturtleExceptions.FactorialException (BigDecimal n, String ErrorType)
{Info: Added documentation also}
[Updated] WealthyturtleExceptions.DivideByZeroException (double a, double b)
{Info: Fixed bug, added new parameter "String Operation"}
[Updated] WealthyturtleExceptions.DivideByZeroException (BigInteger a, BigInteger b)
{Info: Fixed bug, added new parameter "String Operation"}
[Updated] WealthyturtleExceptions.DivideByZeroException (BigDecimal a, BigDecimal b)
{Info: Fixed bug, added new parameter "String Operation"}
[Reordered Structure] (ModifyFiles) {char, short, int, long, float, double, boolean, String, byte, Object} --To--> {boolean, byte, short, char, int, long, float, double, String, Object}
{Info: Includes the Re-Ordering of the Functions and the Class Header Order List}
[Updated] ModifyFiles.AddLine (String Directory, String ToWrite)
{Info: Fixed bug}
[Added] ModifyLogs.LeaveLines(int Lines)
{Info: Added documentation also}
[Added] ModifyLogs.Print_CharArray(char[] Input, boolean Quotations)
{Info: Added documentation also}
[Added] ModifyLogs.Print_ShortArray(short[] Input)
{Info: Added documentation also}
[Added] ModifyLogs.Print_IntArray(int[] Input)
{Info: Added documentation also}
[Added] ModifyLogs.Print_LongArray(long[] Input)
{Info: Added documentation also}
[Added] ModifyLogs.Print_FloatArray(float[] Input)
{Info: Added documentation also}
[Added] ModifyLogs.Print_DoubleArray(double[] Input)
{Info: Added documentation also}
[Added] ModifyLogs.Print_BooleanArray(boolean[] Input)
{Info: Added documentation also}
[Added] ModifyLogs.Print_StringArray(String[] Input, boolean Quotations)
{Info: Added documentation also}
[Added] ModifyLogs.Print_ByteArray(byte[] Input)
{Info: Added documentation also}
[Added] ModifyLogs.Print_ObjectArray(Object[] Input)
{Info: Added documentation also}
[Added] ModifyLogs.Print_CharArray(char[] Input, String Divider, boolean Quotations)
{Info: Added documentation also}
[Added] ModifyLogs.Print_ShortArray(short[] Input, String Divider)
{Info: Added documentation also}
[Added] ModifyLogs.Print_IntArray(int[] Input, String Divider)
{Info: Added documentation also}
[Added] ModifyLogs.Print_LongArray(long[] Input, String Divider)
{Info: Added documentation also}
[Added] ModifyLogs.Print_FloatArray(float[] Input, String Divider)
{Info: Added documentation also}
[Added] ModifyLogs.Print_DoubleArray(double[] Input, String Divider)
{Info: Added documentation also}
[Added] ModifyLogs.Print_BooleanArray(boolean[] Input, String Divider)
{Info: Added documentation also}
[Added] ModifyLogs.Print_StringArray(String[] Input, String Divider, boolean Quotations)
{Info: Added documentation also}
[Added] ModifyLogs.Print_ByteArray(byte[] Input, String Divider)
{Info: Added documentation also}
[Added] ModifyLogs.Print_ObjectArray(Object[] Input, String Divider)
{Info: Added documentation also}
[Reordered Structure] (ModifyLogs) {char, short, int, long, float, double, boolean, String, byte, Object} --To--> {boolean, byte, short, char, int, long, float, double, String, Object}
{Info: Includes the Re-Ordering of the Functions and the Class Header Order List}
[Added] CheckFormat.DirectoryType
{Info: Added documentation also}
[Added] CheckFormat.DirectoryStyle
{Info: Added documentation also}
[Added] CheckFormat.CharacterType
{Info: Added documentation also}
[Added] CheckFormat.BooleanArrayType
{Info: Added documentation also}
[Added] CheckFormat.NumberType
{Info: Added documentation also}
[Reordered Structure] (CombineArrays) {char, short, int, long, float, double, boolean, String, byte, Object} --To--> {boolean, byte, short, char, int, long, float, double, String, Object}
{Info: Includes the Re-Ordering of the Functions and the Class Header Order List}
[Added] CombineArrays.Order
{Info: Added documentation also}
[Updated] CombineArrays.Combine_BooleanAndBooleanArray (boolean[] PartA, boolean PartB)
{Info: Added new parameter, Order Type, and updated documentation, added examples}
[Updated] CombineArrays.Combine_ByteAndByteArray (byte[] PartA, byte PartB)
{Info: Added new parameter, Order Type, and updated documentation, added examples}
[Updated] CombineArrays.Combine_ShortAndShortArray (short[] PartA, short PartB)
{Info: Added new parameter, Order Type, and updated documentation, added examples}
[Updated] CombineArrays.Combine_CharAndCharArray (char[] PartA, char PartB)
{Info: Added new parameter, Order Type, and updated documentation, added examples}
[Updated] CombineArrays.Combine_IntAndIntArray (int[] PartA, int PartB)
{Info: Added new parameter, Order Type, and updated documentation, added examples}
[Updated] CombineArrays.Combine_LongAndLongArray (long[] PartA, long PartB)
{Info: Added new parameter, Order Type, and updated documentation, added examples}
[Updated] CombineArrays.Combine_FloatAndFloatArray (float[] PartA, float PartB)
{Info: Added new parameter, Order Type, and updated documentation, added examples}
[Updated] CombineArrays.Combine_DoubleAndDoubleArray (double[] PartA, double PartB)
{Info: Added new parameter, Order Type, and updated documentation, added examples}
[Updated] CombineArrays.Combine_StringAndStringArray (String[] PartA, String PartB)
{Info: Added new parameter, Order Type, and updated documentation, added examples}
[Updated] CombineArrays.Combine_ObjectAndObjectArray (Object[] PartA, Object PartB)
{Info: Added new parameter, Order Type, and updated documentation, added examples}
[Updated] CombineArrays.CombineTwo_BooleanArrays (boolean[] PartA, boolean[] PartB)
{Info: Added example}
[Updated] CombineArrays.CombineTwo_ByteArrays (byte[] PartA, byte[] PartB)
{Info: Added example}
[Updated] CombineArrays.CombineTwo_ShortArrays (short[] PartA, short[] PartB)
{Info: Added example}
[Updated] CombineArrays.CombineTwo_CharArrays (char[] PartA, char[] PartB)
{Info: Added example}
[Updated] CombineArrays.CombineTwo_IntArrays (int[] PartA, int[] PartB)
{Info: Added example}
[Updated] CombineArrays.CombineTwo_LongArrays (long[] PartA, long[] PartB)
{Info: Added example}
[Updated] CombineArrays.CombineTwo_FloatArrays (float[] PartA, float[] PartB)
{Info: Added example}
[Updated] CombineArrays.CombineTwo_DoubleArrays (double[] PartA, double[] PartB)
{Info: Added example}
[Updated] CombineArrays.CombineTwo_StringArrays (String[] PartA, String[] PartB)
{Info: Added example}
[Updated] CombineArrays.CombineTwo_ObjectArrays (Object[] PartA, Object[] PartB)
{Info: Added example}
[Added] CheckFormat.CheckNumberType (double Input)
{Info: Added documentation, added example}
[Added] CheckFormat.CheckNumberType (BigInteger Input)
{Info: Added documentation, added example}
[Added] CheckFormat.CheckNumberType (BigDecimal Input)
{Info: Added documentation, added example}
[Added] MathConstants.Value_Euler(BigInteger Iterations)
{Info: Added documentation, added example}
[Added] Operations.Factorial(double Iterations)
{Info: Added documentation, added example}
[Added] Operations.Factorial(BigInteger Iterations)
{Info: Added documentation, added example}
[Added] Operations.Factorial(BigDecimal Iterations)
{Info: Added documentation, added example}
[Added] Operations.NewtonRaphsonRooting(BigInteger Value, BigInteger Root)
[Updated] Operations.Add(double a, double b)
{Info: Added example}
[Updated] Operations.Divide(double a, double b)
{Info: Added example}
[Updated] Operations.Multiply(double a, double b)
{Info: Added example}
[Updated] Operations.Subtract(double a, double b)
{Info: Added example}
[Updated] Operations.Power(double a, double b)
{Info: Updated documentation, added example}
[Updated] Operations.Root(double Value, double Root)
{Info: Updated documentation, added example, fixed bug}
[Updated] Operations.Log(double Value, double Base)
{Info: Updated documentation, added example, fixed bug}
[Updated] Operations.Mod(double Value, double Divisor)
{Info: Updated documentation, added example, fixed bug}
[Updated] Operations.Add(BigInteger a, BigInteger b)
{Info: Added example}
[Updated] Operations.Divide(BigInteger a, BigInteger b)
{Info: Added example}
[Updated] Operations.Multiply(BigInteger a, BigInteger b)
{Info: Added example}
[Updated] Operations.Subtract(BigInteger a, BigInteger b)
{Info: Added example}
[Updated] Operations.Power(BigInteger a, int b)
{Info: Updated documentation, added examples, fixed bug, changed b to be of type int to type BigInteger}
[Updated] Operations.Mod(BigInteger Value, BigInteger Divisor)
{Info: Updated documentation}
[Updated] Operations.Add(BigDecimal a, BigDecimal b)
{Info: Added example}
[Updated] Operations.Divide(BigDecimal a, BigDecimal b)
{Info: Added example, fixed bug}
[Updated] Operations.Multiply(BigDecimal a, BigDecimal b)
{Info: Added example}
[Updated] Operations.Subtract(BigDecimal a, BigDecimal b)
{Info: Added example}
[Updated] Operations.Power(BigDecimal a, BigDecimal b)
{Info: Updated documentation, added example, fixed bug}
[Updated] Operations.Mod(BigDecimal Value, BigDecimal Divisor)
{Info: Updated documentation, fixed bug, added example}
<Updated Information.getStatus()'s JavaDoc Accordingly>*
* - This Changelog is Not 100% Accurate as there May have been Minor Tweaks/Modifications Performed on the Functions and or their Documentations, but All Major Modifications to this Library Should be Represented in this Changelog.

