File Details
WealthyturtleLib - Version 1.1
- R
- Dec 30, 2017
- 37.37 KB
- 6.7K
- 1.7.10
File Name
WealthyturtleLib [Version 1.1].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.
[Removed] Entire ArrayValues.class
{Info: Almost completely redundant class functions}
[Renamed] Changed Status.Information() to Information.getStatus()
[Added] Information.getFileTypeInformation()
{Info: The documentation of this function explains the difference between "Formal" and "Informal" directories}
[Updated] BaseValues.class
{Info: Updated class documentation}
[Removed] BaseValues.TRUE
{Info: Completely redundant variable}
[Removed] BaseValues.FALSE
{Info: Completely redundant variable}
[Added] BaseValues.MinimumValue_Byte
{Info: As the name states}
[Added] BaseValues.MaximumValue_Byte
{Info: As the name states}
[Updated] BaseValues.MinimumValue_Integer
{Info: Renamed to BaseValues.MinimumValue_Int, updated documentation}
[Updated] BaseValues.MaximumValue_Integer
{Info: Renamed to BaseValues.MaximumValue_Int, updated documentation}
[Updated] BaseEncryption.class
{Info: Updated class documentation}
[Updated] MD.class
{Info: Updated class documentation}
[Updated] MD.MD2_Encrypt(String Input)
{Info: Updated documentation}
[Updated] MD.MD5_Encrypt(String Input)
{Info: Updated documentation}
[Updated] SHA.SHA1_Encrypt (String Input)
{Info: Updated documentation}
[Updated] SHA.SHA1_Coating (String Input, long Layers)
{Info: Updated documentation}
[Updated] SHA.SHA2_224_Encrypt (String Input)
{Info: Updated documentation}
[Updated] SHA.SHA2_224_Coating (String Input, long Layers)
{Info: Updated documentation}
[Updated] SHA.SHA2_256_Encrypt (String Input)
{Info: Updated documentation}
[Updated] SHA.SHA2_256_Coating (String Input, long Layers)
{Info: Updated documentation}
[Updated] SHA.SHA2_384_Encrypt (String Input)
{Info: Updated documentation}
[Updated] SHA.SHA2_384_Coating (String Input, long Layers)
{Info: Updated documentation}
[Updated] SHA.SHA2_512_Encrypt (String Input)
{Info: Updated documentation}
[Updated] SHA.SHA2_512_Coating (String Input, long Layers)
{Info: Updated documentation}
[Updated] CharacterModification.class
{Info: Updated class documentation}
[Updated] CharacterModification.Convert_AlphabetToNumeral (char Character)
{Info: More efficient, added more examples}
[Updated] CharacterModification.Convert_NumeralToAlphabet (int Numeral, boolean Case)
{Info: More efficient, added more examples, updated documentation}
[Updated] CharacterModification.Convert_ToLowercase (char Uppercase)
{Info: More efficient}
[Updated] CharacterModification.Convert_ToUppercase (char Lowercase)
{Info: More efficient}
[Updated] CharacterModification.SimplifyNumeralofAlphabet (int ToSimplify)
{Info: More efficient, bug fix, added more examples, updated return values, updated documentation}
[Updated] CharacterModification.StringReversal (String Input)
{Info: Updated documentation}
[Updated] Ciphers.CaesarCipher (String Input, int ValueToModifyBy, boolean CaseSensitive)
{Info: Renamed variables, updated documentation}
[Updated] Ciphers.CaesarCipher_ListPossibilities (String Input, boolean CaseSensitive)
{Info: Renamed variables, updated documentation}
[Updated] Ciphers.CaesarCipher_UncaseSensitive (String Input, int ValueToModifyBy)
{Info: More efficient, updated documentation}
[Updated] Ciphers.CaesarCipher_CaseSensitive (String Input, int ValueToModifyBy)
{Info: More efficient, updated documentation}
[Removed] WealthyturtleExceptions.MetaException (String Type, String Cause)
{Info: Almost completely redundant function}
[Added] WealthyturtleExceptions.DoNotImportException(String Message)
{Info: Exception for if someone executes a function that shouldn't be executed}
[Added] WealthyturtleExceptions.CustomException(String Message)
{Info: Added along with its respective documentation}
[Updated] WealthyturtleExceptions.DivideByZeroException(double a, double b)
{Info: Updated exception message}
[Updated] WealthyturtleExceptions.DivideByZeroException(BigInteger a, BigInteger b)
{Info: Updated exception message}
[Updated] WealthyturtleExceptions.DivideByZeroException(BigDecimal a, BigDecimal b)
{Info: Updated exception message}
[Updated] WealthyturtleExceptions.UnknownNumeralCharacterException(String Type, char Input)
{Info: Patched function as per other function removal}
[Removed] FileFunctions.CreateFile(String Directory)
{Info: Redundant function that does nothing}
[Updated] FileFunctions.ToFormalDirectory(String Directory)
{Info: More efficient, renamed function, and modified documentation accordingly}
[Updated] FileFunctions.ToInformalDirectory(String Directory)
{Info: More efficient, renamed function, and modified documentation accordingly}
[Updated] FileFunctions.DecompileDirectoryFinalPosition(String Directory)
{Info: More efficient}
[Updated] FileFunctions.DecompileDirectory(String Directory)
{Info: More efficient}
[Updated] FileFunctions.GetFileExtension(String Directory)
{Info: Added documentation}
[Updated] FileFunctions.CreateFolder(String Directory)
{Info: Added documentation}
[Updated] FileFunctions.FileName(String Directory)
{Info: Added documentation}
[Updated] ModifyFiles.DeleteFile(String Directory)
{Info: Modified documentation}
[Updated] ModifyFiles.AddLine(String Directory, String ToWrite)
{Info: Modified documentation}
[Updated] ModifyFiles.CopyFile(String CurrentDirectory, String NewDirectory)
{Info: Modified documentation}
[Updated] CheckFormat.CheckDirectoryType(String Directory)
{Info: Modified documentation}
[Updated] CheckFormat.CheckDirectoryStyle (String Directory)
{Info: Added documentation}
[Updated] CheckFormat.DirectorySafetyCheck (String Directory, String IntendedDirectoryType, String IntendedDirectoryStyle)
{Info: Added documentation}
[Updated] AdditionalFunctions.RoundOffBasic (double Value, double Decimals)
{Info: Updated documentation, added example}
[Updated] AdditionalFunctions.RoundOffAdvanced (double Value, long Decimals)
{Info: Updated documentation, added examples}
[Updated] AdditionalFunctions.SignificantFigure (double Value, int Accuracy)
{Info: Updated documentation, added examples}
[Updated] AdditionalFunctions.PositiveNegativeConversion (double Value)
{Info: Updated documentation, more efficient, added examples}
[Updated] AdditionalFunctions.FindPrime(int nthPrimeNumber)
{Info: Updated documentation, added examples}
[Updated] AdditionalFunctions.CheckPrime(long Number)
{Info: Updated documentation, added examples, fixed bug}
[Updated] AdditionalFunctions.PrimeNumberList(int xPrimeNumbers)
{Info: Updated documentation, added examples, fixed bug}
[Updated] MathConstants.class
{Info: Updated class documentation}
[Added] MatchConstants.Value_Tau
{Info: Equivalent to the value of tau, added documentation}
[Updated] MathConstants.Value_Pi
{Info: Converted it from a function to a variable, updated documentation}
[Updated] MathConstants.Value_Euler
{Info: Converted it from a function to a variable, updated documentation}
[Updated] MathConstants.Value_EulerMascheroni
{Info: Converted it from a function to a variable, updated documentation}
[Updated] MathConstants.Value_GoldenRatio
{Info: Converted it from a function to a variable, updated documentation}
[Updated] MathConstants.Alphabets_NonCapital
{Info: Renamed it to MathConstants.Alphabets_Lowercase, added documentation}
[Updated] MathConstants. Alphabets_Capital
{Info: Renamed it to MathConstants.Alphabets_Uppercase, added documentation}
[Updated] MathConstants.Numerals
{Info: Added documentation}
[Updated] MathConstants.MathematicalSymbols
{Info: Renamed it to MathConstants.Mathematical_Symbols, added documentation}
[Updated] MathConstants.MathematicalCharacters
{Info: Renamed it to MathConstants.Mathematical_Characters, added documentation}
[Updated] Operations.class
{Info: Updated class documentation}
[Removed] Operations.Divide2(double a, double b)
{Info: Redundant function with little use}
[Removed] Operations.Subtract2(double a, double b)
{Info: Redundant function with little use}
[Removed] Operations.Divide2(BigInteger a, BigInteger b)
{Info: Redundant function with little use}
[Removed] Operations.Subtract2(BigInteger a, BigInteger b)
{Info: Redundant function with little use}
[Removed] Operations.Divide2(BigDecimal a, BigDecimal b)
{Info: Redundant function with little use}
[Removed] Operations.Subtract2(BigDecimal a, BigDecimal b)
{Info: Redundant function with little use}
[Added] Operations.Log(double Value, double Base)
{Info: Added documentation}
[Added] Operations.Mod(double Value, double Divisor)
{Info: Added documentation}
[Added] Operations.Power(BigInteger Value, int Power)
{Info: Added documentation}
[Added] Operations.Mod(BigInteger Value, BigInteger Divisor)
{Info: Added documentation}
[Added] Operations.Power(BigDecimal Value, int Power)
{Info: Added documentation}
[Added] Operations.Mod(BigDecimal Value, BigDecimal Divisor)
{Info: Added documentation}
[Updated] Operations.Add(double a, double b)
{Info: Updated documentation}
[Updated] Operations.Divide1(double a, double b)
{Info: Renamed it to Operations.Divide, updated documentation, fixed bug}
[Updated] Operations.Multiply(double a, double b)
{Info: Updated documentation}
[Updated] Operations.Subtract1(double a, double b)
{Info: Renamed it to Operations.Subtract, updated documentation}
[Updated] Operations.Add(BigInteger a, BigInteger b)
{Info: Updated documentation}
[Updated] Operations.Divide1(BigInteger a, BigInteger b)
{Info: Renamed it to Operations.Divide, updated documentation, fixed bug}
[Updated] Operations.Multiply(BigInteger a, BigInteger b)
{Info: Updated documentation}
[Updated] Operations.Subtract1(BigInteger a, BigInteger b)
{Info: Renamed it to Operations.Subtract, updated documentation}
[Updated] Operations.Add(BigDecimal a, BigDecimal b)
{Info: Updated documentation}
[Updated] Operations.Divide1(BigDecimal a, BigDecimal b)
{Info: Renamed it to Operations.Divide, updated documentation, fixed bug}
[Updated] Operations.Multiply(BigDecimal a, BigDecimal b)
{Info: Updated documentation}
[Updated] Operations.Subtract1(BigDecimal a, BigDecimal b)
{Info: Renamed it to Operations.Subtract, updated documentation}
[Updated] Operations.Power(double Value, double Power)
{Info: Updated documentation}
[Updated] Operations.Root(double Value, double Power)
{Info: Updated documentation, renamed variable, fixed minor bug}
<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.

