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

A

add(E) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
addAll(T[], T[]) - Static method in class com.cedarsoftware.util.ArrayUtilities
Adds all the elements of the given arrays into a new array.
addAll(Collection<? extends E>) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
applyDelta(Object, List<GraphComparator.Delta>, GraphComparator.ID, GraphComparator.DeltaProcessor, boolean...) - Static method in class com.cedarsoftware.util.GraphComparator
Apply the Delta commands to the source object graph, making the requested changes to the source graph.
ArrayUtilities - Class in com.cedarsoftware.util
Handy utilities for working with Java arrays.

B

buildURL(Object, Method, Object[]) - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
 
bytesTransferred(byte[], int) - Method in interface com.cedarsoftware.util.IOUtilities.TransferCallback
 
ByteUtilities - Class in com.cedarsoftware.util
 

C

calculateHash(MessageDigest, byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
Calculate an SHA-256 Hash String from the passed in byte[].
calculateMD5Hash(FileChannel) - Static method in class com.cedarsoftware.util.EncryptionUtilities
 
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[].
CaseInsensitiveEntry(Map.Entry<KK, VV>) - 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
 
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(int, float) - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap
 
CaseInsensitiveMap.CaseInsensitiveEntry<KK,VV> - Class in com.cedarsoftware.util
Entry implementation that will give back a String instead of a CaseInsensitiveString when .getKey() is called.
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(int) - Constructor for class com.cedarsoftware.util.CaseInsensitiveSet
 
CaseInsensitiveSet(int, float) - Constructor for class com.cedarsoftware.util.CaseInsensitiveSet
 
checkForThrowable(Object) - Static method in class com.cedarsoftware.util.UrlInvocationHandler
 
ClassInfo(Class, Class[]) - Constructor for class com.cedarsoftware.util.Traverser.ClassInfo
 
clear() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
clear() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
clear() - Method in class com.cedarsoftware.util.TrackingMap
 
clearGlobalReferrer() - Static method in class com.cedarsoftware.util.UrlUtilities
 
clearGlobalUserAgent() - Static method in class com.cedarsoftware.util.UrlUtilities
 
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
 
com.cedarsoftware.util - package com.cedarsoftware.util
 
compare(Object, Object, GraphComparator.ID) - Static method in class com.cedarsoftware.util.GraphComparator
Perform the asymmetric graph delta.
compressBytes(ByteArrayOutputStream, ByteArrayOutputStream) - Static method in class com.cedarsoftware.util.IOUtilities
 
compressBytes(byte[]) - Static method in class com.cedarsoftware.util.IOUtilities
 
contains(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
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.TrackingMap
 
containsValue(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
containsValue(Object) - Method in class com.cedarsoftware.util.TrackingMap
 
convert(Object, Class) - Static method in class com.cedarsoftware.util.Converter
Turn the passed in value to the class indicated.
Converter - Class in com.cedarsoftware.util
Handy conversion utilities
COOKIE - Static variable in class com.cedarsoftware.util.UrlUtilities
 
COOKIE_VALUE_DELIMITER - Static variable in class com.cedarsoftware.util.UrlUtilities
 
copy(Map<K, V>, Map) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
count(String, char) - Static method in class com.cedarsoftware.util.StringUtilities
 
create(Class<T>, InvocationHandler) - Static method in class com.cedarsoftware.util.ProxyFactory
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
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.

D

damerauLevenshteinDistance(CharSequence, CharSequence) - Static method in class com.cedarsoftware.util.StringUtilities
Calculate the Damerau-Levenshtein Distance between two strings.
DATE_FORMAT - Static variable in class com.cedarsoftware.util.UrlUtilities
 
DateUtilities - Class in com.cedarsoftware.util
Handy utilities for working with Java Dates.
decode(String) - Static method in class com.cedarsoftware.util.ByteUtilities
 
decode(String) - Static method in class com.cedarsoftware.util.StringUtilities
 
decrypt(String, String) - Static method in class com.cedarsoftware.util.EncryptionUtilities
Get unencrypted String from encrypted hex String
decryptBytes(String, String) - Static method in class com.cedarsoftware.util.EncryptionUtilities
Get unencrypted byte[] from encrypted hex String
DeepEquals - Class in com.cedarsoftware.util
Test two objects for equivalence with a 'deep' comparison.
deepEquals(Object, Object) - Static method in class com.cedarsoftware.util.DeepEquals
Compare two objects with a 'deep' comparison.
deepHashCode(Object) - Static method in class com.cedarsoftware.util.DeepEquals
Get a deterministic hashCode (int) value for an Object, regardless of when it was created or where it was loaded into memory.
Delta(Object, String, String, Object, Object, Object) - Constructor for class com.cedarsoftware.util.GraphComparator.Delta
 
DeltaError(String, GraphComparator.Delta) - Constructor for class com.cedarsoftware.util.GraphComparator.DeltaError
 
disconnect(HttpURLConnection) - Static method in class com.cedarsoftware.util.UrlUtilities
 
DOT - Static variable in class com.cedarsoftware.util.UrlUtilities
 

E

EMPTY_CLASS_ARRAY - Static variable in class com.cedarsoftware.util.ArrayUtilities
 
EMPTY_OBJECT_ARRAY - Static variable in class com.cedarsoftware.util.ArrayUtilities
Immutable common arrays.
encode(byte[]) - Static method in class com.cedarsoftware.util.ByteUtilities
Convert a byte array into a printable format containing a String of hex digit characters (two per byte).
encode(byte[]) - Static method in class com.cedarsoftware.util.StringUtilities
Convert a byte array into a printable format containing a String of hex digit characters (two per byte).
encrypt(String, String) - Static method in class com.cedarsoftware.util.EncryptionUtilities
Get hex String of content String encrypted.
encryptBytes(String, byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
 
EncryptionUtilities - Class in com.cedarsoftware.util
Useful encryption utilities that simplify tasks like getting an encrypted String return value (or MD5 hash String) for String or Stream input.
entrySet() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
entrySet() - Method in class com.cedarsoftware.util.TrackingMap
 
equals(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
equals(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
equals(Object) - Method in class com.cedarsoftware.util.GraphComparator.Delta
 
equals(String, String) - Static method in class com.cedarsoftware.util.StringUtilities
 
equals(Object) - Method in class com.cedarsoftware.util.TrackingMap
 
equalsIgnoreCase(String, String) - Static method in class com.cedarsoftware.util.StringUtilities
 
equalsIgnoreCaseWithTrim(String, String) - Static method in class com.cedarsoftware.util.StringUtilities
 
equalsWithTrim(String, String) - Static method in class com.cedarsoftware.util.StringUtilities
 
error - Variable in class com.cedarsoftware.util.GraphComparator.DeltaError
 
ExceptionUtilities - Class in com.cedarsoftware.util
Useful Exception Utilities
exec(String) - Method in class com.cedarsoftware.util.Executor
 
exec(String[]) - Method in class com.cedarsoftware.util.Executor
 
exec(String, String[]) - Method in class com.cedarsoftware.util.Executor
 
exec(String[], String[]) - Method in class com.cedarsoftware.util.Executor
 
exec(String, String[], File) - Method in class com.cedarsoftware.util.Executor
 
exec(String[], String[], File) - Method in class com.cedarsoftware.util.Executor
 
Executor - Class in com.cedarsoftware.util
This class is used in conjunction with the Executor class.
Executor() - Constructor for class com.cedarsoftware.util.Executor
 
EXPIRES - Static variable in class com.cedarsoftware.util.UrlUtilities
 
expungeUnused() - Method in class com.cedarsoftware.util.TrackingMap
Remove the entries from the Map that have not been accessed by .get() or .containsKey().

F

fastMD5(File) - Static method in class com.cedarsoftware.util.EncryptionUtilities
Super-fast MD5 calculation from entire file.
flush(Flushable) - Static method in class com.cedarsoftware.util.IOUtilities
 
flush(XMLStreamWriter) - Static method in class com.cedarsoftware.util.IOUtilities
 
FOLDER_SEPARATOR - Static variable in class com.cedarsoftware.util.StringUtilities
 
format(Object, StringBuffer, FieldPosition) - Method in class com.cedarsoftware.util.SafeSimpleDateFormat
 
fromName(String) - Static method in enum com.cedarsoftware.util.GraphComparator.Delta.Command
 

G

generatePostData(Object, Method, Object[]) - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
 
get(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
get(Map, String, 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
 
getArraySubset(T[], int, int) - Static method in class com.cedarsoftware.util.ArrayUtilities
 
getBytes(String, String) - Static method in class com.cedarsoftware.util.StringUtilities
Convert a String into a byte[] with a particular encoding.
getClassAnnotation(Class, Class) - 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.
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
 
getCmd() - Method in class com.cedarsoftware.util.GraphComparator.Delta
 
getConnection(String, boolean, boolean, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
 
getConnection(URL, boolean, boolean, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
 
getConnection(URL, Map, boolean, boolean, boolean, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
Gets a connection from a url.
getConnection(URL, Map, boolean, boolean, boolean, Proxy, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
getConnection(URL, String, int, Map, boolean, boolean, boolean, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
getConnection(URL, Map, boolean, boolean, boolean, Proxy, SSLSocketFactory, HostnameVerifier) - Static method in class com.cedarsoftware.util.UrlUtilities
getContentFromUrl(String) - Static method in class com.cedarsoftware.util.UrlUtilities
Get content from the passed in URL.
getContentFromUrl(URL, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
Get content from the passed in URL.
getContentFromUrl(String, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
 
getContentFromUrl(URL, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
Get content from the passed in URL.
getContentFromUrl(String, Map, Map) - Static method in class com.cedarsoftware.util.UrlUtilities
Get content from the passed in URL.
getContentFromUrl(String, Proxy) - Static method in class com.cedarsoftware.util.UrlUtilities
Deprecated.
As of release 1.13.0, replaced by UrlUtilities.getContentFromUrl(String)
getContentFromUrl(String, Proxy, SSLSocketFactory, HostnameVerifier) - Static method in class com.cedarsoftware.util.UrlUtilities
Deprecated.
As of release 1.13.0, replaced by UrlUtilities.getContentFromUrl(String)
getContentFromUrl(String, Map, Map, Proxy, SSLSocketFactory, HostnameVerifier) - Static method in class com.cedarsoftware.util.UrlUtilities
Deprecated.
As of release 1.13.0, replaced by UrlUtilities.getContentFromUrl(String)
getContentFromUrl(URL, Map, Map, Proxy, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
getContentFromUrl(String, Map, Map, Proxy, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
Deprecated.
getContentFromUrl(String, String, int, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
getContentFromUrlAsString(String) - Static method in class com.cedarsoftware.util.UrlUtilities
Get content from the passed in URL.
getContentFromUrlAsString(URL, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
Get content from the passed in URL.
getContentFromUrlAsString(String, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
Get content from the passed in URL.
getContentFromUrlAsString(URL, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
Get content from the passed in URL.
getContentFromUrlAsString(String, Proxy) - Static method in class com.cedarsoftware.util.UrlUtilities
Deprecated.
As of release 1.13.0, replaced by UrlUtilities.getContentFromUrl(String)
getContentFromUrlAsString(String, String, int, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
getCookieDomainFromHost(String) - Static method in class com.cedarsoftware.util.UrlUtilities
 
getCookies(URLConnection) - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
 
getCookies(URLConnection, Map) - Static method in class com.cedarsoftware.util.UrlUtilities
Retrieves and stores cookies returned by the host on the other side of the open java.net.URLConnection.
getDateFormat(String) - Static method in class com.cedarsoftware.util.SafeSimpleDateFormat
 
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.
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
 
getHostName() - Static method in class com.cedarsoftware.util.UrlUtilities
Deprecated.
As of release 1.13.0, replaced by InetAddressUtilities.getHostName()
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
 
getLocalHost() - Static method in class com.cedarsoftware.util.InetAddressUtilities
 
getMD5Digest() - Static method in class com.cedarsoftware.util.EncryptionUtilities
 
getMethod(Class, String, Class...) - Static method in class com.cedarsoftware.util.ReflectionUtils
 
getMethodAnnotation(Method, Class) - Static method in class com.cedarsoftware.util.ReflectionUtils
 
getName() - Method in enum com.cedarsoftware.util.GraphComparator.Delta.Command
 
getOptionalKey() - Method in class com.cedarsoftware.util.GraphComparator.Delta
 
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
 
getResult() - Method in class com.cedarsoftware.util.StreamGobbler
 
getRetryAttempts() - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
 
getRetrySleepTime() - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
 
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
 
getSourceValue() - Method in class com.cedarsoftware.util.GraphComparator.Delta
 
getTargetValue() - Method in class com.cedarsoftware.util.GraphComparator.Delta
 
getUniqueId() - Static method in class com.cedarsoftware.util.UniqueIdGenerator
 
getUserAgent() - Static method in class com.cedarsoftware.util.UrlUtilities
 
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.
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
 

H

hasContent(String) - Static method in class com.cedarsoftware.util.StringUtilities
 
hasCustomEquals(Class) - Static method in class com.cedarsoftware.util.DeepEquals
Determine if the passed in class has a non-Object.equals() method.
hasCustomHashCode(Class) - Static method in class com.cedarsoftware.util.DeepEquals
Determine if the passed in class has a non-Object.hashCode() method.
hashCode() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
hashCode() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
hashCode() - Method in class com.cedarsoftware.util.GraphComparator.Delta
 
hashCode() - Method in class com.cedarsoftware.util.TrackingMap
 
hashCodeIgnoreCase(String) - Static method in class com.cedarsoftware.util.StringUtilities
Get the hashCode of a String, insensitive to case, without any new Strings being created on the heap.
Helper() - Constructor for class com.cedarsoftware.util.GraphComparator.DeltaProcessor.Helper
 

I

InetAddressUtilities - Class in com.cedarsoftware.util
Useful InetAddress Utilities
informAdditionalUsage(Collection<K>) - Method in class com.cedarsoftware.util.TrackingMap
Add the Collection of keys to the internal list of keys accessed.
informAdditionalUsage(TrackingMap<K, V>) - Method in class com.cedarsoftware.util.TrackingMap
Add the used keys from the passed in TrackingMap to this TrackingMap's keysUsed.
inputStreamToBytes(InputStream) - Static method in class com.cedarsoftware.util.IOUtilities
Convert InputStream contents to a byte[].
invoke(Object, Method, Object[]) - Method in class com.cedarsoftware.util.UrlInvocationHandler
 
IOUtilities - Class in com.cedarsoftware.util
Useful IOUtilities that simplify common io tasks
IOUtilities.TransferCallback - Interface in com.cedarsoftware.util
 
isCancelled() - Method in interface com.cedarsoftware.util.IOUtilities.TransferCallback
 
isContainerType(Object) - Static method in class com.cedarsoftware.util.DeepEquals
 
isEmpty(Object) - Static method in class com.cedarsoftware.util.ArrayUtilities
This is a null-safe isEmpty check.
isEmpty() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
isEmpty() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
isEmpty(Map) - Static method in class com.cedarsoftware.util.MapUtilities
Returns null safe isEmpty check for Map
isEmpty(String) - Static method in class com.cedarsoftware.util.StringUtilities
 
isEmpty() - Method in class com.cedarsoftware.util.TrackingMap
 
isGzipped(byte[]) - Static method in class com.cedarsoftware.util.ByteUtilities
 
iterator() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 

K

keySet() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class com.cedarsoftware.util.TrackingMap
 
keysUsed() - Method in class com.cedarsoftware.util.TrackingMap
Fetch the Set of keys that have been accessed via .get() or .containsKey() of the contained Map.

L

lastIndexOf(String, char) - Static method in class com.cedarsoftware.util.StringUtilities
 
length(String) - Static method in class com.cedarsoftware.util.StringUtilities
Use this method when you don't want a length check to throw a NullPointerException when
levenshteinDistance(CharSequence, CharSequence) - Static method in class com.cedarsoftware.util.StringUtilities
The Levenshtein distance is a string metric for measuring the difference between two sequences.

M

MapUtilities - Class in com.cedarsoftware.util
Usefule utilities for Maps
MathUtilities - Class in com.cedarsoftware.util
Useful Math utilities
maximum(long...) - Static method in class com.cedarsoftware.util.MathUtilities
Calculate the minimum value from an array of values.
maximum(double...) - Static method in class com.cedarsoftware.util.MathUtilities
Calculate the minimum value from an array of values.
maximum(BigInteger...) - Static method in class com.cedarsoftware.util.MathUtilities
Calculate the minimum value from an array of values.
maximum(BigDecimal...) - Static method in class com.cedarsoftware.util.MathUtilities
Calculate the maximum value from an array of values.
minimum(long...) - Static method in class com.cedarsoftware.util.MathUtilities
Calculate the minimum value from an array of values.
minimum(double...) - Static method in class com.cedarsoftware.util.MathUtilities
Calculate the minimum value from an array of values.
minimum(BigInteger...) - Static method in class com.cedarsoftware.util.MathUtilities
Calculate the minimum value from an array of values.
minimum(BigDecimal...) - Static method in class com.cedarsoftware.util.MathUtilities
Calculate the minimum value from an array of values.

N

NAIVE_TRUST_MANAGER - Static variable in class com.cedarsoftware.util.UrlUtilities
 
NAIVE_VERIFIER - Static variable in class com.cedarsoftware.util.UrlUtilities
 
naiveSSLSocketFactory - Static variable in class com.cedarsoftware.util.UrlUtilities
 
NAME_VALUE_SEPARATOR - Static variable in class com.cedarsoftware.util.UrlUtilities
 

P

parse(String) - Method in class com.cedarsoftware.util.SafeSimpleDateFormat
 
parseDate(String) - Static method in class com.cedarsoftware.util.DateUtilities
 
parseObject(String, ParsePosition) - Method in class com.cedarsoftware.util.SafeSimpleDateFormat
 
PATH - Static variable in class com.cedarsoftware.util.UrlUtilities
 
process(Object) - Method in interface com.cedarsoftware.util.Traverser.Visitor
 
processArrayResize(Object, Field, GraphComparator.Delta) - Method in interface com.cedarsoftware.util.GraphComparator.DeltaProcessor
 
processArraySetElement(Object, Field, GraphComparator.Delta) - Method in interface com.cedarsoftware.util.GraphComparator.DeltaProcessor
 
processListResize(Object, Field, GraphComparator.Delta) - Method in interface com.cedarsoftware.util.GraphComparator.DeltaProcessor
 
processListSetElement(Object, Field, GraphComparator.Delta) - Method in interface com.cedarsoftware.util.GraphComparator.DeltaProcessor
 
processMapPut(Object, Field, GraphComparator.Delta) - Method in interface com.cedarsoftware.util.GraphComparator.DeltaProcessor
 
processMapRemove(Object, Field, GraphComparator.Delta) - Method in interface com.cedarsoftware.util.GraphComparator.DeltaProcessor
 
processObjectAssignField(Object, Field, GraphComparator.Delta) - Method in interface com.cedarsoftware.util.GraphComparator.DeltaProcessor
 
processObjectOrphan(Object, Field, GraphComparator.Delta) - Method in interface com.cedarsoftware.util.GraphComparator.DeltaProcessor
 
processObjectTypeChanged(Object, Field, GraphComparator.Delta) - Method in interface com.cedarsoftware.util.GraphComparator.DeltaProcessor
 
processSetAdd(Object, Field, GraphComparator.Delta) - Method in interface com.cedarsoftware.util.GraphComparator.DeltaProcessor
 
processSetRemove(Object, Field, GraphComparator.Delta) - Method in interface com.cedarsoftware.util.GraphComparator.DeltaProcessor
 
ProxyFactory - Class in com.cedarsoftware.util
Handy utilities for working with Java arrays.
put(K, V) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
put(K, V) - Method in class com.cedarsoftware.util.TrackingMap
 
putAll(Map<? extends K, ? extends V>) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
putAll(Map<? extends K, ? extends V>) - Method in class com.cedarsoftware.util.TrackingMap
 

R

readErrorResponse(URLConnection) - Static method in class com.cedarsoftware.util.UrlUtilities
 
readResponse(URLConnection) - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
 
referrer - Static variable in class com.cedarsoftware.util.UrlUtilities
 
ReflectionUtils - Class in com.cedarsoftware.util
 
remove(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
remove(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
remove(Object) - Method in class com.cedarsoftware.util.TrackingMap
 
removeAll(Collection<?>) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
removeItem(T[], int) - Static method in class com.cedarsoftware.util.ArrayUtilities
 
retainAll(Collection<?>) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
ROOT - Static variable in class com.cedarsoftware.util.GraphComparator
 
run() - Method in class com.cedarsoftware.util.StreamGobbler
 

S

safelyIgnoreException(Throwable) - Static method in class com.cedarsoftware.util.ExceptionUtilities
Safely Ignore a Throwable or rethrow if it is a Throwable that should not be ignored.
SafeSimpleDateFormat - Class in com.cedarsoftware.util
This class implements a Thread-Safe (re-entrant) SimpleDateFormat class.
SafeSimpleDateFormat(String) - Constructor for class com.cedarsoftware.util.SafeSimpleDateFormat
 
set2DigitYearStart(Date) - Method in class com.cedarsoftware.util.SafeSimpleDateFormat
 
SET_COOKIE - Static variable in class com.cedarsoftware.util.UrlUtilities
 
SET_COOKIE_SEPARATOR - Static variable in class com.cedarsoftware.util.UrlUtilities
 
setCalendar(Calendar) - Method in class com.cedarsoftware.util.SafeSimpleDateFormat
 
setCmd(GraphComparator.Delta.Command) - Method in class com.cedarsoftware.util.GraphComparator.Delta
 
setCookies(URLConnection) - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
 
setCookies(URLConnection, Map) - Static method in class com.cedarsoftware.util.UrlUtilities
Prior to opening a URLConnection, calling this method will set all unexpired cookies that match the path or subpaths for thi underlying URL
setDateFormatSymbols(DateFormatSymbols) - Method in class com.cedarsoftware.util.SafeSimpleDateFormat
 
setFieldName(String) - Method in class com.cedarsoftware.util.GraphComparator.Delta
 
setId(Object) - Method in class com.cedarsoftware.util.GraphComparator.Delta
 
setLenient(boolean) - Method in class com.cedarsoftware.util.SafeSimpleDateFormat
 
setNumberFormat(NumberFormat) - Method in class com.cedarsoftware.util.SafeSimpleDateFormat
 
setOptionalKey(Object) - Method in class com.cedarsoftware.util.GraphComparator.Delta
 
setReferrer(String) - Static method in class com.cedarsoftware.util.UrlUtilities
 
setRequestHeaders(URLConnection) - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
 
setSourceValue(Object) - Method in class com.cedarsoftware.util.GraphComparator.Delta
 
setTargetValue(Object) - Method in class com.cedarsoftware.util.GraphComparator.Delta
 
setTimeZone(TimeZone) - Method in class com.cedarsoftware.util.SafeSimpleDateFormat
 
setUserAgent(String) - Static method in class com.cedarsoftware.util.UrlUtilities
 
setValue(VV) - Method in class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveEntry
 
shallowCopy(T[]) - Static method in class com.cedarsoftware.util.ArrayUtilities
Shallow copies an array of Objects
size(Object) - Static method in class com.cedarsoftware.util.ArrayUtilities
This is a null-safe size check.
size() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
size() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
size() - Method in class com.cedarsoftware.util.TrackingMap
 
SLEEP_TIME - Static variable in class com.cedarsoftware.util.UrlInvocationHandler
 
StreamGobbler - Class in com.cedarsoftware.util
This class is used in conjunction with the Executor class.
StringUtilities - Class in com.cedarsoftware.util
Useful String utilities for common tasks
SystemUtilities - Class in com.cedarsoftware.util
Useful System utilities for common tasks

T

toArray() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
toArray(T[]) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
toString() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
toString() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
toString() - Method in class com.cedarsoftware.util.GraphComparator.Delta
 
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
 
trimLength(String) - Static method in class com.cedarsoftware.util.StringUtilities
Returns the length of the trimmed string.

U

uncompressBytes(byte[]) - Static method in class com.cedarsoftware.util.IOUtilities
 
UniqueIdGenerator - Class in com.cedarsoftware.util
Generate a unique ID that fits within a long value quickly, will never create a duplicate value, even if called insanely fast, and it incorporates part of the IP address so that machines in a cluster will not create duplicates.
UrlInvocationHandler - Class in com.cedarsoftware.util
Useful utility for allowing Java code to make Ajax calls, yet the Java code can make these calls via Dynamic Proxies created from Java interfaces for the remote server(s).
UrlInvocationHandler(UrlInvocationHandlerStrategy) - Constructor for class com.cedarsoftware.util.UrlInvocationHandler
 
UrlInvocationHandlerStrategy - Interface in com.cedarsoftware.util
Useful String utilities for common tasks
UrlUtilities - Class in com.cedarsoftware.util
Useful utilities for working with UrlConnections and IO.
userAgent - Static variable in class com.cedarsoftware.util.UrlUtilities
 

V

valueOf(String) - Static method in enum com.cedarsoftware.util.GraphComparator.Delta.Command
Returns the enum constant of this type with the specified name.
values() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
values() - Static method in enum com.cedarsoftware.util.GraphComparator.Delta.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.cedarsoftware.util.TrackingMap
 

W

walk(Object, Class[], Traverser.Visitor) - Method in class com.cedarsoftware.util.Traverser
Traverse the object graph referenced by the passed in root.
wildcardToRegexString(String) - Static method in class com.cedarsoftware.util.StringUtilities
Convert strings containing DOS-style '*' or '?' to a regex String.
A B C D E F G H I K L M N P R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.