- calculateFileHash(FileChannel, MessageDigest) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- calculateHash(MessageDigest, byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Calculate a hash String from the passed in byte[].
- calculateMD5Hash(byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Calculate an MD5 Hash String from the passed in byte[].
- calculateSHA1Hash(byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Calculate an MD5 Hash String from the passed in byte[].
- calculateSHA256Hash(byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Calculate an SHA-256 Hash String from the passed in byte[].
- calculateSHA512Hash(byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Calculate an SHA-512 Hash String from the passed in byte[].
- call(Object, Method, Object...) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Make reflective method calls without having to handle two checked exceptions (IllegalAccessException and
InvocationTargetException).
- call(Object, String, Object...) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Make a reflective method call in one step.
- CaseInsensitiveEntry(Map.Entry<K, V>) - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveEntry
-
- CaseInsensitiveMap<K,V> - Class in com.cedarsoftware.util
-
Useful Map that does not care about the case-sensitivity of keys
when the key value is a String.
- CaseInsensitiveMap() - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap
-
- CaseInsensitiveMap(int) - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap
-
Use the constructor that takes two (2) Maps.
- CaseInsensitiveMap(int, float) - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap
-
Use the constructor that takes two (2) Maps.
- CaseInsensitiveMap(Map<K, V>, Map<K, V>) - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap
-
Wrap the passed in Map with a CaseInsensitiveMap, allowing other Map types like
TreeMap, ConcurrentHashMap, etc.
- CaseInsensitiveMap(Map<K, V>) - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap
-
Wrap the passed in Map with a CaseInsensitiveMap, allowing other Map types like
TreeMap, ConcurrentHashMap, etc.
- CaseInsensitiveMap.CaseInsensitiveEntry - Class in com.cedarsoftware.util
-
Entry implementation that will give back a String instead of a CaseInsensitiveString
when .getKey() is called.
- CaseInsensitiveMap.CaseInsensitiveString - Class in com.cedarsoftware.util
-
Class used to wrap String keys.
- CaseInsensitiveSet<E> - Class in com.cedarsoftware.util
-
Implements a java.util.Set that will not utilize 'case' when comparing Strings
contained within the Set.
- CaseInsensitiveSet() - Constructor for class com.cedarsoftware.util.CaseInsensitiveSet
-
- CaseInsensitiveSet(Collection<? extends E>) - Constructor for class com.cedarsoftware.util.CaseInsensitiveSet
-
- CaseInsensitiveSet(Collection<? extends E>, Map) - Constructor for class com.cedarsoftware.util.CaseInsensitiveSet
-
- CaseInsensitiveSet(int) - Constructor for class com.cedarsoftware.util.CaseInsensitiveSet
-
- CaseInsensitiveSet(int, float) - Constructor for class com.cedarsoftware.util.CaseInsensitiveSet
-
- CaseInsensitiveString(String) - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveString
-
- CHARACTER_ONE - Static variable in class com.cedarsoftware.util.convert.CommonValues
-
- CHARACTER_ZERO - Static variable in class com.cedarsoftware.util.convert.CommonValues
-
- checkContainsIgnoreCase(String, String...) - Static method in class com.cedarsoftware.util.TestUtil
-
Ensure that the passed in source contains all the Strings passed in the 'contains' parameter AND
that they appear in the order they are passed in.
- checkForThrowable(Object) - Static method in class com.cedarsoftware.util.UrlInvocationHandler
-
Deprecated.
- ClassInfo(Class<?>, Class<?>[]) - Constructor for class com.cedarsoftware.util.Traverser.ClassInfo
-
- ClassUtilities - Class in com.cedarsoftware.util
-
Useful utilities for Class work.
- ClassUtilities() - Constructor for class com.cedarsoftware.util.ClassUtilities
-
- clear() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
-
- clear() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
-
- clear() - Method in class com.cedarsoftware.util.CompactMap
-
- clear() - Method in class com.cedarsoftware.util.CompactSet
-
- clear() - Method in class com.cedarsoftware.util.LRUCache
-
- clear() - Method in class com.cedarsoftware.util.TrackingMap
-
- clearGlobalReferrer() - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- clearGlobalUserAgent() - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- cloneMapOfMaps(Map<T, Map<U, V>>, boolean) - Static method in class com.cedarsoftware.util.MapUtilities
-
- cloneMapOfSets(Map<T, Set<V>>, boolean) - Static method in class com.cedarsoftware.util.MapUtilities
-
- close() - Method in class com.cedarsoftware.util.FastByteArrayInputStream
-
- close() - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
-
- close() - Method in class com.cedarsoftware.util.FastReader
-
- close() - Method in class com.cedarsoftware.util.FastWriter
-
- close(XMLStreamReader) - Static method in class com.cedarsoftware.util.IOUtilities
-
- close(XMLStreamWriter) - Static method in class com.cedarsoftware.util.IOUtilities
-
- close(Closeable) - Static method in class com.cedarsoftware.util.IOUtilities
-
- CollectionUtilities - Class in com.cedarsoftware.util
-
- CollectionUtilities() - Constructor for class com.cedarsoftware.util.CollectionUtilities
-
- com.cedarsoftware.util - package com.cedarsoftware.util
-
- com.cedarsoftware.util.convert - package com.cedarsoftware.util.convert
-
- CommonValues - Class in com.cedarsoftware.util.convert
-
- CompactCIHashMap<K,V> - Class in com.cedarsoftware.util
-
Useful Map that does not care about the case-sensitivity of keys
when the key value is a String.
- CompactCIHashMap() - Constructor for class com.cedarsoftware.util.CompactCIHashMap
-
- CompactCIHashMap(Map<K, V>) - Constructor for class com.cedarsoftware.util.CompactCIHashMap
-
- CompactCIHashSet<E> - Class in com.cedarsoftware.util
-
Similar to CompactSet, except that it uses a HashSet as delegate Set when
more than compactSize() elements are held.
- CompactCIHashSet() - Constructor for class com.cedarsoftware.util.CompactCIHashSet
-
- CompactCIHashSet(Collection<E>) - Constructor for class com.cedarsoftware.util.CompactCIHashSet
-
- CompactCILinkedMap<K,V> - Class in com.cedarsoftware.util
-
Useful Map that does not care about the case-sensitivity of keys
when the key value is a String.
- CompactCILinkedMap() - Constructor for class com.cedarsoftware.util.CompactCILinkedMap
-
- CompactCILinkedMap(Map<K, V>) - Constructor for class com.cedarsoftware.util.CompactCILinkedMap
-
- CompactCILinkedSet<E> - Class in com.cedarsoftware.util
-
Similar to CompactSet, except that it uses a LinkedHashSet as delegate Set when
more than compactSize() elements are held.
- CompactCILinkedSet() - Constructor for class com.cedarsoftware.util.CompactCILinkedSet
-
- CompactCILinkedSet(Collection<E>) - Constructor for class com.cedarsoftware.util.CompactCILinkedSet
-
- CompactLinkedMap<K,V> - Class in com.cedarsoftware.util
-
This Map uses very little memory (See CompactMap).
- CompactLinkedMap() - Constructor for class com.cedarsoftware.util.CompactLinkedMap
-
- CompactLinkedMap(Map<K, V>) - Constructor for class com.cedarsoftware.util.CompactLinkedMap
-
- CompactLinkedSet<E> - Class in com.cedarsoftware.util
-
Similar to CompactSet, except that it uses a LinkedHashSet as delegate Set when
more than compactSize() elements are held.
- CompactLinkedSet() - Constructor for class com.cedarsoftware.util.CompactLinkedSet
-
- CompactLinkedSet(Collection<E>) - Constructor for class com.cedarsoftware.util.CompactLinkedSet
-
- CompactMap<K,V> - Class in com.cedarsoftware.util
-
Many developers do not realize than they may have thousands or hundreds of thousands of Maps in memory, often
representing small JSON objects.
- CompactMap() - Constructor for class com.cedarsoftware.util.CompactMap
-
- CompactMap(Map<K, V>) - Constructor for class com.cedarsoftware.util.CompactMap
-
- CompactMap.CompactMapEntry - Class in com.cedarsoftware.util
-
Marker Class to hold key and value when the key is not the same as the getSingleValueKey().
- CompactMap.LogicalValueType - Enum in com.cedarsoftware.util
-
- CompactMapEntry(K, V) - Constructor for class com.cedarsoftware.util.CompactMap.CompactMapEntry
-
- CompactSet<E> - Class in com.cedarsoftware.util
-
Often, memory may be consumed by lots of Maps or Sets (HashSet uses a HashMap to implement it's set).
- CompactSet() - Constructor for class com.cedarsoftware.util.CompactSet
-
- CompactSet(Collection<E>) - Constructor for class com.cedarsoftware.util.CompactSet
-
- compactSize() - Method in class com.cedarsoftware.util.CompactMap
-
- compactSize() - Method in class com.cedarsoftware.util.CompactSet
-
- compare(Object, Object, GraphComparator.ID) - Static method in class com.cedarsoftware.util.GraphComparator
-
Perform the asymmetric graph delta.
- compareTo(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveString
-
- compressBytes(ByteArrayOutputStream, ByteArrayOutputStream) - Static method in class com.cedarsoftware.util.IOUtilities
-
- compressBytes(FastByteArrayOutputStream, FastByteArrayOutputStream) - Static method in class com.cedarsoftware.util.IOUtilities
-
- compressBytes(byte[]) - Static method in class com.cedarsoftware.util.IOUtilities
-
- compressBytes(byte[], int, int) - Static method in class com.cedarsoftware.util.IOUtilities
-
- computeInheritanceDistance(Class<?>, Class<?>) - Static method in class com.cedarsoftware.util.ClassUtilities
-
Computes the inheritance distance between two classes/interfaces/primitive types.
- computeKeyHashCode(Object) - Method in class com.cedarsoftware.util.CompactMap
-
- computeValueHashCode(Object) - Method in class com.cedarsoftware.util.CompactMap
-
- contains(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
-
- contains(Object) - Method in class com.cedarsoftware.util.CompactSet
-
- containsAll(Collection<?>) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
-
- containsKey(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
-
- containsKey(Object) - Method in class com.cedarsoftware.util.CompactMap
-
- containsKey(Object) - Method in class com.cedarsoftware.util.LRUCache
-
- containsKey(Object) - Method in class com.cedarsoftware.util.TrackingMap
-
- containsValue(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
-
- containsValue(Object) - Method in class com.cedarsoftware.util.CompactMap
-
- containsValue(Object) - Method in class com.cedarsoftware.util.LRUCache
-
- containsValue(Object) - Method in class com.cedarsoftware.util.TrackingMap
-
- Convention - Class in com.cedarsoftware.util
-
- Convert<T> - Interface in com.cedarsoftware.util.convert
-
- convert(Object, Converter) - Method in interface com.cedarsoftware.util.convert.Convert
-
- convert(Object, Class<T>) - Method in class com.cedarsoftware.util.convert.Converter
-
Turn the passed in value to the class indicated.
- convert(Object, Class<T>) - Static method in class com.cedarsoftware.util.Converter
-
Uses the default configuration options for your system.
- convert2AtomicBoolean(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an AtomicBoolean.
- convert2AtomicInteger(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an AtomicInteger.
- convert2AtomicLong(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an AtomicLong.
- convert2BigDecimal(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a BigDecimal.
- convert2BigInteger(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a BigInteger.
- convert2boolean(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a boolean.
- convert2byte(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a byte.
- convert2char(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a char.
- convert2double(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a double.
- convert2float(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a float.
- convert2int(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an int.
- convert2long(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an long.
- convert2short(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a short.
- convert2String(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a String.
- Converter - Class in com.cedarsoftware.util.convert
-
Instance conversion utility.
- Converter(ConverterOptions) - Constructor for class com.cedarsoftware.util.convert.Converter
-
- Converter - Class in com.cedarsoftware.util
-
Useful conversion utilities.
- ConverterOptions - Interface in com.cedarsoftware.util.convert
-
- convertToAtomicBoolean(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an AtomicBoolean.
- convertToAtomicInteger(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an AtomicInteger.
- convertToAtomicLong(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an AtomicLong.
- convertToBigDecimal(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a BigDecimal.
- convertToBigInteger(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a BigInteger.
- convertToBoolean(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Boolean.
- convertToByte(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Byte.
- convertToCalendar(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Calendar.
- convertToCharacter(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Character.
- convertToDate(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Date.
- convertToDouble(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Double.
- convertToFloat(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Float.
- convertToInteger(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an Integer.
- convertToLocalDate(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a LocalDate.
- convertToLocalDateTime(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a LocalDateTime.
- convertToLong(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Long.
- convertToShort(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Short.
- convertToSqlDate(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a java.sql.Date.
- convertToString(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a String.
- convertToTimestamp(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Timestamp.
- convertToZonedDateTime(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Date.
- COOKIE - Static variable in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- COOKIE_VALUE_DELIMITER - Static variable in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- copy(Map<K, V>, Map<K, V>) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
-
- count(String, char) - Static method in class com.cedarsoftware.util.StringUtilities
-
- count(CharSequence, CharSequence) - Static method in class com.cedarsoftware.util.StringUtilities
-
Count the number of times that 'token' occurs within 'content'.
- create(Class<T>, InvocationHandler) - Static method in class com.cedarsoftware.util.ProxyFactory
-
Deprecated.
Returns an instance of a proxy class for the specified interfaces
that dispatches method invocations to the specified invocation
handler.
- create(ClassLoader, Class<T>, InvocationHandler) - Static method in class com.cedarsoftware.util.ProxyFactory
-
Deprecated.
Returns an instance of a proxy class for the specified interfaces
that dispatches method invocations to the specified invocation
handler.
- createAesCipher(String, int) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- createAesCipher(Key, int) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Creates a Cipher from the passed in key, using the passed in mode.
- createAesDecryptionCipher(String) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- createAesEncryptionCipher(String) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- createCipherBytes(String, int) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- createString(byte[], String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Convert a byte[] into a String with a particular encoding.
- createUtf8String(byte[]) - Static method in class com.cedarsoftware.util.StringUtilities
-
Convert a byte[] into a UTF-8 String.
- createUTF8String(byte[]) - Static method in class com.cedarsoftware.util.StringUtilities
-
Convert a byte[] into a UTF-8 encoded String.
- generatePostData(Object, Method, Object[]) - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
-
Deprecated.
- get(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
-
- get(Object) - Method in class com.cedarsoftware.util.CompactMap
-
- get(Object) - Method in class com.cedarsoftware.util.LRUCache
-
- get(Map<?, T>, Object, T) - Static method in class com.cedarsoftware.util.MapUtilities
-
Retrieves a value from a map by key
- get(Object) - Method in class com.cedarsoftware.util.TrackingMap
-
- getActualUrl(String) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- getArraySubset(T[], int, int) - Static method in class com.cedarsoftware.util.ArrayUtilities
-
- getBuffer() - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
-
- getBytes(String, String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Convert a String into a byte[] with a particular encoding.
- getCharset() - Method in interface com.cedarsoftware.util.convert.ConverterOptions
-
- getClassAnnotation(Class<?>, Class<T>) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Determine if the passed in class (classToCheck) has the annotation (annoClass) on itself,
any of its super classes, any of it's interfaces, or any of it's super interfaces.
- getClassLoader() - Method in interface com.cedarsoftware.util.convert.ConverterOptions
-
- getClassName(Object) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Return the name of the class on the object, or "null" if the object is null.
- getClassNameFromByteCode(byte[]) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Given a byte[] of a Java .class file (compiled Java), this code will retrieve the class name from those bytes.
- getCmd() - Method in class com.cedarsoftware.util.GraphComparator.Delta
-
- getCol() - Method in class com.cedarsoftware.util.FastReader
-
- getConnection(String, boolean, boolean, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- getConnection(URL, boolean, boolean, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- getConnection(URL, Map, boolean, boolean, boolean, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
Gets a connection from a url.
- getConstructor(Class<?>, Class<?>...) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
- getContentFromUrl(String) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
Get content from the passed in URL.
- getContentFromUrl(URL, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
Get content from the passed in URL.
- getContentFromUrl(String, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- getContentFromUrl(URL, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
Get content from the passed in URL.
- getContentFromUrl(String, Map, Map) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
Get content from the passed in URL.
- getContentFromUrlAsString(String) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
Get content from the passed in URL.
- getContentFromUrlAsString(URL, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
Get content from the passed in URL.
- getContentFromUrlAsString(String, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
Get content from the passed in URL.
- getContentFromUrlAsString(URL, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
Get content from the passed in URL.
- getConverterOverrides() - Method in interface com.cedarsoftware.util.convert.ConverterOptions
-
Overrides for converter conversions..
- getConverterOverrides() - Method in class com.cedarsoftware.util.convert.DefaultConverterOptions
-
- getCookieDomainFromHost(String) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- getCookies(URLConnection) - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
-
Deprecated.
- getCookies(URLConnection, Map) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
Retrieves and stores cookies returned by the host on the other side of
the open java.net.URLConnection.
- getCustomOption(String) - Method in interface com.cedarsoftware.util.convert.ConverterOptions
-
- getCustomOption(String) - Method in class com.cedarsoftware.util.convert.DefaultConverterOptions
-
- getDate(long) - Static method in class com.cedarsoftware.util.UniqueIdGenerator
-
Find out when the ID was generated.
- getDate19(long) - Static method in class com.cedarsoftware.util.UniqueIdGenerator
-
Find out when the ID was generated.
- getDateFormat(String) - Static method in class com.cedarsoftware.util.SafeSimpleDateFormat
-
- getDeclaredFields(Class<?>) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Retrieve the declared fields on a Class.
- getDeclaredFields(Class<?>, Collection<Field>) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Get all non static, non transient, fields of the passed in class, including
private fields.
- getDeepDeclaredFieldMap(Class<?>) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Return all Fields from a class (including inherited), mapped by
String field name to java.lang.reflect.Field.
- getDeepDeclaredFields(Class<?>) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Get all non static, non transient, fields of the passed in class, including
private fields.
- getDeepestException(Throwable) - Static method in class com.cedarsoftware.util.ExceptionUtilities
-
- getDigest(String) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- getError() - Method in class com.cedarsoftware.util.Executor
-
- getError() - Method in class com.cedarsoftware.util.GraphComparator.DeltaError
-
- getExternalVariable(String) - Static method in class com.cedarsoftware.util.SystemUtilities
-
Fetch value from environment variable and if not set, then fetch from
System properties.
- getFieldName() - Method in class com.cedarsoftware.util.GraphComparator.Delta
-
- getHostName() - Static method in class com.cedarsoftware.util.InetAddressUtilities
-
- getId() - Method in class com.cedarsoftware.util.GraphComparator.Delta
-
- getId(Object) - Method in interface com.cedarsoftware.util.GraphComparator.ID
-
- getInputStream(URLConnection) - Static method in class com.cedarsoftware.util.IOUtilities
-
- getIpAddress() - Static method in class com.cedarsoftware.util.InetAddressUtilities
-
- getJavaDeltaProcessor() - Static method in class com.cedarsoftware.util.GraphComparator
-
- getKey() - Method in class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveEntry
-
- getLastSnippet() - Method in class com.cedarsoftware.util.FastReader
-
- getLine() - Method in class com.cedarsoftware.util.FastReader
-
- getLocale() - Method in interface com.cedarsoftware.util.convert.ConverterOptions
-
- getLocalHost() - Static method in class com.cedarsoftware.util.InetAddressUtilities
-
- getLogicalValueType() - Method in class com.cedarsoftware.util.CompactMap
-
- getMD5Digest() - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- getMethod(Class<?>, String, Class<?>...) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Fetch a public method reflectively by name with argument types.
- getMethod(Object, String, int) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Fetch the named method from the passed in Object instance.
- getMethodAnnotation(Method, Class<T>) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
- getName() - Method in enum com.cedarsoftware.util.GraphComparator.Delta.Command
-
- getNewMap() - Method in class com.cedarsoftware.util.CompactCIHashMap
-
- getNewMap() - Method in class com.cedarsoftware.util.CompactCILinkedMap
-
- getNewMap() - Method in class com.cedarsoftware.util.CompactLinkedMap
-
- getNewMap() - Method in class com.cedarsoftware.util.CompactMap
-
- getNewMap(int) - Method in class com.cedarsoftware.util.CompactMap
-
- getNewSet() - Method in class com.cedarsoftware.util.CompactCIHashSet
-
- getNewSet() - Method in class com.cedarsoftware.util.CompactCILinkedSet
-
- getNewSet() - Method in class com.cedarsoftware.util.CompactLinkedSet
-
- getNewSet() - Method in class com.cedarsoftware.util.CompactSet
-
- getNewSet(int) - Method in class com.cedarsoftware.util.CompactSet
-
- getNonOverloadedMethod(Class<?>, String) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Fetch the named method from the passed in Class.
- getOptionalKey() - Method in class com.cedarsoftware.util.GraphComparator.Delta
-
- getOptions() - Method in class com.cedarsoftware.util.convert.Converter
-
- getOriginalKey() - Method in class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveEntry
-
- getOrThrow(Map<?, ?>, Object, T) - Static method in class com.cedarsoftware.util.MapUtilities
-
Retrieves a value from a map by key, if value is not found by the given key throws a 'Throwable.'
This version allows the value associated to the key to be null, and it still works.
- getOut() - Method in class com.cedarsoftware.util.Executor
-
- getRandomChar(Random, boolean) - Static method in class com.cedarsoftware.util.StringUtilities
-
- getRandomString(Random, int, int) - Static method in class com.cedarsoftware.util.StringUtilities
-
- getReferrer() - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- getResult() - Method in class com.cedarsoftware.util.StreamGobbler
-
- getRetryAttempts() - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
-
Deprecated.
- getRetrySleepTime() - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
-
Deprecated.
- getSHA1Digest() - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- getSHA256Digest() - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- getSHA512Digest() - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- getSingleValueKey() - Method in class com.cedarsoftware.util.CompactMap
-
- getSourceValue() - Method in class com.cedarsoftware.util.GraphComparator.Delta
-
- getSupportedConversions() - Method in class com.cedarsoftware.util.convert.Converter
-
- getSupportedConversions() - Static method in class com.cedarsoftware.util.Converter
-
- getTargetValue() - Method in class com.cedarsoftware.util.GraphComparator.Delta
-
- getTimeZone() - Method in interface com.cedarsoftware.util.convert.ConverterOptions
-
- getUniqueId() - Static method in class com.cedarsoftware.util.UniqueIdGenerator
-
ID format will be 1234567890123.999.99 (no dots - only there for clarity - the number is a long).
- getUniqueId19() - Static method in class com.cedarsoftware.util.UniqueIdGenerator
-
ID format will be 1234567890123.9999.99 (no dots - only there for clarity - the number is a long).
- getUserAgent() - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- getUTF8Bytes(String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Convert a String into a byte[] encoded by UTF-8.
- getWrappedMap() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
-
- getWrappedMap() - Method in class com.cedarsoftware.util.TrackingMap
-
Fetch the Map that this TrackingMap wraps.
- getZoneId() - Method in interface com.cedarsoftware.util.convert.ConverterOptions
-
- GraphComparator - Class in com.cedarsoftware.util
-
Graph Utility algorithms, such as Asymmetric Graph Difference.
- GraphComparator() - Constructor for class com.cedarsoftware.util.GraphComparator
-
- GraphComparator.Delta - Class in com.cedarsoftware.util
-
- GraphComparator.Delta.Command - Enum in com.cedarsoftware.util
-
These are all possible Delta.Commands that are generated when performing
the graph comparison.
- GraphComparator.DeltaError - Class in com.cedarsoftware.util
-
- GraphComparator.DeltaProcessor - Interface in com.cedarsoftware.util
-
- GraphComparator.DeltaProcessor.Helper - Class in com.cedarsoftware.util
-
- GraphComparator.ID - Interface in com.cedarsoftware.util
-
- TestUtil - Class in com.cedarsoftware.util
-
Useful Test utilities for common tasks
- TestUtil() - Constructor for class com.cedarsoftware.util.TestUtil
-
- throwIfClassNotFound(String, ClassLoader) - Static method in class com.cedarsoftware.util.Convention
-
- throwIfFalse(boolean, String) - Static method in class com.cedarsoftware.util.Convention
-
Throws an exception if the logic is false.
- throwIfKeyExists(Map<K, V>, K, String) - Static method in class com.cedarsoftware.util.Convention
-
- throwIfNull(Object, String) - Static method in class com.cedarsoftware.util.Convention
-
Throws an exception if null
- throwIfNullOrEmpty(String, String) - Static method in class com.cedarsoftware.util.Convention
-
Throws an exception if null or empty
- toArray(Class<T>, Collection<?>) - Static method in class com.cedarsoftware.util.ArrayUtilities
-
Convert Collection to a Java (typed) array [].
- toArray() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
-
- toArray(T[]) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
-
- toByteArray() - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
-
- toPrimitiveWrapperClass(Class<?>) - Static method in class com.cedarsoftware.util.ClassUtilities
-
- toString() - Method in class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveString
-
- toString() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
-
- toString() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
-
- toString() - Method in class com.cedarsoftware.util.CompactMap
-
- toString() - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
-
- toString() - Method in class com.cedarsoftware.util.GraphComparator.Delta
-
- toString() - Method in class com.cedarsoftware.util.GraphComparator.DeltaError
-
- toString() - Method in class com.cedarsoftware.util.SafeSimpleDateFormat
-
- toString() - Method in class com.cedarsoftware.util.TrackingMap
-
- TrackingMap<K,V> - Class in com.cedarsoftware.util
-
TrackingMap
- TrackingMap(Map<K, V>) - Constructor for class com.cedarsoftware.util.TrackingMap
-
Wrap the passed in Map with a TrackingMap.
- transfer(File, URLConnection, IOUtilities.TransferCallback) - Static method in class com.cedarsoftware.util.IOUtilities
-
- transfer(URLConnection, File, IOUtilities.TransferCallback) - Static method in class com.cedarsoftware.util.IOUtilities
-
- transfer(InputStream, File, IOUtilities.TransferCallback) - Static method in class com.cedarsoftware.util.IOUtilities
-
- transfer(InputStream, OutputStream, IOUtilities.TransferCallback) - Static method in class com.cedarsoftware.util.IOUtilities
-
Transfers bytes from an input stream to an output stream.
- transfer(InputStream, byte[]) - Static method in class com.cedarsoftware.util.IOUtilities
-
Use this when you expect a byte[] length of bytes to be read from the InputStream
- transfer(InputStream, OutputStream) - Static method in class com.cedarsoftware.util.IOUtilities
-
Transfers bytes from an input stream to an output stream.
- transfer(File, OutputStream) - Static method in class com.cedarsoftware.util.IOUtilities
-
- transfer(URLConnection, byte[]) - Static method in class com.cedarsoftware.util.IOUtilities
-
Transfers a byte[] to the output stream of a URLConnection
- traverse(Object, Traverser.Visitor) - Static method in class com.cedarsoftware.util.Traverser
-
- traverse(Object, Class<?>[], Traverser.Visitor) - Static method in class com.cedarsoftware.util.Traverser
-
- Traverser - Class in com.cedarsoftware.util
-
Java Object Graph traverser.
- Traverser() - Constructor for class com.cedarsoftware.util.Traverser
-
- Traverser.ClassInfo - Class in com.cedarsoftware.util
-
This class wraps a class in order to cache the fields so they
are only reflectively obtained once.
- Traverser.Visitor - Interface in com.cedarsoftware.util
-
- trim(String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Removes control characters (char <= 32) from both
ends of this String, handling null
by returning
null
.
- trimEmptyToDefault(String, String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Trims a string, If the string trims to empty then we return the default.
- trimLength(String) - Static method in class com.cedarsoftware.util.StringUtilities
-
- trimToEmpty(String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Trims a string, its null safe and null will return empty string here..
- trimToNull(String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Trims a string, If the string trims to empty then we return null.
- trueChar() - Method in interface com.cedarsoftware.util.convert.ConverterOptions
-
Character to return for boolean to Character conversion when the boolean is true.