A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes All Packages

A

add(E) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
add(E) - Method in class com.cedarsoftware.util.CompactSet
 
addAll(Collection<? extends 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.
AdjustableGZIPOutputStream - Class in com.cedarsoftware.util
 
AdjustableGZIPOutputStream(OutputStream, int) - Constructor for class com.cedarsoftware.util.AdjustableGZIPOutputStream
 
AdjustableGZIPOutputStream(OutputStream, int, int) - Constructor for class com.cedarsoftware.util.AdjustableGZIPOutputStream
 
ALLOW_STRINGS_TO_MATCH_NUMBERS - Static variable in class com.cedarsoftware.util.DeepEquals
 
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.
ARRAY - com.cedarsoftware.util.CompactMap.LogicalValueType
 
ARRAY_RESIZE - com.cedarsoftware.util.GraphComparator.Delta.Command
 
ARRAY_SET_ELEMENT - com.cedarsoftware.util.GraphComparator.Delta.Command
 
ArrayUtilities - Class in com.cedarsoftware.util
Handy utilities for working with Java arrays.
assertContainsIgnoreCase(String, String...) - Static method in class com.cedarsoftware.util.TestUtil
Ensure that the passed in source contains all of the Strings passed in the 'contains' parameter AND that they appear in the order they are passed in.

B

BIG_DECIMAL_ZERO - Static variable in class com.cedarsoftware.util.Converter
 
BIG_INTEGER_ZERO - Static variable in class com.cedarsoftware.util.Converter
 
buffer - Variable in class com.cedarsoftware.util.FastByteArrayOutputStream
 
buildURL(Object, Method, Object[]) - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
 
BYTE_ONE - Static variable in class com.cedarsoftware.util.Converter
 
BYTE_ZERO - Static variable in class com.cedarsoftware.util.Converter
 
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 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[].
calculateMD5Hash(FileChannel) - Static method in class com.cedarsoftware.util.EncryptionUtilities
 
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>) - 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>, 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(int) - Constructor for class com.cedarsoftware.util.CaseInsensitiveSet
 
CaseInsensitiveSet(int, float) - 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
 
CaseInsensitiveString(String) - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveString
 
checkContainsIgnoreCase(String, String...) - Static method in class com.cedarsoftware.util.TestUtil
Ensure that the passed in source contains all of 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
 
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.CompactMap
 
clear() - Method in class com.cedarsoftware.util.CompactSet
 
clear() - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
Reset the stream so it can be used again.
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(Closeable) - Static method in class com.cedarsoftware.util.IOUtilities
 
close(XMLStreamReader) - Static method in class com.cedarsoftware.util.IOUtilities
 
close(XMLStreamWriter) - Static method in class com.cedarsoftware.util.IOUtilities
 
com.cedarsoftware.util - package com.cedarsoftware.util
 
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(byte[]) - Static method in class com.cedarsoftware.util.IOUtilities
 
compressBytes(byte[], int, int) - Static method in class com.cedarsoftware.util.IOUtilities
 
compressBytes(FastByteArrayOutputStream, FastByteArrayOutputStream) - Static method in class com.cedarsoftware.util.IOUtilities
 
compressBytes(ByteArrayOutputStream, ByteArrayOutputStream) - Static method in class com.cedarsoftware.util.IOUtilities
 
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.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.TrackingMap
 
convert(Object, Class<T>) - Static method in class com.cedarsoftware.util.Converter
Turn the passed in value to the class indicated.
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
Handy conversion utilities.
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
 
convertToLocalDateTime(Object) - Static method in class com.cedarsoftware.util.Converter
 
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
 
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<K, V>) - 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(Object, Object) - Static method in class com.cedarsoftware.util.DeepEquals
Compare two objects with a 'deep' comparison.
deepEquals(Object, Object, Map<?, ?>) - Static method in class com.cedarsoftware.util.DeepEquals
Compare two objects with a 'deep' comparison.
DeepEquals - Class in com.cedarsoftware.util
Test two objects for equivalence 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 - Variable in class com.cedarsoftware.util.FastByteArrayOutputStream
 
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
 
DOUBLE_ONE - Static variable in class com.cedarsoftware.util.Converter
 
DOUBLE_ZERO - Static variable in class com.cedarsoftware.util.Converter
 

E

EMPTY - com.cedarsoftware.util.CompactMap.LogicalValueType
 
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.
ENTRY - com.cedarsoftware.util.CompactMap.LogicalValueType
 
entrySet() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
entrySet() - Method in class com.cedarsoftware.util.CompactMap
 
entrySet() - Method in class com.cedarsoftware.util.TrackingMap
 
equals(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveString
 
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.CompactMap.CompactMapEntry
 
equals(Object) - Method in class com.cedarsoftware.util.CompactMap
 
equals(Object) - Method in class com.cedarsoftware.util.GraphComparator.Delta
 
equals(Object) - Method in class com.cedarsoftware.util.TrackingMap
 
equals(String, String) - Static method in class com.cedarsoftware.util.StringUtilities
 
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[], File) - 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
 
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

FastByteArrayOutputStream - Class in com.cedarsoftware.util
Faster version of ByteArrayOutputStream that does not have synchronized methods and also provides direct access to its internal buffer so that it does not need to be duplicated when read.
FastByteArrayOutputStream() - Constructor for class com.cedarsoftware.util.FastByteArrayOutputStream
Construct a new FastByteArrayOutputStream with a logical size of 0, but an initial capacity of 1K (1024 bytes).
FastByteArrayOutputStream(int) - Constructor for class com.cedarsoftware.util.FastByteArrayOutputStream
Construct a new FastByteArrayOutputStream with the passed in capacity, and a default delta (1024).
FastByteArrayOutputStream(int, int) - Constructor for class com.cedarsoftware.util.FastByteArrayOutputStream
Construct a new FastByteArrayOutputStream with a logical size of 0, but an initial capacity of 'capacity'.
fastMD5(File) - Static method in class com.cedarsoftware.util.EncryptionUtilities
Super-fast MD5 calculation from entire file.
FLOAT_ONE - Static variable in class com.cedarsoftware.util.Converter
 
FLOAT_ZERO - Static variable in class com.cedarsoftware.util.Converter
 
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(Object) - Method in class com.cedarsoftware.util.CompactMap
 
get(Object) - Method in class com.cedarsoftware.util.TrackingMap
 
get(Map<?, T>, Object, T) - Static method in class com.cedarsoftware.util.MapUtilities
Retrieves a value from a map by key
getActualUrl(String) - Static method in class com.cedarsoftware.util.UrlUtilities
 
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.
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.
getClassLoaderName(Class<?>) - Static method in class com.cedarsoftware.util.ReflectionUtils
 
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
 
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.
getConstructor(Class<?>, Class<?>...) - Static method in class com.cedarsoftware.util.ReflectionUtils
 
getContentFromUrl(String) - 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, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
 
getContentFromUrl(URL, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
Get content from the passed in URL.
getContentFromUrl(URL, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
Get content from the passed in URL.
getContentFromUrlAsString(String) - 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, 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.
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.
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<?>, 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
 
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
 
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
 
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
 
getSingleValueKey() - Method in class com.cedarsoftware.util.CompactMap
 
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
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
 
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.CaseInsensitiveString
 
hashCode() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
hashCode() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
hashCode() - Method in class com.cedarsoftware.util.CompactMap.CompactMapEntry
 
hashCode() - Method in class com.cedarsoftware.util.CompactMap
 
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

IGNORE_CUSTOM_EQUALS - Static variable in class com.cedarsoftware.util.DeepEquals
 
InetAddressUtilities - Class in com.cedarsoftware.util
Useful InetAddress Utilities
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.
informAdditionalUsage(Collection<K>) - Method in class com.cedarsoftware.util.TrackingMap
Add the Collection of keys to the internal list of keys accessed.
inputStreamToBytes(InputStream) - Static method in class com.cedarsoftware.util.IOUtilities
Convert InputStream contents to a byte[].
INTEGER_ONE - Static variable in class com.cedarsoftware.util.Converter
 
INTEGER_ZERO - Static variable in class com.cedarsoftware.util.Converter
 
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
 
isCaseInsensitive() - Method in class com.cedarsoftware.util.CompactCIHashMap
 
isCaseInsensitive() - Method in class com.cedarsoftware.util.CompactCIHashSet
 
isCaseInsensitive() - Method in class com.cedarsoftware.util.CompactCILinkedMap
 
isCaseInsensitive() - Method in class com.cedarsoftware.util.CompactCILinkedSet
 
isCaseInsensitive() - Method in class com.cedarsoftware.util.CompactMap
 
isCaseInsensitive() - Method in class com.cedarsoftware.util.CompactSet
 
isContainerType(Object) - Static method in class com.cedarsoftware.util.DeepEquals
 
isEmpty() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
isEmpty() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
isEmpty() - Method in class com.cedarsoftware.util.CompactMap
 
isEmpty() - Method in class com.cedarsoftware.util.CompactSet
 
isEmpty() - Method in class com.cedarsoftware.util.TrackingMap
 
isEmpty(Object) - Static method in class com.cedarsoftware.util.ArrayUtilities
This is a null-safe isEmpty check.
isEmpty(String) - Static method in class com.cedarsoftware.util.StringUtilities
 
isEmpty(Map) - Static method in class com.cedarsoftware.util.MapUtilities
Returns null safe isEmpty check for Map
isGzipped(byte[]) - Static method in class com.cedarsoftware.util.ByteUtilities
 
iterator() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
iterator() - Method in class com.cedarsoftware.util.CompactSet
 

J

JAVA_UTIL_CLUSTERID - Static variable in class com.cedarsoftware.util.UniqueIdGenerator
 

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.CompactMap
 
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.
LIST_RESIZE - com.cedarsoftware.util.GraphComparator.Delta.Command
 
LIST_SET_ELEMENT - com.cedarsoftware.util.GraphComparator.Delta.Command
 
localDateTimeToMillis(LocalDateTime) - Static method in class com.cedarsoftware.util.Converter
 
localDateToMillis(LocalDate) - Static method in class com.cedarsoftware.util.Converter
 
LONG_ONE - Static variable in class com.cedarsoftware.util.Converter
 
LONG_ZERO - Static variable in class com.cedarsoftware.util.Converter
 

M

MAP - com.cedarsoftware.util.CompactMap.LogicalValueType
 
MAP_PUT - com.cedarsoftware.util.GraphComparator.Delta.Command
 
MAP_REMOVE - com.cedarsoftware.util.GraphComparator.Delta.Command
 
MapUtilities - Class in com.cedarsoftware.util
Usefule utilities for Maps
MathUtilities - Class in com.cedarsoftware.util
Useful Math utilities
maximum(double...) - Static method in class com.cedarsoftware.util.MathUtilities
Calculate the minimum value from an array of values.
maximum(long...) - 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.
maximum(BigInteger...) - 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(long...) - 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.
minimum(BigInteger...) - Static method in class com.cedarsoftware.util.MathUtilities
Calculate the minimum value from an array of values.
minus(Iterable) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
minus(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
minus(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
minus(Object) - Method in class com.cedarsoftware.util.CompactMap
 

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
 

O

OBJECT - com.cedarsoftware.util.CompactMap.LogicalValueType
 
OBJECT_ASSIGN_FIELD - com.cedarsoftware.util.GraphComparator.Delta.Command
 
OBJECT_FIELD_TYPE_CHANGED - com.cedarsoftware.util.GraphComparator.Delta.Command
 
OBJECT_ORPHAN - com.cedarsoftware.util.GraphComparator.Delta.Command
 

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
 
plus(Iterable) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
plus(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
plus(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
plus(Object) - Method in class com.cedarsoftware.util.CompactMap
 
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.CompactMap
 
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.CompactMap
 
putAll(Map<? extends K, ? extends V>) - Method in class com.cedarsoftware.util.TrackingMap
 
putObject(Object, Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 

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
Utilities to simplify writing reflective code as well as improve performance of reflective operations like method and annotation lookups.
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.CompactMap
 
remove(Object) - Method in class com.cedarsoftware.util.CompactSet
 
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
 
SET_ADD - com.cedarsoftware.util.GraphComparator.Delta.Command
 
SET_COOKIE - Static variable in class com.cedarsoftware.util.UrlUtilities
 
SET_COOKIE_SEPARATOR - Static variable in class com.cedarsoftware.util.UrlUtilities
 
SET_REMOVE - com.cedarsoftware.util.GraphComparator.Delta.Command
 
set2DigitYearStart(Date) - Method in class com.cedarsoftware.util.SafeSimpleDateFormat
 
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(V) - Method in class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveEntry
 
setValue(V) - Method in class com.cedarsoftware.util.CompactMap.CompactMapEntry
 
shallowCopy(T[]) - Static method in class com.cedarsoftware.util.ArrayUtilities
Shallow copies an array of Objects
SHORT_ONE - Static variable in class com.cedarsoftware.util.Converter
 
SHORT_ZERO - Static variable in class com.cedarsoftware.util.Converter
 
size - Variable in class com.cedarsoftware.util.FastByteArrayOutputStream
 
size() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
 
size() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
size() - Method in class com.cedarsoftware.util.CompactMap
 
size() - Method in class com.cedarsoftware.util.CompactSet
 
size() - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
The logical size of the byte[] this stream represents, not its physical size, which could be larger.
size() - Method in class com.cedarsoftware.util.TrackingMap
 
size(Object) - Static method in class com.cedarsoftware.util.ArrayUtilities
This is a null-safe size check.
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

TestUtil - Class in com.cedarsoftware.util
Useful Test utilities for common tasks
TestUtil() - Constructor for class com.cedarsoftware.util.TestUtil
 
toArray() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
toArray(Class<T>, Collection<?>) - Static method in class com.cedarsoftware.util.ArrayUtilities
Convert Collection to a Java (typed) array [].
toArray(T[]) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
 
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.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, OutputStream) - Static method in class com.cedarsoftware.util.IOUtilities
 
transfer(File, URLConnection, IOUtilities.TransferCallback) - Static method in class com.cedarsoftware.util.IOUtilities
 
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, File, IOUtilities.TransferCallback) - Static method in class com.cedarsoftware.util.IOUtilities
 
transfer(InputStream, OutputStream) - Static method in class com.cedarsoftware.util.IOUtilities
Transfers bytes from an input stream to an output stream.
transfer(InputStream, OutputStream, IOUtilities.TransferCallback) - Static method in class com.cedarsoftware.util.IOUtilities
Transfers bytes from an input stream to an output stream.
transfer(URLConnection, byte[]) - Static method in class com.cedarsoftware.util.IOUtilities
Transfers a byte[] to the output stream of a URLConnection
transfer(URLConnection, File, IOUtilities.TransferCallback) - Static method in class com.cedarsoftware.util.IOUtilities
 
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
 
uncompressBytes(byte[], int, int) - Static method in class com.cedarsoftware.util.IOUtilities
 
UniqueIdGenerator - Class in com.cedarsoftware.util
Generate a unique ID that fits within a long value.
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.
useCopyIterator() - Method in class com.cedarsoftware.util.CompactCIHashMap
 
useCopyIterator() - Method in class com.cedarsoftware.util.CompactCILinkedMap
 
useCopyIterator() - Method in class com.cedarsoftware.util.CompactLinkedMap
 
useCopyIterator() - Method in class com.cedarsoftware.util.CompactMap
 
userAgent - Static variable in class com.cedarsoftware.util.UrlUtilities
 

V

valueOf(String) - Static method in enum com.cedarsoftware.util.CompactMap.LogicalValueType
Returns the enum constant of this type with the specified name.
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.CompactMap.LogicalValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.cedarsoftware.util.CompactMap
 
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.
write(byte[], int, int) - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this stream.
write(int) - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
Writes the specified byte to this byte array output stream.
writeTo(byte[]) - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
Copy the internal byte[] to the passed in byte[].
writeTo(OutputStream) - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
Convenience method to copy the contained byte[] to the passed in OutputStream.

Z

zonedDateTimeToMillis(ZonedDateTime) - Static method in class com.cedarsoftware.util.Converter
 
A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes All Packages