Index
Alle Klassen und Schnittstellen|Alle Packages|Serialisierte Form
A
- add(int, T) - Methode in Klasse ch.framedev.simplejavautils.CustomList
- add(T) - Methode in Klasse ch.framedev.simplejavautils.CustomList
- arrayToList(T[]) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
B
- BLACK - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
-
Regular Colors.
- BLACK_BACKGROUND - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
-
Background colors.
- BLACK_BACKGROUND_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
-
High Intensity background colors.
- BLACK_BOLD - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
-
Bold colors.
- BLACK_BOLD_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
-
Bold High Intensity colors.
- BLACK_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
-
High Intensity colors.
- BLACK_UNDERLINED - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
-
Underline colors.
- BLUE - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- BLUE_BACKGROUND - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- BLUE_BACKGROUND_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- BLUE_BOLD - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- BLUE_BOLD_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- BLUE_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- BLUE_UNDERLINED - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- byteListToArray(List<Byte>) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- byteToDouble(byte) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- byteToFloat(byte) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- byteToInteger(byte) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- byteToLong(byte) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- byteToShort(byte) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- byteToString(byte) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
C
- CacheEntry<V> - Klasse in ch.framedev.simplejavautils
- CacheEntry(V, long) - Konstruktor für Klasse ch.framedev.simplejavautils.CacheEntry
- capitalize(String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Capitalizes the first letter of the given string.
- capitalizeFirstLetter(String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Veraltet.
- centerTextWithSymbol(String, char, int) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- CENTIMETER - Enum-Konstante in Enumeration ch.framedev.simplejavautils.Length
- ch.framedev.simplejavautils - Package ch.framedev.simplejavautils
- check() - Methode in Klasse ch.framedev.simplejavautils.Cooldown
- check() - Methode in Klasse ch.framedev.simplejavautils.CooldownMilliSeconds
- clear() - Methode in Klasse ch.framedev.simplejavautils.CustomList
- clear() - Methode in Klasse ch.framedev.simplejavautils.LRUCache
- ConsoleColors - Enum in ch.framedev.simplejavautils
-
Enum representing different console colors and styles.
- contains(String) - Methode in Klasse ch.framedev.simplejavautils.Settings
- contains(String) - Methode in Klasse ch.framedev.simplejavautils.TokenHandler
- contains(T) - Methode in Klasse ch.framedev.simplejavautils.CustomList
- convert(double, Time, Time) - Statische Methode in Enumeration ch.framedev.simplejavautils.Time
-
Generic conversion between units (fractional values supported).
- convert(long, Time, Time) - Statische Methode in Enumeration ch.framedev.simplejavautils.Time
-
Backwards-compatible overload for integral values.
- convertTo(double, Length) - Methode in Enumeration ch.framedev.simplejavautils.Length
-
Converts a given value from this unit to another unit.
- convertTo(double, Time) - Methode in Enumeration ch.framedev.simplejavautils.Time
-
Convert a value in this unit to the target unit.
- convertTo(long, Time) - Methode in Enumeration ch.framedev.simplejavautils.Time
- convertTo(Length) - Methode in Klasse ch.framedev.simplejavautils.LengthConverter
-
Converts the stored length to another unit.
- Cooldown - Klasse in ch.framedev.simplejavautils
-
/ This Plugin was Created by FrameDev / Package: de.framedev.javautils / ClassName Cooldown / Date: 05.03.22 / Project: JavaUtils / Copyrighted by FrameDev
- Cooldown() - Konstruktor für Klasse ch.framedev.simplejavautils.Cooldown
- Cooldown(int, int) - Konstruktor für Klasse ch.framedev.simplejavautils.Cooldown
- Cooldown(int, int, long) - Konstruktor für Klasse ch.framedev.simplejavautils.Cooldown
- CooldownMilliSeconds - Klasse in ch.framedev.simplejavautils
-
/ This Plugin was Created by FrameDev / Package : de.framedev.javautils / ClassName CooldownMilliSeconds / Date: 05.03.22 / Project: JavaUtils / Copyrighted by FrameDev
- CooldownMilliSeconds(int, long) - Konstruktor für Klasse ch.framedev.simplejavautils.CooldownMilliSeconds
- CooldownMilliSeconds(int, long, long) - Konstruktor für Klasse ch.framedev.simplejavautils.CooldownMilliSeconds
- copyFileTo(File, File) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Copy a File to a new Location
- createEmptyLogger(String) - Methode in Klasse ch.framedev.simplejavautils.MyFormatter
- createEmptyLogger(String, boolean) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
This Method Creates a Logger from scratch
- createLogger(String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
- createScheduledThreadPool(int, Runnable, int, int, TimeUnit) - Methode in Klasse ch.framedev.simplejavautils.ExecutorsUtils
-
Creates a new scheduled thread pool with the given number of threads.
- createSingleThreadScheduledExecutor(Runnable, int, int, TimeUnit) - Methode in Klasse ch.framedev.simplejavautils.ExecutorsUtils
-
Creates a new single-threaded scheduled executor.
- CustomGenerators - Klasse in ch.framedev.simplejavautils
-
A class that provides utility methods for generating random integers and doubles.
- CustomGenerators() - Konstruktor für Klasse ch.framedev.simplejavautils.CustomGenerators
- CustomGenerators.DoubleRandomNumberGenerator - Klasse in ch.framedev.simplejavautils
-
A nested class that generates random doubles within a specified range.
- CustomGenerators.IntRandomNumberGenerator - Klasse in ch.framedev.simplejavautils
-
A nested class that generates random integers within a specified range.
- CustomList<T> - Klasse in ch.framedev.simplejavautils
- CustomList() - Konstruktor für Klasse ch.framedev.simplejavautils.CustomList
- CustomList(int) - Konstruktor für Klasse ch.framedev.simplejavautils.CustomList
- CYAN - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- CYAN_BACKGROUND - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- CYAN_BACKGROUND_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- CYAN_BOLD - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- CYAN_BOLD_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- CYAN_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- CYAN_UNDERLINED - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
D
- DAYS - Enum-Konstante in Enumeration ch.framedev.simplejavautils.Time
- debug(Object) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Debug an Object
- decodeFileFromBase64Binary(byte[], String, String, String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Decodes a Base64 binary file and saves it to the specified location with the given file name and extension.
- decodeFileFromBase64BinaryTmp(byte[], String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Decodes a Base64 binary file and saves it as a temporary file with the specified extension.
- decrypt(String) - Statische Methode in Klasse ch.framedev.simplejavautils.EncryptionUtil
- doubleListToArray(List<Double>) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- DoubleRandomNumberGenerator() - Konstruktor für Klasse ch.framedev.simplejavautils.CustomGenerators.DoubleRandomNumberGenerator
-
Initializes a new instance of the
DoubleRandomNumberGeneratorclass. - DoubleRandomNumberGenerator(double, double) - Konstruktor für Klasse ch.framedev.simplejavautils.CustomGenerators.DoubleRandomNumberGenerator
-
Initializes a new random number generator that generates random doubles within the specified range.
- doubleToFloat(double) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- doubleToInt(double) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- doubleToInteger(double) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- doubleToLong(double) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- doubleToShort(double) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- doubleToString(double) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- download(String, String, String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Download a File from an Url
- download(String, String, String, String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Download a File from an Url and copying it to a new Folder
E
- encodeFileToBase64BinaryArray(File) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Encodes a file to a Base64 binary array.
- encrypt(String) - Statische Methode in Klasse ch.framedev.simplejavautils.EncryptionUtil
- EncryptionUtil - Klasse in ch.framedev.simplejavautils
- EncryptionUtil() - Konstruktor für Klasse ch.framedev.simplejavautils.EncryptionUtil
- error(Object) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Print an Error with the Object (System.err.println())
- ExecutorsUtils - Klasse in ch.framedev.simplejavautils
- ExecutorsUtils() - Konstruktor für Klasse ch.framedev.simplejavautils.ExecutorsUtils
- existsFile(File) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Check if the selected File is existing
- existsFile(String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Check if a File is existing
F
- floatListToArray(List<Float>) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- floatToDouble(float) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- floatToInt(float) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- floatToInteger(float) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- floatToLong(float) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- floatToShort(float) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- floatToString(float) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- FOOT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.Length
- format(LogRecord) - Methode in Klasse ch.framedev.simplejavautils.MyFormatter
- FrameList<T> - Klasse in ch.framedev.simplejavautils
-
This is a custom LinkedList it contains the method to Replace objects in the list / This Plugin was Created by FrameDev / Package : de.framedev.javautils / ClassName CustomString / Date: 17.06.21 / Project: JavaUtils / Copyrighted by FrameDev
- FrameList() - Konstruktor für Klasse ch.framedev.simplejavautils.FrameList
- FrameTreeMap<K,
V> - Klasse in ch.framedev.simplejavautils -
Create a Custom TreeMap / This Plugin was Created by FrameDev / Package : ch.framedev.javautils / ClassName FrameHashMap / Date: 03.04.22 / Project: JavaUtils / Copyrighted by FrameDev
- FrameTreeMap() - Konstruktor für Klasse ch.framedev.simplejavautils.FrameTreeMap
G
- GB - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.DiskSizeType
- generateBox(String...) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- get(int) - Methode in Klasse ch.framedev.simplejavautils.CustomList
- get(K) - Methode in Klasse ch.framedev.simplejavautils.LRUCache
- get(T) - Methode in Klasse ch.framedev.simplejavautils.CustomList
- getActiveThread() - Methode in Klasse ch.framedev.simplejavautils.SystemUtils
- getActiveThreadCount() - Methode in Klasse ch.framedev.simplejavautils.SystemUtils
- getAllFreeDiskSpace() - Methode in Klasse ch.framedev.simplejavautils.SystemUtils
- getAllocatedFree() - Methode in Klasse ch.framedev.simplejavautils.SystemMemory
-
Current allocated free memory: space immediately ready for new objects.
- getAllocatedTotal() - Methode in Klasse ch.framedev.simplejavautils.SystemMemory
-
Total allocated memory: space currently reserved for the JVM heap within the process.
- getAllTotalDiskSpace() - Methode in Klasse ch.framedev.simplejavautils.SystemUtils
- getAllUsedDiskSpace() - Methode in Klasse ch.framedev.simplejavautils.SystemUtils
- getArchitecture() - Methode in Klasse ch.framedev.simplejavautils.SystemUtils
- getClassName(Class<?>) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Return the ClassName
- getConstructor(String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieve the Constructor from the Class
- getConstructor(String, Class<?>...) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieve the Constructor from the Class
- getConstructors(String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieve the Constructorrs from the Class
- getCores() - Methode in Klasse ch.framedev.simplejavautils.SystemUtils
- getCurrentStats() - Methode in Klasse ch.framedev.simplejavautils.SystemMemory
-
Dump of the current state for debugging or understanding the memory divisions.
- getDriveDescription(File) - Methode in Klasse ch.framedev.simplejavautils.SystemUtils
- getEnumValue(String, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Return the ClassName
- getEnumValues(String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Return the Enume Values
- getField(String, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves you the selected Field
- getFieldAnnotations(String, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves the Annotations from the Field
- getFieldAnnotationsSuperClass(String, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves the Annotations from the Field from the Upper Class
- getFields(String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieve the Fields from the Class
- getFieldsSuperClass(String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieve the Fields from the Upper Class
- getFieldSuperClass(String, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves you the selected Field from the Upper Class
- getFieldType(String, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves the Type of the Field
- getFieldTypeSuperClass(String, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves the Type of the Field from the Upper Class
- getFieldValue(String, Object, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves the Value of a Field in a Class
- getFieldValueSuperClass(String, Object, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves the Value of a Field in a Class from the Upper Class
- getFilePath() - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Retrieves the file path of the application based on the operating system.
- getFilePath(Class<?>) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Retrieves the file path of the application based on the operating system.
- getFree() - Methode in Klasse ch.framedev.simplejavautils.SystemMemory
-
Total free memory: memory available for new Objects, even at the cost of growing the allocated memory of the process.
- getFreeDiskSpace(File) - Methode in Klasse ch.framedev.simplejavautils.SystemUtils
- getFromResourceFile(String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Get a File from the Resource Folder
- getFromResourceFile(String, Class<?>) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Get a File from the Resource Folder
- getHead(Handler) - Methode in Klasse ch.framedev.simplejavautils.MyFormatter
- getId() - Methode in Klasse ch.framedev.simplejavautils.Cooldown
- getId() - Methode in Klasse ch.framedev.simplejavautils.CooldownMilliSeconds
- getJavaVersion() - Statische Methode in Klasse ch.framedev.simplejavautils.SystemUtils.JavaVersionMapper
- getKey(V) - Methode in Klasse ch.framedev.simplejavautils.FrameTreeMap
- getLocalAddress() - Methode in Klasse ch.framedev.simplejavautils.SystemUtils
-
This Method returns the LocalAddress
- getLocalHostName() - Methode in Klasse ch.framedev.simplejavautils.SystemUtils
-
This Method returns the Local Hostname
- getLogger() - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Get the Logger for SimpleJavaUtils
- getMax() - Methode in Klasse ch.framedev.simplejavautils.CustomGenerators.DoubleRandomNumberGenerator
-
Gets the maximum value for the random double generation.
- getMax() - Methode in Klasse ch.framedev.simplejavautils.CustomGenerators.IntRandomNumberGenerator
-
Gets the maximum value for the random integer generation.
- getMethod(String, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves the Method
- getMethodAnnotations(String, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves the Method Annotations
- getMethodAnnotationsSuperClass(String, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves the Method Annotations from the Upper Class
- getMethodSuperClass(String, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves the Method from the Upper Class
- getMilliSeconds() - Methode in Klasse ch.framedev.simplejavautils.Cooldown
- getMilliSeconds() - Methode in Klasse ch.framedev.simplejavautils.CooldownMilliSeconds
- getMilliSecondsLeft() - Methode in Klasse ch.framedev.simplejavautils.Cooldown
- getMilliSecondsLeft() - Methode in Klasse ch.framedev.simplejavautils.CooldownMilliSeconds
- getMilliSecs() - Methode in Klasse ch.framedev.simplejavautils.CooldownMilliSeconds
- getMin() - Methode in Klasse ch.framedev.simplejavautils.CustomGenerators.DoubleRandomNumberGenerator
-
Gets the minimum value for the random double generation.
- getMin() - Methode in Klasse ch.framedev.simplejavautils.CustomGenerators.IntRandomNumberGenerator
-
Gets the minimum value for the random integer generation.
- getObjectFromBase64File(File) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Return an Object as (T) from a File
- getOs() - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Return the Operating System Name
- getOSType() - Methode in Klasse ch.framedev.simplejavautils.SystemUtils
-
Return the OsType from the Operating System
- getOsVersion() - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Return Os's Version
- getParameterTypes(String, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves the Method Parameter Types
- getParameterTypesSuperClass(String, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves the Method Parameter Types from the Upper Class
- getProperties() - Methode in Klasse ch.framedev.simplejavautils.Settings
- getProperties() - Methode in Klasse ch.framedev.simplejavautils.TokenHandler
- getProperty(String) - Methode in Klasse ch.framedev.simplejavautils.Settings
- getProperty(String) - Methode in Klasse ch.framedev.simplejavautils.TokenHandler
- getSeconds() - Methode in Klasse ch.framedev.simplejavautils.Cooldown
- getSecondsLeft() - Methode in Klasse ch.framedev.simplejavautils.Cooldown
- getSecondsPerUnit() - Methode in Enumeration ch.framedev.simplejavautils.Time
- getSize() - Methode in Enumeration ch.framedev.simplejavautils.SystemUtils.DiskSizeType
- getTail(Handler) - Methode in Klasse ch.framedev.simplejavautils.MyFormatter
- getTempDir() - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Get The Temp Directory
- getTotal() - Methode in Klasse ch.framedev.simplejavautils.SystemMemory
-
Total designated memory: this will equal the configured
-Xmxvalue. - getTotalDiskSpace(File) - Methode in Klasse ch.framedev.simplejavautils.SystemUtils
- getUnallocated() - Methode in Klasse ch.framedev.simplejavautils.SystemMemory
-
Unallocated memory: amount of space the process' heap can grow.
- getUsed() - Methode in Klasse ch.framedev.simplejavautils.SystemMemory
-
Used memory: Java heap currently used by instantiated objects.
- getUsedDiskSpace(File) - Methode in Klasse ch.framedev.simplejavautils.SystemUtils
- getUserAppData() - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Get the user Applications Store Folder
- getUserDir() - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Get the User's Directory
- getUserHome() - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Get The User Home Directory
- getValue() - Methode in Klasse ch.framedev.simplejavautils.CacheEntry
- getValue() - Methode in Enumeration ch.framedev.simplejavautils.Length
- GREEN - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- GREEN_BACKGROUND - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- GREEN_BACKGROUND_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- GREEN_BOLD - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- GREEN_BOLD_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- GREEN_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- GREEN_UNDERLINED - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
H
- hasAnnotation(String, String, Class<? extends Annotation>) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves the Method Annotations
- hasAnnotationSuperClass(String, String, Class<? extends Annotation>) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves the Method Annotations from the Upper Class
- hasClassAnnotation(String, Class<? extends Annotation>) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves if the Class has the Annotation
- hasClassAnnotationSuperClass(String, Class<? extends Annotation>) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves if the Class has the Annotation from the Upper Class
- hasConstructorAnnotation(Constructor<?>, Class<? extends Annotation>) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves if the Constructor has the Annotation
- hasFieldAnnotation(String, String, Class<? extends Annotation>) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves if the Field has the Annotation
- hasFieldAnnotationSuperClass(String, String, Class<? extends Annotation>) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Retrieves if the Field has the Annotation from the Upper Class
- HashMapUpdate<K,
V> - Klasse in ch.framedev.simplejavautils - HashMapUpdate() - Konstruktor für Klasse ch.framedev.simplejavautils.HashMapUpdate
- hashPassword(String) - Methode in Klasse ch.framedev.simplejavautils.PasswordHasher
-
Hashes the given password using the PBKDF2 algorithm.
- hasMethodArguments(String, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Checks if the Method requires Arguments
- hasMethodArgumentsSuperClass(String, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Checks if the Method requires Arguments from the Upper Class
- HOURS - Enum-Konstante in Enumeration ch.framedev.simplejavautils.Time
I
- INCH - Enum-Konstante in Enumeration ch.framedev.simplejavautils.Length
- indexOf(T) - Methode in Klasse ch.framedev.simplejavautils.CustomList
- intListToArray(List<Integer>) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- IntRandomNumberGenerator() - Konstruktor für Klasse ch.framedev.simplejavautils.CustomGenerators.IntRandomNumberGenerator
-
Initializes a new instance of the
IntRandomNumberGeneratorclass. - IntRandomNumberGenerator(int, int) - Konstruktor für Klasse ch.framedev.simplejavautils.CustomGenerators.IntRandomNumberGenerator
-
Initializes a new random number generator that generates random integers within the specified range.
- intToDouble(int) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- intToFloat(int) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- intToLong(int) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- intToShort(int) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- intToString(int) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- isAtMaximumAllocation() - Methode in Klasse ch.framedev.simplejavautils.SystemMemory
-
Maximum allocation: the process' allocated memory will not grow any further.
- isBoolean(String) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- isBounded() - Methode in Klasse ch.framedev.simplejavautils.SystemMemory
-
Unbounded memory: there is no inherent limit on free memory.
- isByte(String) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- isDouble(String) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- isDrive(File) - Methode in Klasse ch.framedev.simplejavautils.SystemUtils
- isEmpty() - Methode in Klasse ch.framedev.simplejavautils.CustomList
- isExpired() - Methode in Klasse ch.framedev.simplejavautils.CacheEntry
- isExpired() - Methode in Klasse ch.framedev.simplejavautils.Cooldown
-
Check if the Cooldown is expired or not
- isFloat(String) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- isInteger(String) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- isLong(String) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- isOnline(String, int) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Check if Server with Port is Online or can Connect Timeout default is 2500 Milliseconds
- isOnline(String, int, int) - Statische Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Check if Server with Port is Online or can connect
- isRunning() - Methode in Klasse ch.framedev.simplejavautils.ExecutorsUtils
-
Checks if the executor service is running.
- isShort(String) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
-
Checks if the given string can be parsed into a short integer.
- isVoidMethod(String, Object, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Checks if the Method is a Void Method
- isVoidMethod(String, Object, String, Object...) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
- isVoidMethodSuperClass(String, Object, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
- isVoidMethodSuperClass(String, Object, String, Object...) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
- iterator() - Methode in Klasse ch.framedev.simplejavautils.CustomList
J
- JavaVersionMapper() - Konstruktor für Klasse ch.framedev.simplejavautils.SystemUtils.JavaVersionMapper
K
L
- lastIndexOf(T) - Methode in Klasse ch.framedev.simplejavautils.CustomList
- Length - Enum in ch.framedev.simplejavautils
- LengthConverter - Klasse in ch.framedev.simplejavautils
- LengthConverter(Length, double) - Konstruktor für Klasse ch.framedev.simplejavautils.LengthConverter
- LIGHT_YEAR - Enum-Konstante in Enumeration ch.framedev.simplejavautils.Length
- LINUX - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.OSType
- listToArray(List<T>, Class<T>) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
-
Converts a list to an array.
- loadResouceProperties() - Methode in Klasse ch.framedev.simplejavautils.Settings
- logger - Statische Variable in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
- longListToArray(List<Long>) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- longToDouble(long) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- longToFloat(long) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- longToInt(long) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- longToInteger(long) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- longToShort(long) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- longToString(long) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- LRUCache<K,
V> - Klasse in ch.framedev.simplejavautils - LRUCache(int, long) - Konstruktor für Klasse ch.framedev.simplejavautils.LRUCache
M
- MACOS - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.OSType
- MAGENTA - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- MAGENTA_BACKGROUND - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- MAGENTA_BACKGROUND_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- MAGENTA_BOLD - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- MAGENTA_BOLD_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- MAGENTA_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- MAGENTA_UNDERLINED - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- main(String[]) - Statische Methode in Klasse ch.framedev.simplejavautils.Main
- Main - Klasse in ch.framedev.simplejavautils
- Main() - Konstruktor für Klasse ch.framedev.simplejavautils.Main
- MB - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.DiskSizeType
- METER - Enum-Konstante in Enumeration ch.framedev.simplejavautils.Length
- metersToMiles(double) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- MILE - Enum-Konstante in Enumeration ch.framedev.simplejavautils.Length
- milesToMeters(double) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- MILLIMETER - Enum-Konstante in Enumeration ch.framedev.simplejavautils.Length
- MILLISECONDS - Enum-Konstante in Enumeration ch.framedev.simplejavautils.Time
- MINUTES - Enum-Konstante in Enumeration ch.framedev.simplejavautils.Time
- MONTHS - Enum-Konstante in Enumeration ch.framedev.simplejavautils.Time
- moveFileTo(File, File) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Move a File to the new Location
- MyFormatter - Klasse in ch.framedev.simplejavautils
-
/ This Plugin was Created by FrameDev / Package : de.framedev.javautils / ClassName MyFormatter / Date: 29.05.21 / Project: JavaUtils / Copyrighted by FrameDev
- MyFormatter() - Konstruktor für Klasse ch.framedev.simplejavautils.MyFormatter
- MyFormatter(boolean) - Konstruktor für Klasse ch.framedev.simplejavautils.MyFormatter
N
- newInstance(String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Create a new Instance from a Class
- newInstance(String, List<Object>, boolean, Class<?>...) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Create a new Instance from a Class
- newInstance(String, List<Object>, Class<?>...) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Create a new Instance from a Class
- nextDouble() - Methode in Klasse ch.framedev.simplejavautils.CustomGenerators.DoubleRandomNumberGenerator
-
Generates a random double within the specified range.
- nextInt() - Methode in Klasse ch.framedev.simplejavautils.CustomGenerators.IntRandomNumberGenerator
-
Generates a random integer within the specified range.
O
- objectFromBase64(String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Decode a Base64 String
- objectListToArray(List<Object>) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- objectToBase64(T) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Create a String of a Base64 (encode)
- objectToBoolean(Object) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- objectToDouble(Object) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- objectToFloat(Object) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- objectToInt(Object) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- objectToLong(Object) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- objectToShort(Object) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- objectToString(Object) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- OTHER - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.OSType
P
- PasswordHasher - Klasse in ch.framedev.simplejavautils
- PasswordHasher() - Konstruktor für Klasse ch.framedev.simplejavautils.PasswordHasher
- PB - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.DiskSizeType
- printBox(String...) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- put(K, V) - Methode in Klasse ch.framedev.simplejavautils.LRUCache
- put(K, V, long) - Methode in Klasse ch.framedev.simplejavautils.LRUCache
- putHash(K, V) - Methode in Klasse ch.framedev.simplejavautils.FrameTreeMap
- putHash(K, V) - Methode in Klasse ch.framedev.simplejavautils.HashMapUpdate
R
- randomDouble(double, double) - Methode in Klasse ch.framedev.simplejavautils.CustomGenerators
-
Generates a random double within the specified range.
- randomInt(int, int) - Methode in Klasse ch.framedev.simplejavautils.CustomGenerators
-
Generates a random integer within the specified range.
- RED - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- RED_BACKGROUND - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- RED_BACKGROUND_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- RED_BOLD - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- RED_BOLD_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- RED_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- RED_UNDERLINED - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- ReflectionUtils - Klasse in ch.framedev.simplejavautils
-
/ This Plugin was Created by FrameDev / Package: de.framedev.javautils / ClassName ReflectionUtils / Date: 26.09.21 / Project: JavaUtils / Copyrighted by FrameDev
- ReflectionUtils() - Konstruktor für Klasse ch.framedev.simplejavautils.ReflectionUtils
-
This Class can be used for Java Reflection Please mention the use of this Class
ReflectionUtils - ReflectionUtils(boolean) - Konstruktor für Klasse ch.framedev.simplejavautils.ReflectionUtils
-
This Class can be used for Java Reflection Please mention the use of this Class
ReflectionUtils - remove(int) - Methode in Klasse ch.framedev.simplejavautils.CustomList
- remove(K) - Methode in Klasse ch.framedev.simplejavautils.LRUCache
- remove(T) - Methode in Klasse ch.framedev.simplejavautils.CustomList
- replace(int, T) - Methode in Klasse ch.framedev.simplejavautils.FrameList
-
Replace Data in the List
- replace(T, T) - Methode in Klasse ch.framedev.simplejavautils.FrameList
-
Replace Data in the List
- replaceAndWithParagraph(String) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- replaceObject(String, String, Object) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- RESET - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
-
Color end string, color reset.
- round(double, int) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Round a double value to the giving Places
- runMethod(String, Object, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Invokes the Method
- runMethod(String, Object, String, Object...) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Invokes the Method with arguments
- runMethodSupClass(String, Object, String, Object...) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Invokes the Method with arguments
- runMethodSuperClass(String, Object, String) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Invokes the Method
S
- save() - Methode in Klasse ch.framedev.simplejavautils.Settings
- saveObjectToBase64File(File, T) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Save an object to a Base64 File
- SECONDS - Enum-Konstante in Enumeration ch.framedev.simplejavautils.Time
- sendInformation() - Methode in Klasse ch.framedev.simplejavautils.Cooldown
- sendInformation() - Methode in Klasse ch.framedev.simplejavautils.CooldownMilliSeconds
- set(int, T) - Methode in Klasse ch.framedev.simplejavautils.CustomList
- setField(String, Object, String, Object) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Change the Value of a Field in a Class
- setFieldSuperClass(String, Object, String, Object) - Methode in Klasse ch.framedev.simplejavautils.ReflectionUtils
-
Change the Value of a Field in a Class from the Upper Class
- setMax(double) - Methode in Klasse ch.framedev.simplejavautils.CustomGenerators.DoubleRandomNumberGenerator
-
Sets the maximum value for the random double generation.
- setMax(int) - Methode in Klasse ch.framedev.simplejavautils.CustomGenerators.IntRandomNumberGenerator
-
Sets the maximum value for the random integer generation.
- setMin(double) - Methode in Klasse ch.framedev.simplejavautils.CustomGenerators.DoubleRandomNumberGenerator
-
Sets the minimum value for the random double generation.
- setMin(int) - Methode in Klasse ch.framedev.simplejavautils.CustomGenerators.IntRandomNumberGenerator
-
Sets the minimum value for the random integer generation.
- setProperty(String, String) - Methode in Klasse ch.framedev.simplejavautils.Settings
- Settings - Klasse in ch.framedev.simplejavautils
- Settings(File) - Konstruktor für Klasse ch.framedev.simplejavautils.Settings
- Settings(String, Class<?>, File) - Konstruktor für Klasse ch.framedev.simplejavautils.Settings
- shortListToArray(List<Short>) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- shortToDouble(short) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- shortToFloat(short) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- shortToInteger(short) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- shortToLong(short) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- shortToString(short) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- shutdown() - Methode in Klasse ch.framedev.simplejavautils.ExecutorsUtils
-
Shuts down the executor service gracefully.
- shutdownNow() - Methode in Klasse ch.framedev.simplejavautils.ExecutorsUtils
-
Shuts down the executor service immediately.
- SimpleJavaUtils - Klasse in ch.framedev.simplejavautils
- SimpleJavaUtils() - Konstruktor für Klasse ch.framedev.simplejavautils.SimpleJavaUtils
- size() - Methode in Klasse ch.framedev.simplejavautils.CustomList
- size() - Methode in Klasse ch.framedev.simplejavautils.LRUCache
- streamToFile(InputStream) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
- stringListToArray(List<String>) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- stringSplitter(String, String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
- stringToBoolean(String) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- stringToDouble(String) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- stringToFloat(String) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- stringToInteger(String) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- stringToLong(String) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- stringToShort(String) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- SystemMemory - Klasse in ch.framedev.simplejavautils
-
/ This Plugin was Created by FrameDev / Package : de.framedev.javautils / ClassName SystemMemory / Date: 16.07.21 / Project: JavaUtils / Copyrighted by FrameDev
- SystemMemory() - Konstruktor für Klasse ch.framedev.simplejavautils.SystemMemory
- SystemUtils - Klasse in ch.framedev.simplejavautils
-
/ This Plugin was Created by FrameDev / Package : ch.framedev.simplejavautils / ClassName SystemUtils / Date: 16.07.21 / Project: JavaUtils / Copyrighted by FrameDev
- SystemUtils() - Konstruktor für Klasse ch.framedev.simplejavautils.SystemUtils
- SystemUtils.DiskSizeType - Enum in ch.framedev.simplejavautils
- SystemUtils.JavaVersion - Enum in ch.framedev.simplejavautils
- SystemUtils.JavaVersionMapper - Klasse in ch.framedev.simplejavautils
- SystemUtils.OSType - Enum in ch.framedev.simplejavautils
T
- TB - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.DiskSizeType
- TextUtils - Klasse in ch.framedev.simplejavautils
-
This Plugin was Created by FrameDev Package : ch.framedev.simplejavautils ClassName TextUtils Date: 03.05.21 Project: JavaUtils Copyrighted by FrameDev
- TextUtils() - Konstruktor für Klasse ch.framedev.simplejavautils.TextUtils
- Time - Enum in ch.framedev.simplejavautils
- toArray() - Methode in Klasse ch.framedev.simplejavautils.CustomList
- toArray(T[]) - Methode in Klasse ch.framedev.simplejavautils.CustomList
- toCamelCase(String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Converts a string to camel case, where the first letter of the first word is lowercase and the first letter of each subsequent word is capitalized.
- toDays(double) - Methode in Enumeration ch.framedev.simplejavautils.Time
- toDays(long) - Methode in Enumeration ch.framedev.simplejavautils.Time
- toHours(double) - Methode in Enumeration ch.framedev.simplejavautils.Time
- toHours(long) - Methode in Enumeration ch.framedev.simplejavautils.Time
- toKebabCase(String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Converts a string to kebab case, where words are separated by hyphens and all letters are lowercase.
- TokenHandler - Klasse in ch.framedev.simplejavautils
- TokenHandler(String) - Konstruktor für Klasse ch.framedev.simplejavautils.TokenHandler
- toMilliseconds(double) - Methode in Enumeration ch.framedev.simplejavautils.Time
- toMilliseconds(long) - Methode in Enumeration ch.framedev.simplejavautils.Time
- toMinutes(double) - Methode in Enumeration ch.framedev.simplejavautils.Time
- toMinutes(long) - Methode in Enumeration ch.framedev.simplejavautils.Time
- toMonths(double) - Methode in Enumeration ch.framedev.simplejavautils.Time
- toMonths(long) - Methode in Enumeration ch.framedev.simplejavautils.Time
- toPascalCase(String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Converts a string to Pascal case, where the first letter of each word is capitalized and no spaces are present.
- topBottom(int) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- topBottomVoid(int) - Methode in Klasse ch.framedev.simplejavautils.TextUtils
- toSeconds(double) - Methode in Enumeration ch.framedev.simplejavautils.Time
- toSeconds(long) - Methode in Enumeration ch.framedev.simplejavautils.Time
- toSnakeCase(String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Converts a string to kebab case, where words are separated by hyphens and all letters are lowercase.
- toString() - Methode in Enumeration ch.framedev.simplejavautils.ConsoleColors
- toString() - Methode in Klasse ch.framedev.simplejavautils.Cooldown
- toString() - Methode in Klasse ch.framedev.simplejavautils.CustomList
- toString() - Methode in Enumeration ch.framedev.simplejavautils.Length
- toString() - Methode in Klasse ch.framedev.simplejavautils.LengthConverter
- toString() - Methode in Enumeration ch.framedev.simplejavautils.Time
- toTitleCase(String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Converts a string to title case, where the first letter of each word is capitalized.
- toWeeks(double) - Methode in Enumeration ch.framedev.simplejavautils.Time
- toWeeks(long) - Methode in Enumeration ch.framedev.simplejavautils.Time
- toYears(double) - Methode in Enumeration ch.framedev.simplejavautils.Time
- toYears(long) - Methode in Enumeration ch.framedev.simplejavautils.Time
- trimToSize() - Methode in Klasse ch.framedev.simplejavautils.CustomList
U
- uncapitalize(String) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Uncapitalizes the first letter of the given string.
- UtilConverter - Klasse in ch.framedev.simplejavautils
- UtilConverter() - Konstruktor für Klasse ch.framedev.simplejavautils.UtilConverter
V
- valueOf(String) - Statische Methode in Enumeration ch.framedev.simplejavautils.ConsoleColors
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration ch.framedev.simplejavautils.Length
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration ch.framedev.simplejavautils.SystemUtils.DiskSizeType
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration ch.framedev.simplejavautils.SystemUtils.OSType
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration ch.framedev.simplejavautils.Time
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- values() - Statische Methode in Enumeration ch.framedev.simplejavautils.ConsoleColors
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration ch.framedev.simplejavautils.Length
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration ch.framedev.simplejavautils.SystemUtils.DiskSizeType
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration ch.framedev.simplejavautils.SystemUtils.OSType
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration ch.framedev.simplejavautils.Time
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- verifyPassword(String, byte[]) - Methode in Klasse ch.framedev.simplejavautils.PasswordHasher
-
Verifies the given password against the expected hash result.
- VERSION_1_7 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_1_8 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_1_9 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_10 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_11 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_12 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_13 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_14 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_15 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_16 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_17 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_18 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_19 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_20 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_21 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_22 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_23 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
- VERSION_24 - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.JavaVersion
W
- WEEKS - Enum-Konstante in Enumeration ch.framedev.simplejavautils.Time
- WHITE - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- WHITE_BACKGROUND - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- WHITE_BACKGROUND_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- WHITE_BOLD - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- WHITE_BOLD_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- WHITE_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- WHITE_UNDERLINED - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- WINDOWS - Enum-Konstante in Enumeration ch.framedev.simplejavautils.SystemUtils.OSType
Y
- YARD - Enum-Konstante in Enumeration ch.framedev.simplejavautils.Length
- YEARS - Enum-Konstante in Enumeration ch.framedev.simplejavautils.Time
- YELLOW - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- YELLOW_BACKGROUND - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- YELLOW_BACKGROUND_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- YELLOW_BOLD - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- YELLOW_BOLD_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- YELLOW_BRIGHT - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
- YELLOW_UNDERLINED - Enum-Konstante in Enumeration ch.framedev.simplejavautils.ConsoleColors
Z
- zipDirectory(File, File) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Zipping a Complete Directory
- zipFiles(File, File...) - Methode in Klasse ch.framedev.simplejavautils.SimpleJavaUtils
-
Create a Zip Archive where the Files contains
Alle Klassen und Schnittstellen|Alle Packages|Serialisierte Form