Skip navigation links
A B C D E F G H I J K L M N P R S T U V W X 

A

add(Object[], Object) - Static method in class at.chrl.nutils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(boolean[], boolean) - Static method in class at.chrl.nutils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(byte[], byte) - Static method in class at.chrl.nutils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(char[], char) - Static method in class at.chrl.nutils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(double[], double) - Static method in class at.chrl.nutils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(float[], float) - Static method in class at.chrl.nutils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(int[], int) - Static method in class at.chrl.nutils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(long[], long) - Static method in class at.chrl.nutils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(short[], short) - Static method in class at.chrl.nutils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(Object[], int, Object) - Static method in class at.chrl.nutils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(char[], int, char) - Static method in class at.chrl.nutils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(byte[], int, byte) - Static method in class at.chrl.nutils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(short[], int, short) - Static method in class at.chrl.nutils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(int[], int, int) - Static method in class at.chrl.nutils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(long[], int, long) - Static method in class at.chrl.nutils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(float[], int, float) - Static method in class at.chrl.nutils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(double[], int, double) - Static method in class at.chrl.nutils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(E) - Method in interface at.chrl.nutils.interfaces.INestedCollection
addAll(T[], T[]) - Static method in class at.chrl.nutils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(boolean[], boolean[]) - Static method in class at.chrl.nutils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(char[], char[]) - Static method in class at.chrl.nutils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(byte[], byte[]) - Static method in class at.chrl.nutils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(short[], short[]) - Static method in class at.chrl.nutils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(int[], int[]) - Static method in class at.chrl.nutils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(long[], long[]) - Static method in class at.chrl.nutils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(float[], float[]) - Static method in class at.chrl.nutils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(double[], double[]) - Static method in class at.chrl.nutils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(Collection<? extends E>) - Method in interface at.chrl.nutils.interfaces.INestedCollection
addElement(Map.Entry<K, V>) - Method in class at.chrl.nutils.xml.GenericMapAdapter.KeyValuePairContainer
 
addExclusion(Class<?>) - Method in class at.chrl.nutils.DatasetGenerator
 
ArrayParser - Class in at.chrl.nutils
 
ArrayParser() - Constructor for class at.chrl.nutils.ArrayParser
 
ArrayUtils - Class in at.chrl.nutils
 
ArrayUtils() - Constructor for class at.chrl.nutils.ArrayUtils
ArrayUtils instances should NOT be constructed in standard programming.
at.chrl.algorithms.search - package at.chrl.algorithms.search
 
at.chrl.nutils - package at.chrl.nutils
 
at.chrl.nutils.interfaces - package at.chrl.nutils.interfaces
 
at.chrl.nutils.ncrypt - package at.chrl.nutils.ncrypt
 
at.chrl.nutils.streams - package at.chrl.nutils.streams
 
at.chrl.nutils.xml - package at.chrl.nutils.xml
 

B

Base64 - Class in at.chrl.nutils
A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance with RFC 2045.
Base64() - Constructor for class at.chrl.nutils.Base64
 
BlowfishCipher - Class in at.chrl.nutils.ncrypt
Blowfish Cipher - symmetric 16-round cipher, uses 64-bit blocks, 32-448 key size and key-dependend 32-bit four S-boxes
BlowfishCipher(byte[]) - Constructor for class at.chrl.nutils.ncrypt.BlowfishCipher
Default constructor.

C

capacity(int) - Static method in class at.chrl.nutils.CollectionUtils
Returns a capacity that is sufficient to keep the map from being resized as long as it grows no larger than expectedSize and the load factor is >= its default (0.75).
catchException(Function<T, R>) - Static method in class at.chrl.nutils.StreamUtils
 
chance(int) - Static method in class at.chrl.nutils.Rnd
 
chance(double) - Static method in class at.chrl.nutils.Rnd
 
checkIPMatching(String, String) - Static method in class at.chrl.nutils.NetworkUtils
check if IP address match pattern
chopped(List<T>, int) - Static method in class at.chrl.nutils.CollectionUtils
 
cipher(byte[]) - Method in class at.chrl.nutils.ncrypt.BlowfishCipher
Cipher the given byte-array with Blowfish cipher
cipher(byte[], int, int) - Method in class at.chrl.nutils.ncrypt.BlowfishCipher
Cipher the given byte-array with Blowfish cipher
ClassUtils - Class in at.chrl.nutils
This class contains utilities that are used when we are working with classes
ClassUtils() - Constructor for class at.chrl.nutils.ClassUtils
 
clear() - Method in interface at.chrl.nutils.interfaces.INestedCollection
clear() - Method in interface at.chrl.nutils.interfaces.INestedMap
 
clearExclusions() - Method in class at.chrl.nutils.DatasetGenerator
 
clone(Object[]) - Static method in class at.chrl.nutils.ArrayUtils
Shallow clones an array returning a typecast result and handling null.
clone(long[]) - Static method in class at.chrl.nutils.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(int[]) - Static method in class at.chrl.nutils.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(short[]) - Static method in class at.chrl.nutils.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(char[]) - Static method in class at.chrl.nutils.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(byte[]) - Static method in class at.chrl.nutils.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(double[]) - Static method in class at.chrl.nutils.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(float[]) - Static method in class at.chrl.nutils.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(boolean[]) - Static method in class at.chrl.nutils.ArrayUtils
Clones an array returning a typecast result and handling null.
CollectionUtils - Class in at.chrl.nutils
 
compareTo(T, T, Function<T, ? extends Comparable<?>>...) - Static method in class at.chrl.nutils.ClassUtils
Helper function to implement compare interfaces
contains(Object[], Object) - Static method in class at.chrl.nutils.ArrayUtils
Checks if the object is in the given array.
contains(long[], long) - Static method in class at.chrl.nutils.ArrayUtils
Checks if the value is in the given array.
contains(int[], int) - Static method in class at.chrl.nutils.ArrayUtils
Checks if the value is in the given array.
contains(short[], short) - Static method in class at.chrl.nutils.ArrayUtils
Checks if the value is in the given array.
contains(char[], char) - Static method in class at.chrl.nutils.ArrayUtils
Checks if the value is in the given array.
contains(byte[], byte) - Static method in class at.chrl.nutils.ArrayUtils
Checks if the value is in the given array.
contains(double[], double) - Static method in class at.chrl.nutils.ArrayUtils
Checks if the value is in the given array.
contains(double[], double, double) - Static method in class at.chrl.nutils.ArrayUtils
Checks if a value falling within the given tolerance is in the given array.
contains(float[], float) - Static method in class at.chrl.nutils.ArrayUtils
Checks if the value is in the given array.
contains(boolean[], boolean) - Static method in class at.chrl.nutils.ArrayUtils
Checks if the value is in the given array.
contains(Object) - Method in interface at.chrl.nutils.interfaces.INestedCollection
contains(String) - Static method in class at.chrl.nutils.SystemPropertyUtil
Returns true if and only if the system property with the specified key exists.
containsAll(Collection<?>) - Method in interface at.chrl.nutils.interfaces.INestedCollection
containsKey(Object) - Method in interface at.chrl.nutils.interfaces.INestedMap
 
containsValue(Object) - Method in interface at.chrl.nutils.interfaces.INestedMap
 
countMatches(String, char) - Static method in class at.chrl.nutils.StringUtils
Counts matches of given Char "matchMe" in given String s
countMatches(String, String) - Static method in class at.chrl.nutils.StringUtils
 
createHash(String) - Static method in class at.chrl.nutils.PasswordHash
Returns a salted PBKDF2 hash of the password.
createHash(char[]) - Static method in class at.chrl.nutils.PasswordHash
Returns a salted PBKDF2 hash of the password.
createInstanceOnly(Class<T>) - Method in class at.chrl.nutils.DatasetGenerator
 
createOutput(String, String) - Method in class at.chrl.nutils.xml.StringSchemaOutputResolver
 
CryptEngine - Class in at.chrl.nutils.ncrypt
Crypto engine for ecnrypting/decrypting packets, error handling and verifying checksum
CryptEngine() - Constructor for class at.chrl.nutils.ncrypt.CryptEngine
Default constructor.

D

DatasetGenerator - Class in at.chrl.nutils
Dataset generator NOT SUPPORTED: arrays of primtives | multimaps
DatasetGenerator() - Constructor for class at.chrl.nutils.DatasetGenerator
 
decipher(byte[]) - Method in class at.chrl.nutils.ncrypt.BlowfishCipher
Decipher the given byte-array with Blowfish cipher
decipher(byte[], int, int) - Method in class at.chrl.nutils.ncrypt.BlowfishCipher
Decipher the given byte-array with Blowfish cipher
decode(char[]) - Static method in class at.chrl.nutils.Base64
Decodes a BASE64 encoded char array.
decode(byte[]) - Static method in class at.chrl.nutils.Base64
Decodes a BASE64 encoded byte array.
decode(String) - Static method in class at.chrl.nutils.Base64
Decodes a BASE64 encoded String.
decodeFast(char[]) - Static method in class at.chrl.nutils.Base64
Decodes a BASE64 encoded char array that is known to be resonably well formatted.
decodeFast(byte[]) - Static method in class at.chrl.nutils.Base64
Decodes a BASE64 encoded byte array that is known to be resonably well formatted.
decodeFast(String) - Static method in class at.chrl.nutils.Base64
Decodes a BASE64 encoded string that is known to be resonably well formatted.
decrypt(byte[], int, int) - Method in class at.chrl.nutils.ncrypt.CryptEngine
Decrypt given data
deserialize(String, Class<T>) - Static method in class at.chrl.nutils.xml.JAXBUtil
 
deserialize(String, Class<T>, URL) - Static method in class at.chrl.nutils.xml.JAXBUtil
 
deserialize(String, Class<T>, String) - Static method in class at.chrl.nutils.xml.JAXBUtil
 
deserialize(Document, Class<T>, String) - Static method in class at.chrl.nutils.xml.JAXBUtil
 
deserialize(String, Class<T>, Schema) - Static method in class at.chrl.nutils.xml.JAXBUtil
 

E

EMPTY_BOOLEAN_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable boolean array.
EMPTY_BOOLEAN_OBJECT_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable Boolean array.
EMPTY_BYTE_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable byte array.
EMPTY_BYTE_OBJECT_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable Byte array.
EMPTY_CHAR_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable char array.
EMPTY_CHARACTER_OBJECT_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable Character array.
EMPTY_CLASS_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable Class array.
EMPTY_DOUBLE_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable double array.
EMPTY_DOUBLE_OBJECT_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable Double array.
EMPTY_FLOAT_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable float array.
EMPTY_FLOAT_OBJECT_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable Float array.
EMPTY_INT_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable int array.
EMPTY_INTEGER_OBJECT_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable Integer array.
EMPTY_LONG_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable long array.
EMPTY_LONG_OBJECT_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable Long array.
EMPTY_OBJECT_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable Object array.
EMPTY_SHORT_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable short array.
EMPTY_SHORT_OBJECT_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable Short array.
EMPTY_STRING_ARRAY - Static variable in class at.chrl.nutils.ArrayUtils
An empty immutable String array.
encodeToByte(byte[], boolean) - Static method in class at.chrl.nutils.Base64
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToChar(byte[], boolean) - Static method in class at.chrl.nutils.Base64
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.
encodeToString(byte[], boolean) - Static method in class at.chrl.nutils.Base64
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.
encrypt(byte[], int, int) - Method in class at.chrl.nutils.ncrypt.CryptEngine
Encrypt given data
EncryptedRSAKeyPair - Class in at.chrl.nutils.ncrypt
This class is for storing standard RSA Public/Static keyPairs The main difference that N (Modulus) is encrypted to be transfered on the net with simple scrambling algorythm.
EncryptedRSAKeyPair(KeyPair) - Constructor for class at.chrl.nutils.ncrypt.EncryptedRSAKeyPair
Default constructor.
entrySet() - Method in interface at.chrl.nutils.interfaces.INestedMap
 
equals(T, Object, Function<T, ?>...) - Static method in class at.chrl.nutils.ClassUtils
Helper function to implement equals by given getter functions

F

FileUtil - Class in at.chrl.nutils
 
FileUtil() - Constructor for class at.chrl.nutils.FileUtil
 

G

generate(Class<T>, int) - Method in class at.chrl.nutils.DatasetGenerator
 
generate(Class<T>) - Method in class at.chrl.nutils.DatasetGenerator
 
generateBlowfishKey() - Static method in class at.chrl.nutils.ncrypt.KeyGen
Generate and return blowfish key
generateIterable(Class<T>, int) - Method in class at.chrl.nutils.DatasetGenerator
 
generateSchemma(Class<?>...) - Static method in class at.chrl.nutils.xml.JAXBUtil
 
GenericMapAdapter<K,V> - Class in at.chrl.nutils.xml
 
GenericMapAdapter() - Constructor for class at.chrl.nutils.xml.GenericMapAdapter
 
GenericMapAdapter.KeyValuePair<K,V> - Class in at.chrl.nutils.xml
 
GenericMapAdapter.KeyValuePairContainer<K,V> - Class in at.chrl.nutils.xml
 
get(float) - Method in class at.chrl.algorithms.search.RankFilter
 
get(Object) - Method in interface at.chrl.nutils.interfaces.INestedMap
 
get(int, int) - Static method in class at.chrl.nutils.LoremIpsum
 
get() - Static method in class at.chrl.nutils.Rnd
 
get(int) - Static method in class at.chrl.nutils.Rnd
Gets a random number from 0(inclusive) to n(exclusive)
get(int, int) - Static method in class at.chrl.nutils.Rnd
Get a random number from min(inclusiv) to max(inclusiv)
get(T[]) - Static method in class at.chrl.nutils.Rnd
 
get(int[]) - Static method in class at.chrl.nutils.Rnd
 
get(List<?>) - Static method in class at.chrl.nutils.Rnd
 
get(String) - Static method in class at.chrl.nutils.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to null if the property access fails.
get(String, String) - Static method in class at.chrl.nutils.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getBoolean(String, boolean) - Static method in class at.chrl.nutils.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getClassNamesFromDirectory(File) - Static method in class at.chrl.nutils.ClassUtils
Returns class names from directory.
getClassNamesFromJarFile(File) - Static method in class at.chrl.nutils.ClassUtils
Method that returns all class file names from given jar file
getClassNamesFromPackage(File, String, boolean) - Static method in class at.chrl.nutils.ClassUtils
Recursive method used to find all classes in a given directory and subdirs.
getCollectionValue() - Method in class at.chrl.nutils.xml.GenericMapAdapter.KeyValuePair
 
getComparator(Function<T, R>, boolean) - Static method in class at.chrl.nutils.StreamUtils
returns comparator for gicen getter function
getComparator(Function<T, R>...) - Static method in class at.chrl.nutils.StreamUtils
returns comparator by getter functions
getComparator(boolean, Function<T, R>...) - Static method in class at.chrl.nutils.StreamUtils
returns comparator by getter functions
getConcurrentMapSupplier() - Static method in class at.chrl.nutils.CollectionUtils
 
getCPUInfo() - Method in class at.chrl.nutils.JVMInfoUtil
 
getDequeSupplier() - Static method in class at.chrl.nutils.CollectionUtils
 
getDocument(String) - Static method in class at.chrl.nutils.xml.XmlUtils
 
getEncryptedModulus() - Method in class at.chrl.nutils.ncrypt.EncryptedRSAKeyPair
Get encrypted modulus to be transferred on the net.
getEncryptedRSAKeyPair() - Static method in class at.chrl.nutils.ncrypt.KeyGen
Get common RSA Public/Static Key Pair with encrypted modulus N
getFloats(int) - Static method in class at.chrl.nutils.Rnd
Returns a array of length amount with random floats.
getHeader() - Static method in class at.chrl.nutils.LoremIpsum
 
getHostMachineName() - Method in class at.chrl.nutils.JVMInfoUtil
 
getInfiniteCountingStream(int, int) - Static method in class at.chrl.nutils.streams.InfiniteStreams
returns a infinite stream which counts
getInfiniteModuloStream(int, int, int) - Static method in class at.chrl.nutils.streams.InfiniteStreams
returns a infinite stream which counts and calculates modulo
getInfinteRandomStream() - Static method in class at.chrl.nutils.streams.InfiniteStreams
returns a infinite stream with random numbers
getInstance() - Static method in class at.chrl.nutils.JVMInfoUtil
 
getInt(String, int) - Static method in class at.chrl.nutils.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getJREInfo() - Method in class at.chrl.nutils.JVMInfoUtil
 
getJVMInfo() - Method in class at.chrl.nutils.JVMInfoUtil
 
getJVMProcess() - Method in class at.chrl.nutils.JVMInfoUtil
 
getJVMProcessId() - Method in class at.chrl.nutils.JVMInfoUtil
 
getKey() - Method in class at.chrl.nutils.xml.GenericMapAdapter.KeyValuePair
 
getKeyComparator(boolean) - Static method in class at.chrl.nutils.StreamUtils
Returns Comparator for quick map entry sorting Compares by key
getKeyComparator() - Static method in class at.chrl.nutils.StreamUtils
Returns Comparator for quick map entry sorting Compares by key
getLength(Object) - Static method in class at.chrl.nutils.ArrayUtils
Returns the length of the specified array.
getListSupplier() - Static method in class at.chrl.nutils.CollectionUtils
 
getListSupplier(int) - Static method in class at.chrl.nutils.CollectionUtils
 
getLong(String, long) - Static method in class at.chrl.nutils.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getMapSupplier() - Static method in class at.chrl.nutils.CollectionUtils
 
getMapSupplier(int) - Static method in class at.chrl.nutils.CollectionUtils
 
getMapValue() - Method in class at.chrl.nutils.xml.GenericMapAdapter.KeyValuePair
 
getMemoryInfo() - Method in class at.chrl.nutils.JVMInfoUtil
 
getNestedCollection() - Method in interface at.chrl.nutils.interfaces.INestedCollection
returns nested collection of type C
getNestedMap() - Method in interface at.chrl.nutils.interfaces.INestedMap
Returns nestes map object
getNonPrimitiveClass(Class<?>) - Static method in class at.chrl.nutils.ClassUtils
 
getOSInfo() - Method in class at.chrl.nutils.JVMInfoUtil
 
getPrimitiveClass(Class<?>) - Static method in class at.chrl.nutils.ClassUtils
 
getPrimitveClasses() - Static method in class at.chrl.nutils.ClassUtils
 
getQueueStream(BlockingQueue<T>) - Static method in class at.chrl.nutils.streams.InfiniteStreams
Gets infinite queue working stream
getQueueSupplier() - Static method in class at.chrl.nutils.CollectionUtils
 
getRand() - Static method in class at.chrl.nutils.LoremIpsum
 
getRand(int) - Static method in class at.chrl.nutils.LoremIpsum
 
getRealTime() - Method in class at.chrl.nutils.JVMInfoUtil
 
getRSAKeyPair() - Method in class at.chrl.nutils.ncrypt.EncryptedRSAKeyPair
Get default RSA key pair
getSchema(String) - Static method in class at.chrl.nutils.xml.XmlUtils
 
getSchema(URL) - Static method in class at.chrl.nutils.xml.XmlUtils
 
getSchemma() - Method in class at.chrl.nutils.xml.StringSchemaOutputResolver
 
getSetSupplier() - Static method in class at.chrl.nutils.CollectionUtils
 
getSetSupplier(int) - Static method in class at.chrl.nutils.CollectionUtils
 
getString(T, Function<T, ?>...) - Static method in class at.chrl.nutils.ClassUtils
Helper function for toString function
getString(Document) - Static method in class at.chrl.nutils.xml.XmlUtils
 
getSupportedTypes() - Method in class at.chrl.nutils.DatasetGenerator
 
getToPrimitive(Class<T>) - Static method in class at.chrl.nutils.ArrayUtils
 
getValue() - Method in class at.chrl.nutils.xml.GenericMapAdapter.KeyValuePair
 
getValueComparator(boolean) - Static method in class at.chrl.nutils.StreamUtils
Returns Comparator for quick map entry sorting Compares by value
getValueComparator() - Static method in class at.chrl.nutils.StreamUtils
Returns Comparator for quick map entry sorting Compares by value
getValues() - Method in class at.chrl.nutils.xml.GenericMapAdapter.KeyValuePairContainer
 
getWeakMapSupplier() - Static method in class at.chrl.nutils.CollectionUtils
 

H

HASH_BYTE_SIZE - Static variable in class at.chrl.nutils.PasswordHash
 
hashCode(T, Function<T, ?>...) - Static method in class at.chrl.nutils.ClassUtils
Helper function to calculate a hashcode from selected getter functions null values are treated as 0

I

identity() - Static method in class at.chrl.nutils.StreamUtils
identity function
INDEX_NOT_FOUND - Static variable in class at.chrl.nutils.ArrayUtils
The index value when an element is not found in a list or array: -1.
indexOf(Object[], Object) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given object in the array.
indexOf(Object[], Object, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given object in the array starting at the given index.
indexOf(long[], long) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array.
indexOf(long[], long, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(int[], int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array.
indexOf(int[], int, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(short[], short) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array.
indexOf(short[], short, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(char[], char) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array.
indexOf(char[], char, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(byte[], byte) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array.
indexOf(byte[], byte, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(double[], double) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array.
indexOf(double[], double, double) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value within a given tolerance in the array.
indexOf(double[], double, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(double[], double, int, double) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(float[], float) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array.
indexOf(float[], float, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(boolean[], boolean) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array.
indexOf(boolean[], boolean, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexSearch(double, int, double[]) - Static method in class at.chrl.algorithms.search.SearchUtil
 
indexSearch(int, int, int[]) - Static method in class at.chrl.algorithms.search.SearchUtil
 
INestedCollection<C extends Collection<E>,E> - Interface in at.chrl.nutils.interfaces
 
INestedMap<M extends Map<K,V>,K,V> - Interface in at.chrl.nutils.interfaces
 
InfiniteStreams - Class in at.chrl.nutils.streams
 
InfiniteStreams() - Constructor for class at.chrl.nutils.streams.InfiniteStreams
 
init() - Static method in class at.chrl.nutils.ncrypt.KeyGen
Initialize Key Generator (Blowfish keygen and RSA keygen)
insertLineBreaks(String, int) - Static method in class at.chrl.nutils.StringUtils
Equal to call StringUtils.insertRepetitive(String, int, String) with parameter: (s, col, System.lineSeperator())
Useful to limit column length of a string.
insertRepetitive(String, int, String) - Static method in class at.chrl.nutils.StringUtils
Inserts String "insertMe" periodically in String s.
isBlankOrNull(String) - Static method in class at.chrl.nutils.StreamUtils
 
isBlankOrNull(Collection<?>) - Static method in class at.chrl.nutils.StreamUtils
 
isBlankOrNull(Map<?, ?>) - Static method in class at.chrl.nutils.StreamUtils
 
isBlankOrNull(Number) - Static method in class at.chrl.nutils.StreamUtils
 
isBlankOrNull(Object[]) - Static method in class at.chrl.nutils.StreamUtils
 
isChinese(String) - Method in class at.chrl.nutils.JVMInfoUtil
 
isEmpty(Object[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of Objects is empty or null.
isEmpty(long[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of primitive longs is empty or null.
isEmpty(int[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of primitive ints is empty or null.
isEmpty(short[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of primitive shorts is empty or null.
isEmpty(char[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of primitive chars is empty or null.
isEmpty(byte[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of primitive bytes is empty or null.
isEmpty(double[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of primitive doubles is empty or null.
isEmpty(float[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of primitive floats is empty or null.
isEmpty(boolean[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of primitive booleans is empty or null.
isEmpty() - Method in interface at.chrl.nutils.interfaces.INestedCollection
isEmpty() - Method in interface at.chrl.nutils.interfaces.INestedMap
 
isNotEmpty(Object[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of Objects is not empty or not null.
isNotEmpty(long[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of primitive longs is not empty or not null.
isNotEmpty(int[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of primitive ints is not empty or not null.
isNotEmpty(short[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of primitive shorts is not empty or not null.
isNotEmpty(char[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of primitive chars is not empty or not null.
isNotEmpty(byte[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of primitive bytes is not empty or not null.
isNotEmpty(double[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of primitive doubles is not empty or not null.
isNotEmpty(float[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of primitive floats is not empty or not null.
isNotEmpty(boolean[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks if an array of primitive booleans is not empty or not null.
isPackageMember(Class<?>, String) - Static method in class at.chrl.nutils.ClassUtils
Checks if class in member of the package
isPackageMember(String, String) - Static method in class at.chrl.nutils.ClassUtils
Checks if classNames belongs to package
isSameLength(Object[], Object[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(long[], long[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(int[], int[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(short[], short[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(char[], char[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(byte[], byte[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(double[], double[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(float[], float[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(boolean[], boolean[]) - Static method in class at.chrl.nutils.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameType(Object, Object) - Static method in class at.chrl.nutils.ArrayUtils
Checks whether two arrays are the same type taking into account multi-dimensional arrays.
isSubclass(Class<?>, Class<?>) - Static method in class at.chrl.nutils.ClassUtils
Return true if class a is either equivalent to class b, or if class a is a subclass of class b, i.e. if a either "extends" or "implements" b.
ITERATION_INDEX - Static variable in class at.chrl.nutils.PasswordHash
 
iterator() - Method in interface at.chrl.nutils.interfaces.INestedCollection

J

JAXBUtil - Class in at.chrl.nutils.xml
 
JAXBUtil() - Constructor for class at.chrl.nutils.xml.JAXBUtil
 
JVMInfoUtil - Class in at.chrl.nutils
 

K

keepFirst() - Static method in class at.chrl.nutils.StreamUtils
binary keep first function
keepLast() - Static method in class at.chrl.nutils.StreamUtils
binary keep last function
KeyGen - Class in at.chrl.nutils.ncrypt
Key generator.
KeyGen() - Constructor for class at.chrl.nutils.ncrypt.KeyGen
 
keySet() - Method in interface at.chrl.nutils.interfaces.INestedMap
 
KeyValuePair() - Constructor for class at.chrl.nutils.xml.GenericMapAdapter.KeyValuePair
 
KeyValuePair(Map.Entry<K, V>) - Constructor for class at.chrl.nutils.xml.GenericMapAdapter.KeyValuePair
 
KeyValuePair(K, V) - Constructor for class at.chrl.nutils.xml.GenericMapAdapter.KeyValuePair
 
KeyValuePairContainer() - Constructor for class at.chrl.nutils.xml.GenericMapAdapter.KeyValuePairContainer
 

L

lastIndexOf(Object[], Object) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given object within the array.
lastIndexOf(Object[], Object, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given object in the array starting at the given index.
lastIndexOf(long[], long) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(long[], long, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(int[], int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(int[], int, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(short[], short) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(short[], short, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(char[], char) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(char[], char, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(byte[], byte) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(byte[], byte, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(double[], double) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(double[], double, double) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value within a given tolerance in the array.
lastIndexOf(double[], double, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(double[], double, int, double) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(float[], float) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(float[], float, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(boolean[], boolean) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(boolean[], boolean, int) - Static method in class at.chrl.nutils.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastOf(T[]) - Static method in class at.chrl.nutils.ArrayUtils
Returns last element of given array
length(String) - Method in class at.chrl.nutils.JVMInfoUtil
 
LOREM_IPSUM - Static variable in class at.chrl.nutils.LoremIpsum
 
LoremIpsum - Class in at.chrl.nutils
Class for Random Strings
LoremIpsum() - Constructor for class at.chrl.nutils.LoremIpsum
 

M

main(String[]) - Static method in class at.chrl.nutils.PasswordHash
Tests the basic functionality of the PasswordHash class
marshal(Map<K, V>) - Method in class at.chrl.nutils.xml.GenericMapAdapter
 
memoize(Function<T, U>) - Static method in class at.chrl.nutils.Memoizer
 
memoizePredicate(Predicate<T>) - Static method in class at.chrl.nutils.Memoizer
 
Memoizer - Class in at.chrl.nutils
 
Memoizer() - Constructor for class at.chrl.nutils.Memoizer
 
MTRandom - Class in at.chrl.nutils
 
MTRandom() - Constructor for class at.chrl.nutils.MTRandom
The default constructor for an instance of MTRandom.
MTRandom(boolean) - Constructor for class at.chrl.nutils.MTRandom
This version of the constructor can be used to implement identical behaviour to the original C code version of this algorithm including exactly replicating the case where the seed value had not been set prior to calling genrand_int32.
MTRandom(long) - Constructor for class at.chrl.nutils.MTRandom
This version of the constructor simply initialises the class with the given 64 bit seed value.
MTRandom(byte[]) - Constructor for class at.chrl.nutils.MTRandom
This version of the constructor initialises the class with the given byte array.
MTRandom(int[]) - Constructor for class at.chrl.nutils.MTRandom
This version of the constructor initialises the class with the given integer array.

N

NetworkUtils - Class in at.chrl.nutils
 
NetworkUtils() - Constructor for class at.chrl.nutils.NetworkUtils
 
newConcurrentMap() - Static method in class at.chrl.nutils.CollectionUtils
 
newList() - Static method in class at.chrl.nutils.CollectionUtils
 
newList(int) - Static method in class at.chrl.nutils.CollectionUtils
 
newMap() - Static method in class at.chrl.nutils.CollectionUtils
 
newMap(int) - Static method in class at.chrl.nutils.CollectionUtils
 
newSet() - Static method in class at.chrl.nutils.CollectionUtils
 
newSet(int) - Static method in class at.chrl.nutils.CollectionUtils
 
next(int) - Method in class at.chrl.nutils.MTRandom
This method forms the basis for generating a pseudo random number sequence from this class.
nextBoolean() - Static method in class at.chrl.nutils.Rnd
 
nextByte() - Static method in class at.chrl.nutils.Rnd
 
nextChar() - Static method in class at.chrl.nutils.Rnd
 
nextDouble() - Static method in class at.chrl.nutils.Rnd
 
nextFloat() - Static method in class at.chrl.nutils.Rnd
 
nextGaussian() - Static method in class at.chrl.nutils.Rnd
 
nextInt(int) - Static method in class at.chrl.nutils.Rnd
 
nextInt() - Static method in class at.chrl.nutils.Rnd
 
nextLong() - Static method in class at.chrl.nutils.Rnd
 
nextShort() - Static method in class at.chrl.nutils.Rnd
 
nextString() - Static method in class at.chrl.nutils.Rnd
 
nullToEmpty(T[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(String[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(long[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(int[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(short[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(char[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(byte[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(double[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(float[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(boolean[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Long[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Integer[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Short[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Character[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Byte[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Double[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Float[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Boolean[]) - Static method in class at.chrl.nutils.ArrayUtils
Defensive programming technique to change a null reference to an empty one.

P

pack(byte[]) - Static method in class at.chrl.nutils.MTRandom
This simply utility method can be used in cases where a byte array of seed data is to be used to repeatedly re-seed the random number sequence.
parse(Function<R, T>, T) - Static method in class at.chrl.nutils.StreamUtils
 
parseNumberToBoolean() - Static method in class at.chrl.nutils.StreamUtils
 
parseStringToBoolean() - Static method in class at.chrl.nutils.StreamUtils
 
parseStringToNumeric(BiFunction<String, Integer, T>, int, T) - Static method in class at.chrl.nutils.StreamUtils
 
parseToBooleanArray(String[]) - Static method in class at.chrl.nutils.ArrayParser
 
parseToBooleanObjectArray(String[]) - Static method in class at.chrl.nutils.ArrayParser
 
parseToByte() - Static method in class at.chrl.nutils.StreamUtils
 
parseToByte(int) - Static method in class at.chrl.nutils.StreamUtils
 
parseToDouble() - Static method in class at.chrl.nutils.StreamUtils
 
parseToFloat() - Static method in class at.chrl.nutils.StreamUtils
 
parseToInt() - Static method in class at.chrl.nutils.StreamUtils
 
parseToInt(int) - Static method in class at.chrl.nutils.StreamUtils
 
parseToIntArray(String[]) - Static method in class at.chrl.nutils.ArrayParser
 
parseToIntegerArray(String[]) - Static method in class at.chrl.nutils.ArrayParser
 
parseToLong() - Static method in class at.chrl.nutils.StreamUtils
 
parseToLong(int) - Static method in class at.chrl.nutils.StreamUtils
 
parseToLongArray(String[]) - Static method in class at.chrl.nutils.ArrayParser
 
parseToLongObjectArray(String[]) - Static method in class at.chrl.nutils.ArrayParser
 
parseToShort() - Static method in class at.chrl.nutils.StreamUtils
 
parseToShort(int) - Static method in class at.chrl.nutils.StreamUtils
 
parseToShortArray(String[]) - Static method in class at.chrl.nutils.ArrayParser
 
parseToShortObjectArray(String[]) - Static method in class at.chrl.nutils.ArrayParser
 
parseToStringArray(int[]) - Static method in class at.chrl.nutils.ArrayParser
 
parseToStringArray(long[]) - Static method in class at.chrl.nutils.ArrayParser
 
parseToStringArray(boolean[]) - Static method in class at.chrl.nutils.ArrayParser
 
parseToStringArray(short[]) - Static method in class at.chrl.nutils.ArrayParser
 
parseToStringArray(Object[]) - Static method in class at.chrl.nutils.ArrayParser
 
parseToULong() - Static method in class at.chrl.nutils.StreamUtils
 
parseToULong(int) - Static method in class at.chrl.nutils.StreamUtils
 
PasswordHash - Class in at.chrl.nutils
PBKDF2 salted password hashing.
PasswordHash() - Constructor for class at.chrl.nutils.PasswordHash
 
PBKDF2_ALGORITHM - Static variable in class at.chrl.nutils.PasswordHash
 
PBKDF2_INDEX - Static variable in class at.chrl.nutils.PasswordHash
 
PBKDF2_ITERATIONS - Static variable in class at.chrl.nutils.PasswordHash
 
print(PrintStream, String...) - Method in class at.chrl.nutils.JVMInfoUtil
 
PRINT_SECTION_LENGTH - Static variable in class at.chrl.nutils.JVMInfoUtil
 
printAllInfos() - Method in class at.chrl.nutils.JVMInfoUtil
 
printAllInfos(PrintStream) - Method in class at.chrl.nutils.JVMInfoUtil
 
printCPUInfo(PrintStream) - Method in class at.chrl.nutils.JVMInfoUtil
 
printHostMachineName(PrintStream) - Method in class at.chrl.nutils.JVMInfoUtil
 
printJREInfo(PrintStream) - Method in class at.chrl.nutils.JVMInfoUtil
 
printJVMInfo(PrintStream) - Method in class at.chrl.nutils.JVMInfoUtil
 
printJVMProcessId(PrintStream) - Method in class at.chrl.nutils.JVMInfoUtil
 
printMemoryInfo(PrintStream) - Method in class at.chrl.nutils.JVMInfoUtil
 
printOSInfo(PrintStream) - Method in class at.chrl.nutils.JVMInfoUtil
 
printOut() - Static method in class at.chrl.nutils.StreamUtils
identity function and print on System.out
printOut(PrintStream) - Static method in class at.chrl.nutils.StreamUtils
identity function with print on given stream
printSection(String) - Method in class at.chrl.nutils.JVMInfoUtil
 
printSection(PrintStream, String) - Method in class at.chrl.nutils.JVMInfoUtil
 
put(K, V) - Method in interface at.chrl.nutils.interfaces.INestedMap
 
putAll(Map<? extends K, ? extends V>) - Method in interface at.chrl.nutils.interfaces.INestedMap
 

R

range(int, int) - Static method in class at.chrl.nutils.CollectionUtils
 
rangeStream(T, T, UnaryOperator<T>) - Static method in class at.chrl.nutils.StreamUtils
creates a range stream of given type T.
RankFilter - Class in at.chrl.algorithms.search
 
RankFilter(int) - Constructor for class at.chrl.algorithms.search.RankFilter
 
recreate(File) - Static method in class at.chrl.nutils.FileUtil
Creates specified File.
remove(Object[], int) - Static method in class at.chrl.nutils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(boolean[], int) - Static method in class at.chrl.nutils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(byte[], int) - Static method in class at.chrl.nutils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(char[], int) - Static method in class at.chrl.nutils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(double[], int) - Static method in class at.chrl.nutils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(float[], int) - Static method in class at.chrl.nutils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(int[], int) - Static method in class at.chrl.nutils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(long[], int) - Static method in class at.chrl.nutils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(short[], int) - Static method in class at.chrl.nutils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(Object) - Method in interface at.chrl.nutils.interfaces.INestedCollection
remove(Object) - Method in interface at.chrl.nutils.interfaces.INestedMap
 
removeAll(Collection<?>) - Method in interface at.chrl.nutils.interfaces.INestedCollection
removeElement(Object[], Object) - Static method in class at.chrl.nutils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(boolean[], boolean) - Static method in class at.chrl.nutils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(byte[], byte) - Static method in class at.chrl.nutils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(char[], char) - Static method in class at.chrl.nutils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(double[], double) - Static method in class at.chrl.nutils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(float[], float) - Static method in class at.chrl.nutils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(int[], int) - Static method in class at.chrl.nutils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(long[], long) - Static method in class at.chrl.nutils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(short[], short) - Static method in class at.chrl.nutils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
retainAll(Collection<?>) - Method in interface at.chrl.nutils.interfaces.INestedCollection
reverse(Object[]) - Static method in class at.chrl.nutils.ArrayUtils
Reverses the order of the given array.
reverse(long[]) - Static method in class at.chrl.nutils.ArrayUtils
Reverses the order of the given array.
reverse(int[]) - Static method in class at.chrl.nutils.ArrayUtils
Reverses the order of the given array.
reverse(short[]) - Static method in class at.chrl.nutils.ArrayUtils
Reverses the order of the given array.
reverse(char[]) - Static method in class at.chrl.nutils.ArrayUtils
Reverses the order of the given array.
reverse(byte[]) - Static method in class at.chrl.nutils.ArrayUtils
Reverses the order of the given array.
reverse(double[]) - Static method in class at.chrl.nutils.ArrayUtils
Reverses the order of the given array.
reverse(float[]) - Static method in class at.chrl.nutils.ArrayUtils
Reverses the order of the given array.
reverse(boolean[]) - Static method in class at.chrl.nutils.ArrayUtils
Reverses the order of the given array.
reverseFragments(String, String) - Static method in class at.chrl.nutils.StringUtils
Example: (regex = "\n"); Converts: Hey,
this is a
simple test
to: simple test
this is a
Hey,
Rnd - Class in at.chrl.nutils
 
Rnd() - Constructor for class at.chrl.nutils.Rnd
 

S

SALT_BYTE_SIZE - Static variable in class at.chrl.nutils.PasswordHash
 
SALT_INDEX - Static variable in class at.chrl.nutils.PasswordHash
 
search(Set<String>, String) - Static method in class at.chrl.algorithms.search.SearchUtil
Search method which return given search pool ordered by search result.
SearchUtil - Class in at.chrl.algorithms.search
Search Util Created by Vinzynth on 14.08.2014.
SearchUtil() - Constructor for class at.chrl.algorithms.search.SearchUtil
 
serialize(Object) - Static method in class at.chrl.nutils.xml.JAXBUtil
 
serializeToDocument(Object) - Static method in class at.chrl.nutils.xml.JAXBUtil
 
setSeed(long) - Method in class at.chrl.nutils.MTRandom
This method resets the state of this instance using the 64 bits of seed data provided.
setSeed(byte[]) - Method in class at.chrl.nutils.MTRandom
This method resets the state of this instance using the byte array of seed data provided.
setSeed(int[]) - Method in class at.chrl.nutils.MTRandom
This method resets the state of this instance using the integer array of seed data provided.
setSupportedType(Class<?>, Supplier<?>) - Method in class at.chrl.nutils.DatasetGenerator
 
size() - Method in interface at.chrl.nutils.interfaces.INestedCollection
size() - Method in interface at.chrl.nutils.interfaces.INestedMap
 
SPLITED - Static variable in class at.chrl.nutils.LoremIpsum
 
StreamUtils - Class in at.chrl.nutils
 
StringSchemaOutputResolver - Class in at.chrl.nutils.xml
 
StringSchemaOutputResolver() - Constructor for class at.chrl.nutils.xml.StringSchemaOutputResolver
 
StringUtils - Class in at.chrl.nutils
 
subarray(Object[], int, int) - Static method in class at.chrl.nutils.ArrayUtils
Produces a new array containing the elements between the start and end indices.
subarray(long[], int, int) - Static method in class at.chrl.nutils.ArrayUtils
Produces a new long array containing the elements between the start and end indices.
subarray(int[], int, int) - Static method in class at.chrl.nutils.ArrayUtils
Produces a new int array containing the elements between the start and end indices.
subarray(short[], int, int) - Static method in class at.chrl.nutils.ArrayUtils
Produces a new short array containing the elements between the start and end indices.
subarray(char[], int, int) - Static method in class at.chrl.nutils.ArrayUtils
Produces a new char array containing the elements between the start and end indices.
subarray(byte[], int, int) - Static method in class at.chrl.nutils.ArrayUtils
Produces a new byte array containing the elements between the start and end indices.
subarray(double[], int, int) - Static method in class at.chrl.nutils.ArrayUtils
Produces a new double array containing the elements between the start and end indices.
subarray(float[], int, int) - Static method in class at.chrl.nutils.ArrayUtils
Produces a new float array containing the elements between the start and end indices.
subarray(boolean[], int, int) - Static method in class at.chrl.nutils.ArrayUtils
Produces a new boolean array containing the elements between the start and end indices.
SystemPropertyUtil - Class in at.chrl.nutils
A collection of utility methods to retrieve and parse the values of the Java system properties.

T

toArray() - Method in interface at.chrl.nutils.interfaces.INestedCollection
toArray(T[]) - Method in interface at.chrl.nutils.interfaces.INestedCollection
toMap(Object[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts the given array into a Map.
toMap(Function<T, K>) - Static method in class at.chrl.nutils.StreamUtils
Collectors.toMap(Function, Function, BinaryOperator, java.util.function.Supplier) override returns toMap function with given key Mapper.
toMapKeepLast(Function<T, K>) - Static method in class at.chrl.nutils.StreamUtils
Collectors.toMap(Function, Function, BinaryOperator, java.util.function.Supplier) override returns toMap function with given key Mapper.
toMultimap(Function<T, K>) - Static method in class at.chrl.nutils.StreamUtils
Collector to collect values into multimaps
toNull() - Static method in class at.chrl.nutils.StreamUtils
to null function
toObject(char[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of primitive chars to objects.
toObject(long[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of primitive longs to objects.
toObject(int[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of primitive ints to objects.
toObject(short[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of primitive shorts to objects.
toObject(byte[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of primitive bytes to objects.
toObject(double[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of primitive doubles to objects.
toObject(float[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of primitive floats to objects.
toObject(boolean[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of primitive booleans to objects.
toPrimitive(Character[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of object Characters to primitives.
toPrimitive(Character[], char) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of object Character to primitives handling null.
toPrimitive(Long[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of object Longs to primitives.
toPrimitive(Long[], long) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of object Long to primitives handling null .
toPrimitive(Integer[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of object Integers to primitives.
toPrimitive(Integer[], int) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of object Integer to primitives handling null.
toPrimitive(Short[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of object Shorts to primitives.
toPrimitive(Short[], short) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of object Short to primitives handling null.
toPrimitive(Byte[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of object Bytes to primitives.
toPrimitive(Byte[], byte) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of object Bytes to primitives handling null.
toPrimitive(Double[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of object Doubles to primitives.
toPrimitive(Double[], double) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of object Doubles to primitives handling null.
toPrimitive(Float[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of object Floats to primitives.
toPrimitive(Float[], float) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of object Floats to primitives handling null.
toPrimitive(Boolean[]) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of object Booleans to primitives.
toPrimitive(Boolean[], boolean) - Static method in class at.chrl.nutils.ArrayUtils
Converts an array of object Booleans to primitives handling null.
trim(char, String) - Static method in class at.chrl.nutils.StringUtils
Equal to StringUtils.trim(String, char...) with parameter (data, trimChar)
trim(String, char...) - Static method in class at.chrl.nutils.StringUtils
Trims "data" String like String.trim(), but uses defined "trimChars".
trimAmount(String, int) - Static method in class at.chrl.nutils.StringUtils
Equal to data.substring(count, data.length()-count)
trimAround(String, String, char...) - Static method in class at.chrl.nutils.StringUtils
Splits data String and trims every substring like StringUtils.trim(String, char...) does.
trimSpaces(String) - Static method in class at.chrl.nutils.StringUtils
Equal to StringUtils.trim(char, String) with ' ' as char parameter

U

unmarshal(GenericMapAdapter.KeyValuePairContainer<K, V>) - Method in class at.chrl.nutils.xml.GenericMapAdapter
 
updateKey(byte[]) - Method in class at.chrl.nutils.ncrypt.BlowfishCipher
Update current blowfish key with the new one and reinitialize the P-array and S-boxes
updateKey(byte[]) - Method in class at.chrl.nutils.ncrypt.CryptEngine
Update the key for packet encryption/decryption with the Blowfish Cipher

V

validate(Schema, Document) - Static method in class at.chrl.nutils.xml.XmlUtils
 
validatePassword(String, String) - Static method in class at.chrl.nutils.PasswordHash
Validates a password using a hash.
validatePassword(char[], String) - Static method in class at.chrl.nutils.PasswordHash
Validates a password using a hash.
values() - Method in interface at.chrl.nutils.interfaces.INestedMap
 

W

waitFunction(long) - Static method in class at.chrl.nutils.StreamUtils
 
workQueueStream(BlockingQueue<T>, Consumer<Stream<T>>, int) - Static method in class at.chrl.nutils.streams.InfiniteStreams
Creates some threads which poll the given queue and work down the stack

X

XmlUtils - Class in at.chrl.nutils.xml
Unfortunately JAXP seems to be working wrong in multithreaded enviroment.
XmlUtils() - Constructor for class at.chrl.nutils.xml.XmlUtils
 
A B C D E F G H I J K L M N P R S T U V W X 
Skip navigation links

Copyright © 2014–2015. All rights reserved.