Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(int, E) - Method in class com.cedarsoftware.util.ConcurrentList
- add(int, T) - Method in class com.cedarsoftware.util.SealableList
- add(E) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
- add(E) - Method in class com.cedarsoftware.util.CompactSet
- add(E) - Method in class com.cedarsoftware.util.ConcurrentList
- add(T) - Method in class com.cedarsoftware.util.ConcurrentSet
- add(T) - Method in class com.cedarsoftware.util.SealableList
- add(T) - Method in class com.cedarsoftware.util.SealableNavigableSet
- add(T) - Method in class com.cedarsoftware.util.SealableSet
- addAll(int, Collection<? extends E>) - Method in class com.cedarsoftware.util.ConcurrentList
- addAll(int, Collection<? extends T>) - Method in class com.cedarsoftware.util.SealableList
- addAll(Collection<? extends E>) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
- addAll(Collection<? extends E>) - Method in class com.cedarsoftware.util.ConcurrentList
- addAll(Collection<? extends T>) - Method in class com.cedarsoftware.util.ConcurrentSet
- addAll(Collection<? extends T>) - Method in class com.cedarsoftware.util.SealableList
- addAll(Collection<? extends T>) - Method in class com.cedarsoftware.util.SealableNavigableSet
- addAll(Collection<? extends T>) - Method in class com.cedarsoftware.util.SealableSet
- addAll(T[], T[]) - Static method in class com.cedarsoftware.util.ArrayUtilities
-
Adds all the elements of the given arrays into a new array.
- addConversion(Class<?>, Class<?>, Convert<?>) - Method in class com.cedarsoftware.util.convert.Converter
-
Add a new conversion.
- addConversion(Class<?>, Class<?>, Convert<?>) - Method in class com.cedarsoftware.util.Converter
-
Add a new conversion.
- 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
- allSupportedConversions() - Method in class com.cedarsoftware.util.convert.Converter
- allSupportedConversions() - Static method in class com.cedarsoftware.util.Converter
- 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.
- areAllConstructorsPrivate(Class<?>) - Static method in class com.cedarsoftware.util.ClassUtilities
- ARRAY - Enum constant in enum com.cedarsoftware.util.CompactMap.LogicalValueType
- ARRAY_RESIZE - Enum constant in enum com.cedarsoftware.util.GraphComparator.Delta.Command
- ARRAY_SET_ELEMENT - Enum constant in enum 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 the Strings passed in the 'contains' parameter AND that they appear in the order they are passed in.
- available() - Method in class com.cedarsoftware.util.FastByteArrayInputStream
B
- BIG_DEC_DOUBLE_MAX - Static variable in class com.cedarsoftware.util.MathUtilities
- BIG_DEC_DOUBLE_MIN - Static variable in class com.cedarsoftware.util.MathUtilities
- BIG_INT_LONG_MAX - Static variable in class com.cedarsoftware.util.MathUtilities
- BIG_INT_LONG_MIN - Static variable in class com.cedarsoftware.util.MathUtilities
- buildURL(Object, Method, Object[]) - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
-
Deprecated.
- BYTE_ONE - Static variable in class com.cedarsoftware.util.convert.CommonValues
- BYTE_ZERO - Static variable in class com.cedarsoftware.util.convert.CommonValues
- bytesTransferred(byte[], int) - Method in interface com.cedarsoftware.util.IOUtilities.TransferCallback
- ByteUtilities - Class in com.cedarsoftware.util
C
- calculateFileHash(FileChannel, MessageDigest) - Static method in class com.cedarsoftware.util.EncryptionUtilities
- calculateHash(MessageDigest, byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Calculate a hash String from the passed in byte[].
- calculateMD5Hash(byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Calculate an MD5 Hash String from the passed in byte[].
- calculateSHA1Hash(byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Calculate an MD5 Hash String from the passed in byte[].
- calculateSHA256Hash(byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Calculate an SHA-256 Hash String from the passed in byte[].
- calculateSHA512Hash(byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Calculate an SHA-512 Hash String from the passed in byte[].
- call(Object, Method, Object...) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Make reflective method calls without having to handle two checked exceptions (IllegalAccessException and InvocationTargetException).
- call(Object, String, Object...) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Make a reflective method call in one step.
- CaseInsensitiveEntry(Map.Entry<K, V>) - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveEntry
- CaseInsensitiveMap<K,
V> - Class in com.cedarsoftware.util -
Useful Map that does not care about the case-sensitivity of keys when the key value is a String.
- CaseInsensitiveMap() - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap
- CaseInsensitiveMap(int) - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap
-
Use the constructor that takes two (2) Maps.
- CaseInsensitiveMap(int, float) - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap
-
Use the constructor that takes two (2) Maps.
- CaseInsensitiveMap(Map<K, V>) - 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
- ceiling(T) - Method in class com.cedarsoftware.util.SealableNavigableSet
- ceilingEntry(K) - Method in class com.cedarsoftware.util.SealableNavigableMap
- ceilingKey(K) - Method in class com.cedarsoftware.util.SealableNavigableMap
- CHARACTER_ONE - Static variable in class com.cedarsoftware.util.convert.CommonValues
- CHARACTER_ZERO - Static variable in class com.cedarsoftware.util.convert.CommonValues
- checkContainsIgnoreCase(String, String...) - Static method in class com.cedarsoftware.util.TestUtil
-
Ensure that the passed in source contains all the Strings passed in the 'contains' parameter AND that they appear in the order they are passed in.
- checkForThrowable(Object) - Static method in class com.cedarsoftware.util.UrlInvocationHandler
-
Deprecated.
- ClassInfo(Class<?>, Class<?>[]) - Constructor for class com.cedarsoftware.util.Traverser.ClassInfo
- ClassUtilities - Class in com.cedarsoftware.util
-
Useful utilities for Class work.
- ClassUtilities() - Constructor for class com.cedarsoftware.util.ClassUtilities
- clear() - Method in class com.cedarsoftware.util.cache.LockingLRUCacheStrategy
- clear() - Method in class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
- 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.ConcurrentList
- clear() - Method in class com.cedarsoftware.util.ConcurrentSet
- clear() - Method in class com.cedarsoftware.util.LRUCache
- clear() - Method in class com.cedarsoftware.util.SealableList
- clear() - Method in class com.cedarsoftware.util.SealableMap
- clear() - Method in class com.cedarsoftware.util.SealableNavigableMap
- clear() - Method in class com.cedarsoftware.util.SealableNavigableSet
- clear() - Method in class com.cedarsoftware.util.SealableSet
- clear() - Method in class com.cedarsoftware.util.TrackingMap
- clearGlobalReferrer() - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- clearGlobalUserAgent() - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- cloneMapOfMaps(Map<T, Map<U, V>>, boolean) - Static method in class com.cedarsoftware.util.MapUtilities
- cloneMapOfSets(Map<T, Set<V>>, boolean) - Static method in class com.cedarsoftware.util.MapUtilities
- close() - Method in class com.cedarsoftware.util.FastByteArrayInputStream
- close() - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
- close() - Method in class com.cedarsoftware.util.FastReader
- close() - Method in class com.cedarsoftware.util.FastWriter
- close(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
- CollectionUtilities - Class in com.cedarsoftware.util
- CollectionUtilities() - Constructor for class com.cedarsoftware.util.CollectionUtilities
- com.cedarsoftware.util - package com.cedarsoftware.util
- com.cedarsoftware.util.cache - package com.cedarsoftware.util.cache
- com.cedarsoftware.util.convert - package com.cedarsoftware.util.convert
- CommonValues - Class in com.cedarsoftware.util.convert
- CompactCIHashMap<K,
V> - Class in com.cedarsoftware.util -
Useful Map that does not care about the case-sensitivity of keys when the key value is a String.
- CompactCIHashMap() - Constructor for class com.cedarsoftware.util.CompactCIHashMap
- CompactCIHashMap(Map<K, V>) - Constructor for class com.cedarsoftware.util.CompactCIHashMap
- CompactCIHashSet<E> - Class in com.cedarsoftware.util
-
Similar to CompactSet, except that it uses a HashSet as delegate Set when more than compactSize() elements are held.
- CompactCIHashSet() - Constructor for class com.cedarsoftware.util.CompactCIHashSet
- CompactCIHashSet(Collection<E>) - Constructor for class com.cedarsoftware.util.CompactCIHashSet
- CompactCILinkedMap<K,
V> - Class in com.cedarsoftware.util -
Useful Map that does not care about the case-sensitivity of keys when the key value is a String.
- CompactCILinkedMap() - Constructor for class com.cedarsoftware.util.CompactCILinkedMap
- CompactCILinkedMap(Map<K, V>) - Constructor for class com.cedarsoftware.util.CompactCILinkedMap
- CompactCILinkedSet<E> - Class in com.cedarsoftware.util
-
Similar to CompactSet, except that it uses a LinkedHashSet as delegate Set when more than compactSize() elements are held.
- CompactCILinkedSet() - Constructor for class com.cedarsoftware.util.CompactCILinkedSet
- CompactCILinkedSet(Collection<E>) - Constructor for class com.cedarsoftware.util.CompactCILinkedSet
- CompactLinkedMap<K,
V> - Class in com.cedarsoftware.util -
This Map uses very little memory (See CompactMap).
- CompactLinkedMap() - Constructor for class com.cedarsoftware.util.CompactLinkedMap
- CompactLinkedMap(Map<K, V>) - Constructor for class com.cedarsoftware.util.CompactLinkedMap
- CompactLinkedSet<E> - Class in com.cedarsoftware.util
-
Similar to CompactSet, except that it uses a LinkedHashSet as delegate Set when more than compactSize() elements are held.
- CompactLinkedSet() - Constructor for class com.cedarsoftware.util.CompactLinkedSet
- CompactLinkedSet(Collection<E>) - Constructor for class com.cedarsoftware.util.CompactLinkedSet
- CompactMap<K,
V> - Class in com.cedarsoftware.util -
Many developers do not realize than they may have thousands or hundreds of thousands of Maps in memory, often representing small JSON objects.
- CompactMap() - Constructor for class com.cedarsoftware.util.CompactMap
- CompactMap(Map<K, V>) - Constructor for class com.cedarsoftware.util.CompactMap
- CompactMap.CompactMapEntry - Class in com.cedarsoftware.util
-
Marker Class to hold key and value when the key is not the same as the getSingleValueKey().
- CompactMap.LogicalValueType - Enum in com.cedarsoftware.util
- CompactMapEntry(K, V) - Constructor for class com.cedarsoftware.util.CompactMap.CompactMapEntry
- CompactSet<E> - Class in com.cedarsoftware.util
-
Often, memory may be consumed by lots of Maps or Sets (HashSet uses a HashMap to implement it's set).
- CompactSet() - Constructor for class com.cedarsoftware.util.CompactSet
- CompactSet(Collection<E>) - Constructor for class com.cedarsoftware.util.CompactSet
- compactSize() - Method in class com.cedarsoftware.util.CompactMap
- compactSize() - Method in class com.cedarsoftware.util.CompactSet
- comparator() - Method in class com.cedarsoftware.util.SealableNavigableMap
- comparator() - Method in class com.cedarsoftware.util.SealableNavigableSet
- 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
- computeInheritanceDistance(Class<?>, Class<?>) - Static method in class com.cedarsoftware.util.ClassUtilities
-
Computes the inheritance distance between two classes/interfaces/primitive types.
- computeKeyHashCode(Object) - Method in class com.cedarsoftware.util.CompactMap
- computeValueHashCode(Object) - Method in class com.cedarsoftware.util.CompactMap
- ConcurrentList<E> - Class in com.cedarsoftware.util
-
ConcurrentList provides a List and List wrapper that is thread-safe, usable in highly concurrent environments.
- ConcurrentList() - Constructor for class com.cedarsoftware.util.ConcurrentList
-
No-arg constructor to create an empty ConcurrentList, wrapping an ArrayList.
- ConcurrentList(List<E>) - Constructor for class com.cedarsoftware.util.ConcurrentList
-
Use this constructor to wrap a List (any kind of List) and make it a ConcurrentList.
- ConcurrentSet<T> - Class in com.cedarsoftware.util
-
ConcurrentSet provides a Set that is thread-safe, usable in highly concurrent environments.
- ConcurrentSet() - Constructor for class com.cedarsoftware.util.ConcurrentSet
-
Create a new empty ConcurrentSet.
- ConcurrentSet(Collection<T>) - Constructor for class com.cedarsoftware.util.ConcurrentSet
-
Create a new ConcurrentSet instance with data from the passed in Collection.
- contains(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
- contains(Object) - Method in class com.cedarsoftware.util.CompactSet
- contains(Object) - Method in class com.cedarsoftware.util.ConcurrentList
- contains(Object) - Method in class com.cedarsoftware.util.ConcurrentSet
- contains(Object) - Method in class com.cedarsoftware.util.SealableList
- contains(Object) - Method in class com.cedarsoftware.util.SealableNavigableSet
- contains(Object) - Method in class com.cedarsoftware.util.SealableSet
- containsAll(Collection<?>) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
- containsAll(Collection<?>) - Method in class com.cedarsoftware.util.ConcurrentList
- containsAll(Collection<?>) - Method in class com.cedarsoftware.util.ConcurrentSet
- containsAll(Collection<?>) - Method in class com.cedarsoftware.util.SealableList
- containsAll(Collection<?>) - Method in class com.cedarsoftware.util.SealableNavigableSet
- containsAll(Collection<?>) - Method in class com.cedarsoftware.util.SealableSet
- containsKey(Object) - Method in class com.cedarsoftware.util.cache.LockingLRUCacheStrategy
- containsKey(Object) - Method in class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
- containsKey(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
- containsKey(Object) - Method in class com.cedarsoftware.util.CompactMap
- containsKey(Object) - Method in class com.cedarsoftware.util.LRUCache
- containsKey(Object) - Method in class com.cedarsoftware.util.SealableMap
- containsKey(Object) - Method in class com.cedarsoftware.util.SealableNavigableMap
- containsKey(Object) - Method in class com.cedarsoftware.util.TrackingMap
- containsValue(Object) - Method in class com.cedarsoftware.util.cache.LockingLRUCacheStrategy
- containsValue(Object) - Method in class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
- containsValue(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
- containsValue(Object) - Method in class com.cedarsoftware.util.CompactMap
- containsValue(Object) - Method in class com.cedarsoftware.util.LRUCache
- containsValue(Object) - Method in class com.cedarsoftware.util.SealableMap
- containsValue(Object) - Method in class com.cedarsoftware.util.SealableNavigableMap
- containsValue(Object) - Method in class com.cedarsoftware.util.TrackingMap
- Convention - Class in com.cedarsoftware.util
- convert(Object, Converter) - Method in interface com.cedarsoftware.util.convert.Convert
- convert(Object, Class<T>) - Method in class com.cedarsoftware.util.convert.Converter
-
Turn the passed in value to the class indicated.
- convert(Object, Class<T>) - Static method in class com.cedarsoftware.util.Converter
-
Uses the default configuration options for your system.
- Convert<T> - Interface in com.cedarsoftware.util.convert
- convert2AtomicBoolean(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an AtomicBoolean.
- convert2AtomicInteger(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an AtomicInteger.
- convert2AtomicLong(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an AtomicLong.
- convert2BigDecimal(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a BigDecimal.
- convert2BigInteger(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a BigInteger.
- convert2boolean(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a boolean.
- convert2byte(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a byte.
- convert2char(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a char.
- convert2double(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a double.
- convert2float(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a float.
- convert2int(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an int.
- convert2long(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an long.
- convert2short(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a short.
- convert2String(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a String.
- Converter - Class in com.cedarsoftware.util.convert
-
Instance conversion utility.
- Converter - Class in com.cedarsoftware.util
-
Useful conversion utilities.
- Converter(ConverterOptions) - Constructor for class com.cedarsoftware.util.convert.Converter
- ConverterOptions - Interface in com.cedarsoftware.util.convert
- convertToAtomicBoolean(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an AtomicBoolean.
- convertToAtomicInteger(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an AtomicInteger.
- convertToAtomicLong(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an AtomicLong.
- convertToBigDecimal(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a BigDecimal.
- convertToBigInteger(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a BigInteger.
- convertToBoolean(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Boolean.
- convertToByte(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Byte.
- convertToCalendar(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Calendar.
- convertToCharacter(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Character.
- convertToDate(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Date.
- convertToDouble(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Double.
- convertToFloat(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Float.
- convertToInteger(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to an Integer.
- convertToLocalDate(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a LocalDate.
- convertToLocalDateTime(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a LocalDateTime.
- convertToLong(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Long.
- convertToShort(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Short.
- convertToSqlDate(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a java.sql.Date.
- convertToString(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a String.
- convertToTimestamp(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Timestamp.
- convertToZonedDateTime(Object) - Static method in class com.cedarsoftware.util.Converter
-
Convert from the passed in instance to a Date.
- COOKIE - Static variable in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- COOKIE_VALUE_DELIMITER - Static variable in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- copy(Map<K, V>, Map<K, V>) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
- count(CharSequence, CharSequence) - Static method in class com.cedarsoftware.util.StringUtilities
-
Count the number of times that 'token' occurs within 'content'.
- count(String, char) - Static method in class com.cedarsoftware.util.StringUtilities
- create(Class<T>, InvocationHandler) - Static method in class com.cedarsoftware.util.ProxyFactory
-
Deprecated.Returns an instance of a proxy class for the specified interfaces that dispatches method invocations to the specified invocation handler.
- create(ClassLoader, Class<T>, InvocationHandler) - Static method in class com.cedarsoftware.util.ProxyFactory
-
Deprecated.Returns an instance of a proxy class for the specified interfaces that dispatches method invocations to the specified invocation handler.
- createAesCipher(String, int) - Static method in class com.cedarsoftware.util.EncryptionUtilities
- createAesCipher(Key, int) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Creates a Cipher from the passed in key, using the passed in mode.
- createAesDecryptionCipher(String) - Static method in class com.cedarsoftware.util.EncryptionUtilities
- createAesEncryptionCipher(String) - Static method in class com.cedarsoftware.util.EncryptionUtilities
- createCipherBytes(String, int) - Static method in class com.cedarsoftware.util.EncryptionUtilities
- createString(byte[], String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Convert a byte[] into a String with a particular encoding.
- createUtf8String(byte[]) - Static method in class com.cedarsoftware.util.StringUtilities
-
Convert a byte[] into a UTF-8 String.
- createUTF8String(byte[]) - Static method in class com.cedarsoftware.util.StringUtilities
-
Convert a byte[] into a UTF-8 encoded String.
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
-
Deprecated.
- DateUtilities - Class in com.cedarsoftware.util
-
Utility for parsing String dates with optional times, especially when the input String formats may be inconsistent.
- 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<String, ?>) - 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.
- DefaultConverterOptions - Class in com.cedarsoftware.util.convert
- DefaultConverterOptions() - Constructor for class com.cedarsoftware.util.convert.DefaultConverterOptions
- 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
- descendingIterator() - Method in class com.cedarsoftware.util.SealableNavigableSet
- descendingKeySet() - Method in class com.cedarsoftware.util.SealableNavigableMap
- descendingMap() - Method in class com.cedarsoftware.util.SealableNavigableMap
- descendingSet() - Method in class com.cedarsoftware.util.SealableNavigableSet
- disconnect(HttpURLConnection) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- doesOneWrapTheOther(Class<?>, Class<?>) - Static method in class com.cedarsoftware.util.ClassUtilities
- DOT - Static variable in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- DOUBLE_ONE - Static variable in class com.cedarsoftware.util.convert.CommonValues
- DOUBLE_ZERO - Static variable in class com.cedarsoftware.util.convert.CommonValues
- dupe(Map<Class<?>, Set<T>>, boolean) - Static method in class com.cedarsoftware.util.MapUtilities
-
Duplicate a map of Set to Class, possibly as unmodifiable
E
- EMPTY - Enum constant in enum com.cedarsoftware.util.CompactMap.LogicalValueType
- EMPTY - Static variable in class com.cedarsoftware.util.StringUtilities
- EMPTY_BYTE_ARRAY - Static variable in class com.cedarsoftware.util.ArrayUtilities
- EMPTY_CHAR_ARRAY - Static variable in class com.cedarsoftware.util.ArrayUtilities
- EMPTY_CHARACTER_ARRAY - Static variable in class com.cedarsoftware.util.ArrayUtilities
- 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 - Enum constant in enum com.cedarsoftware.util.CompactMap.LogicalValueType
- entrySet() - Method in class com.cedarsoftware.util.cache.LockingLRUCacheStrategy
- entrySet() - Method in class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
- entrySet() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
- entrySet() - Method in class com.cedarsoftware.util.CompactMap
- entrySet() - Method in class com.cedarsoftware.util.LRUCache
- entrySet() - Method in class com.cedarsoftware.util.SealableMap
- entrySet() - Method in class com.cedarsoftware.util.SealableNavigableMap
- entrySet() - Method in class com.cedarsoftware.util.TrackingMap
- equals(CharSequence, CharSequence) - Static method in class com.cedarsoftware.util.StringUtilities
-
Compares two CharSequences, returning
true
if they represent equal sequences of characters. - equals(Object) - Method in class com.cedarsoftware.util.cache.LockingLRUCacheStrategy
- equals(Object) - Method in class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
- 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.ConcurrentList
- equals(Object) - Method in class com.cedarsoftware.util.ConcurrentSet
- equals(Object) - Method in class com.cedarsoftware.util.GraphComparator.Delta
- equals(Object) - Method in class com.cedarsoftware.util.LRUCache
- equals(Object) - Method in class com.cedarsoftware.util.SafeSimpleDateFormat
- equals(Object) - Method in class com.cedarsoftware.util.SealableList
- equals(Object) - Method in class com.cedarsoftware.util.SealableMap
- equals(Object) - Method in class com.cedarsoftware.util.SealableNavigableMap
- equals(Object) - Method in class com.cedarsoftware.util.SealableNavigableSet
- equals(Object) - Method in class com.cedarsoftware.util.SealableSet
- equals(Object) - Method in class com.cedarsoftware.util.TrackingMap
- equals(String, String) - Static method in class com.cedarsoftware.util.StringUtilities
- equalsIgnoreCase(CharSequence, CharSequence) - Static method in class com.cedarsoftware.util.StringUtilities
-
Compares two CharSequences, returning
true
if they represent equal sequences of characters, ignoring case. - 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
-
Deprecated.
- expungeUnused() - Method in class com.cedarsoftware.util.TrackingMap
-
Remove the entries from the Map that have not been accessed by .get() or .containsKey().
F
- falseChar() - Method in interface com.cedarsoftware.util.convert.ConverterOptions
-
Character to return for boolean to Character conversion when the boolean is false.
- FastByteArrayInputStream - Class in com.cedarsoftware.util
-
Faster version of ByteArrayInputStream that does not have synchronized methods.
- FastByteArrayInputStream(byte[]) - Constructor for class com.cedarsoftware.util.FastByteArrayInputStream
- 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
- FastByteArrayOutputStream(int) - Constructor for class com.cedarsoftware.util.FastByteArrayOutputStream
- fastMD5(File) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Super-fast MD5 calculation from entire file.
- FastReader - Class in com.cedarsoftware.util
-
Buffered, Pushback, Reader that does not use synchronization.
- FastReader(Reader, int, int) - Constructor for class com.cedarsoftware.util.FastReader
- fastSHA1(File) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Super-fast SHA-1 calculation from entire file.
- fastSHA256(File) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Super-fast SHA-256 calculation from entire file.
- fastSHA512(File) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Super-fast SHA-512 calculation from entire file.
- FastWriter - Class in com.cedarsoftware.util
-
Buffered Writer that does not use synchronization.
- FastWriter(Writer) - Constructor for class com.cedarsoftware.util.FastWriter
- FastWriter(Writer, int) - Constructor for class com.cedarsoftware.util.FastWriter
- fetchResource(String) - Static method in class com.cedarsoftware.util.TestUtil
- first() - Method in class com.cedarsoftware.util.SealableNavigableSet
- firstEntry() - Method in class com.cedarsoftware.util.SealableNavigableMap
- firstKey() - Method in class com.cedarsoftware.util.SealableNavigableMap
- FLOAT_ONE - Static variable in class com.cedarsoftware.util.convert.CommonValues
- FLOAT_ZERO - Static variable in class com.cedarsoftware.util.convert.CommonValues
- floor(T) - Method in class com.cedarsoftware.util.SealableNavigableSet
- floorEntry(K) - Method in class com.cedarsoftware.util.SealableNavigableMap
- floorKey(K) - Method in class com.cedarsoftware.util.SealableNavigableMap
- flush() - Method in class com.cedarsoftware.util.FastWriter
- 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(Date, StringBuffer, FieldPosition) - Method in class com.cedarsoftware.util.SafeSimpleDateFormat
- forName(String, ClassLoader) - Static method in class com.cedarsoftware.util.ClassUtilities
-
Given the passed in String class name, return the named JVM class.
- fromName(String) - Static method in enum com.cedarsoftware.util.GraphComparator.Delta.Command
G
- generatePostData(Object, Method, Object[]) - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
-
Deprecated.
- get(int) - Method in class com.cedarsoftware.util.ConcurrentList
- get(int) - Method in class com.cedarsoftware.util.SealableList
- get(Object) - Method in class com.cedarsoftware.util.cache.LockingLRUCacheStrategy
- get(Object) - Method in class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
- get(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
- get(Object) - Method in class com.cedarsoftware.util.CompactMap
- get(Object) - Method in class com.cedarsoftware.util.LRUCache
- get(Object) - Method in class com.cedarsoftware.util.SealableMap
- get(Object) - Method in class com.cedarsoftware.util.SealableNavigableMap
- 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
-
Deprecated.
- getArraySubset(T[], int, int) - Static method in class com.cedarsoftware.util.ArrayUtilities
- getBuffer() - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
- getBytes(String, String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Convert a String into a byte[] with a particular encoding.
- getCharset() - Method in interface com.cedarsoftware.util.convert.ConverterOptions
- getClassAnnotation(Class<?>, Class<T>) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Determine if the passed in class (classToCheck) has the annotation (annoClass) on itself, any of its super classes, any of it's interfaces, or any of it's super interfaces.
- getClassLoader() - Method in interface com.cedarsoftware.util.convert.ConverterOptions
- getClassName(Object) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Return the name of the class on the object, or "null" if the object is null.
- getClassNameFromByteCode(byte[]) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Given a byte[] of a Java .class file (compiled Java), this code will retrieve the class name from those bytes.
- getCmd() - Method in class com.cedarsoftware.util.GraphComparator.Delta
- getCol() - Method in class com.cedarsoftware.util.FastReader
- getConnection(String, boolean, boolean, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- getConnection(URL, boolean, boolean, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- getConnection(URL, Map, boolean, boolean, boolean, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.Gets a connection from a url.
- getConstructor(Class<?>, Class<?>...) - Static method in class com.cedarsoftware.util.ReflectionUtils
- getContentFromUrl(String) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.Get content from the passed in URL.
- getContentFromUrl(String, Map, Map) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.Get content from the passed in URL.
- getContentFromUrl(String, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- getContentFromUrl(URL, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.Get content from the passed in URL.
- getContentFromUrl(URL, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.Get content from the passed in URL.
- getContentFromUrlAsString(String) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.Get content from the passed in URL.
- getContentFromUrlAsString(String, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.Get content from the passed in URL.
- getContentFromUrlAsString(URL, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.Get content from the passed in URL.
- getContentFromUrlAsString(URL, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.Get content from the passed in URL.
- getConverterOverrides() - Method in interface com.cedarsoftware.util.convert.ConverterOptions
-
Overrides for converter conversions.
- getConverterOverrides() - Method in class com.cedarsoftware.util.convert.DefaultConverterOptions
- getCookieDomainFromHost(String) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- getCookies(URLConnection) - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
-
Deprecated.
- getCookies(URLConnection, Map) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.Retrieves and stores cookies returned by the host on the other side of the open java.net.URLConnection.
- getCustomOption(String) - Method in interface com.cedarsoftware.util.convert.ConverterOptions
- getCustomOption(String) - Method in class com.cedarsoftware.util.convert.DefaultConverterOptions
- getDate(long) - Static method in class com.cedarsoftware.util.UniqueIdGenerator
-
Find out when the ID was generated.
- getDate19(long) - Static method in class com.cedarsoftware.util.UniqueIdGenerator
-
Find out when the ID was generated.
- getDateFormat(String) - Static method in class com.cedarsoftware.util.SafeSimpleDateFormat
- getDeclaredFields(Class<?>) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Retrieve the declared fields on a Class.
- getDeclaredFields(Class<?>, Collection<Field>) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Get all non static, non transient, fields of the passed in class, including private fields.
- getDeepDeclaredFieldMap(Class<?>) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Return all Fields from a class (including inherited), mapped by String field name to java.lang.reflect.Field.
- getDeepDeclaredFields(Class<?>) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Get all non static, non transient, fields of the passed in class, including private fields.
- getDeepestException(Throwable) - Static method in class com.cedarsoftware.util.ExceptionUtilities
- getDigest(String) - Static method in class com.cedarsoftware.util.EncryptionUtilities
- getError() - Method in class com.cedarsoftware.util.Executor
- getError() - Method in class com.cedarsoftware.util.GraphComparator.DeltaError
- getExternalVariable(String) - Static method in class com.cedarsoftware.util.SystemUtilities
-
Fetch value from environment variable and if not set, then fetch from System properties.
- getFieldName() - Method in class com.cedarsoftware.util.GraphComparator.Delta
- getHostName() - Static method in class com.cedarsoftware.util.InetAddressUtilities
- getId() - Method in class com.cedarsoftware.util.GraphComparator.Delta
- getId(Object) - Method in interface com.cedarsoftware.util.GraphComparator.ID
- getInputStream(URLConnection) - Static method in class com.cedarsoftware.util.IOUtilities
- getIpAddress() - Static method in class com.cedarsoftware.util.InetAddressUtilities
- getJavaDeltaProcessor() - Static method in class com.cedarsoftware.util.GraphComparator
- getKey() - Method in class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveEntry
- getLastSnippet() - Method in class com.cedarsoftware.util.FastReader
- getLine() - Method in class com.cedarsoftware.util.FastReader
- getLocale() - Method in interface com.cedarsoftware.util.convert.ConverterOptions
- getLocalHost() - Static method in class com.cedarsoftware.util.InetAddressUtilities
- getLogicalValueType() - Method in class com.cedarsoftware.util.CompactMap
- getMD5Digest() - Static method in class com.cedarsoftware.util.EncryptionUtilities
- getMethod(Class<?>, String, Class<?>...) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Fetch a public method reflectively by name with argument types.
- getMethod(Object, String, int) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Fetch the named method from the passed in Object instance.
- getMethodAnnotation(Method, Class<T>) - Static method in class com.cedarsoftware.util.ReflectionUtils
- getName() - Method in enum com.cedarsoftware.util.GraphComparator.Delta.Command
- getNewMap() - Method in class com.cedarsoftware.util.CompactCIHashMap
- getNewMap() - Method in class com.cedarsoftware.util.CompactCILinkedMap
- getNewMap() - Method in class com.cedarsoftware.util.CompactLinkedMap
- getNewMap() - Method in class com.cedarsoftware.util.CompactMap
- getNewMap(int) - Method in class com.cedarsoftware.util.CompactMap
- getNewSet() - Method in class com.cedarsoftware.util.CompactCIHashSet
- getNewSet() - Method in class com.cedarsoftware.util.CompactCILinkedSet
- getNewSet() - Method in class com.cedarsoftware.util.CompactLinkedSet
- getNewSet() - Method in class com.cedarsoftware.util.CompactSet
- getNewSet(int) - Method in class com.cedarsoftware.util.CompactSet
- getNonOverloadedMethod(Class<?>, String) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Fetch the named method from the passed in Class.
- getOptionalKey() - Method in class com.cedarsoftware.util.GraphComparator.Delta
- getOptions() - Method in class com.cedarsoftware.util.convert.Converter
- getOriginalKey() - Method in class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveEntry
- getOrThrow(Map<?, ?>, Object, T) - Static method in class com.cedarsoftware.util.MapUtilities
-
Retrieves a value from a map by key, if value is not found by the given key throws a 'Throwable.' This version allows the value associated to the key to be null, and it still works.
- getOut() - Method in class com.cedarsoftware.util.Executor
- getRandomChar(Random, boolean) - Static method in class com.cedarsoftware.util.StringUtilities
- getRandomString(Random, int, int) - Static method in class com.cedarsoftware.util.StringUtilities
- getReferrer() - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- getResult() - Method in class com.cedarsoftware.util.StreamGobbler
- getRetryAttempts() - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
-
Deprecated.
- getRetrySleepTime() - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
-
Deprecated.
- getSHA1Digest() - Static method in class com.cedarsoftware.util.EncryptionUtilities
- getSHA256Digest() - Static method in class com.cedarsoftware.util.EncryptionUtilities
- getSHA512Digest() - Static method in class com.cedarsoftware.util.EncryptionUtilities
- getSingleValueKey() - Method in class com.cedarsoftware.util.CompactMap
- getSourceValue() - Method in class com.cedarsoftware.util.GraphComparator.Delta
- getSupportedConversions() - Method in class com.cedarsoftware.util.convert.Converter
- getSupportedConversions() - Static method in class com.cedarsoftware.util.Converter
- getTargetValue() - Method in class com.cedarsoftware.util.GraphComparator.Delta
- getTimeZone() - Method in interface com.cedarsoftware.util.convert.ConverterOptions
- getUniqueId() - Static method in class com.cedarsoftware.util.UniqueIdGenerator
-
ID format will be 1234567890123.999.99 (no dots - only there for clarity - the number is a long).
- getUniqueId19() - Static method in class com.cedarsoftware.util.UniqueIdGenerator
-
ID format will be 1234567890123.9999.99 (no dots - only there for clarity - the number is a long).
- getUserAgent() - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- getUTF8Bytes(String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Convert a String into a byte[] encoded by UTF-8.
- getWrappedMap() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
- getWrappedMap() - Method in class com.cedarsoftware.util.TrackingMap
-
Fetch the Map that this TrackingMap wraps.
- getZoneId() - Method in interface com.cedarsoftware.util.convert.ConverterOptions
- GraphComparator - Class in com.cedarsoftware.util
-
Graph Utility algorithms, such as Asymmetric Graph Difference.
- GraphComparator() - Constructor for class com.cedarsoftware.util.GraphComparator
- GraphComparator.Delta - Class in com.cedarsoftware.util
- GraphComparator.Delta.Command - Enum in com.cedarsoftware.util
-
These are all possible Delta.Commands that are generated when performing the graph comparison.
- GraphComparator.DeltaError - Class in com.cedarsoftware.util
- GraphComparator.DeltaProcessor - Interface in com.cedarsoftware.util
- GraphComparator.DeltaProcessor.Helper - Class in com.cedarsoftware.util
- GraphComparator.ID - Interface in com.cedarsoftware.util
H
- hasContent(String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Checks if a String is not empty (""), not null and not whitespace only.
- hasContent(Collection) - Static method in class com.cedarsoftware.util.CollectionUtilities
-
This is a null-safe isEmpty check.
- 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.cache.LockingLRUCacheStrategy
- hashCode() - Method in class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
- 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.ConcurrentList
- hashCode() - Method in class com.cedarsoftware.util.ConcurrentSet
- hashCode() - Method in class com.cedarsoftware.util.GraphComparator.Delta
- hashCode() - Method in class com.cedarsoftware.util.LRUCache
- hashCode() - Method in class com.cedarsoftware.util.SafeSimpleDateFormat
- hashCode() - Method in class com.cedarsoftware.util.SealableList
- hashCode() - Method in class com.cedarsoftware.util.SealableMap
- hashCode() - Method in class com.cedarsoftware.util.SealableNavigableMap
- hashCode() - Method in class com.cedarsoftware.util.SealableNavigableSet
- hashCode() - Method in class com.cedarsoftware.util.SealableSet
- 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.
- headMap(K) - Method in class com.cedarsoftware.util.SealableNavigableMap
- headMap(K, boolean) - Method in class com.cedarsoftware.util.SealableNavigableMap
- headSet(T) - Method in class com.cedarsoftware.util.SealableNavigableSet
- headSet(T, boolean) - Method in class com.cedarsoftware.util.SealableNavigableSet
- Helper() - Constructor for class com.cedarsoftware.util.GraphComparator.DeltaProcessor.Helper
- higher(T) - Method in class com.cedarsoftware.util.SealableNavigableSet
- higherEntry(K) - Method in class com.cedarsoftware.util.SealableNavigableMap
- higherKey(K) - Method in class com.cedarsoftware.util.SealableNavigableMap
I
- IGNORE_CUSTOM_EQUALS - Static variable in class com.cedarsoftware.util.DeepEquals
- indexOf(Object) - Method in class com.cedarsoftware.util.ConcurrentList
- indexOf(Object) - Method in class com.cedarsoftware.util.SealableList
- 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[].
- instance - Static variable in class com.cedarsoftware.util.Converter
- INTEGER_ONE - Static variable in class com.cedarsoftware.util.convert.CommonValues
- INTEGER_ZERO - Static variable in class com.cedarsoftware.util.convert.CommonValues
- invoke(Object, Method, Object[]) - Method in class com.cedarsoftware.util.UrlInvocationHandler
-
Deprecated.
- 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
- isClassFinal(Class<?>) - Static method in class com.cedarsoftware.util.ClassUtilities
- isContainerType(Object) - Static method in class com.cedarsoftware.util.DeepEquals
- isConversionSupportedFor(Class<?>, Class<?>) - Method in class com.cedarsoftware.util.convert.Converter
-
Check to see if a conversion from type to another type is supported (may use inheritance via super classes/interfaces).
- isConversionSupportedFor(Class<?>, Class<?>) - Static method in class com.cedarsoftware.util.Converter
-
Check to see if a conversion from type to another type is supported (may use inheritance via super classes/interfaces).
- isEmpty() - Method in class com.cedarsoftware.util.cache.LockingLRUCacheStrategy
- isEmpty() - Method in class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
- 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.ConcurrentList
- isEmpty() - Method in class com.cedarsoftware.util.ConcurrentSet
- isEmpty() - Method in class com.cedarsoftware.util.LRUCache
- isEmpty() - Method in class com.cedarsoftware.util.SealableList
- isEmpty() - Method in class com.cedarsoftware.util.SealableMap
- isEmpty() - Method in class com.cedarsoftware.util.SealableNavigableMap
- isEmpty() - Method in class com.cedarsoftware.util.SealableNavigableSet
- isEmpty() - Method in class com.cedarsoftware.util.SealableSet
- isEmpty() - Method in class com.cedarsoftware.util.TrackingMap
- isEmpty(CharSequence) - Static method in class com.cedarsoftware.util.StringUtilities
-
Checks if a CharSequence is empty (""), null, or only whitespace.
- 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(Collection) - Static method in class com.cedarsoftware.util.CollectionUtilities
-
This is a null-safe isEmpty check.
- 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
- isPrimitive(Class<?>) - Static method in class com.cedarsoftware.util.ClassUtilities
- isWhitespace(CharSequence) - Static method in class com.cedarsoftware.util.StringUtilities
-
Checks if a CharSequence is empty (""), null or whitespace only.
- iterator() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
- iterator() - Method in class com.cedarsoftware.util.CompactSet
- iterator() - Method in class com.cedarsoftware.util.ConcurrentList
- iterator() - Method in class com.cedarsoftware.util.ConcurrentSet
- iterator() - Method in class com.cedarsoftware.util.SealableList
- iterator() - Method in class com.cedarsoftware.util.SealableNavigableSet
- iterator() - Method in class com.cedarsoftware.util.SealableSet
J
- JAVA_UTIL_CLUSTERID - Static variable in class com.cedarsoftware.util.UniqueIdGenerator
K
- keySet() - Method in class com.cedarsoftware.util.cache.LockingLRUCacheStrategy
- keySet() - Method in class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
- 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.LRUCache
- keySet() - Method in class com.cedarsoftware.util.SealableMap
- keySet() - Method in class com.cedarsoftware.util.SealableNavigableMap
- 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
- last() - Method in class com.cedarsoftware.util.SealableNavigableSet
- lastEntry() - Method in class com.cedarsoftware.util.SealableNavigableMap
- lastIndexOf(Object) - Method in class com.cedarsoftware.util.ConcurrentList
- lastIndexOf(Object) - Method in class com.cedarsoftware.util.SealableList
- lastIndexOf(String, char) - Static method in class com.cedarsoftware.util.StringUtilities
- lastKey() - Method in class com.cedarsoftware.util.SealableNavigableMap
- length(CharSequence) - Static method in class com.cedarsoftware.util.StringUtilities
-
Gets a CharSequence length or
0
if the CharSequence isnull
. - length(String) - Static method in class com.cedarsoftware.util.StringUtilities
- 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 - Enum constant in enum com.cedarsoftware.util.GraphComparator.Delta.Command
- LIST_SET_ELEMENT - Enum constant in enum com.cedarsoftware.util.GraphComparator.Delta.Command
- listIterator() - Method in class com.cedarsoftware.util.ConcurrentList
- listIterator() - Method in class com.cedarsoftware.util.SealableList
- listIterator(int) - Method in class com.cedarsoftware.util.ConcurrentList
- listIterator(int) - Method in class com.cedarsoftware.util.SealableList
- listOf(T...) - Static method in class com.cedarsoftware.util.CollectionUtilities
-
For JDK1.8 support.
- localDateTimeToMillis(LocalDateTime) - Static method in class com.cedarsoftware.util.Converter
-
Deprecated.
- localDateToMillis(LocalDate) - Static method in class com.cedarsoftware.util.Converter
-
Deprecated.
- LocaleConversions - Class in com.cedarsoftware.util.convert
- LOCKING - Enum constant in enum com.cedarsoftware.util.LRUCache.StrategyType
- LockingLRUCacheStrategy<K,
V> - Class in com.cedarsoftware.util.cache -
This class provides a thread-safe Least Recently Used (LRU) cache API that evicts the least recently used items once a threshold is met.
- LockingLRUCacheStrategy(int) - Constructor for class com.cedarsoftware.util.cache.LockingLRUCacheStrategy
- LONG_ONE - Static variable in class com.cedarsoftware.util.convert.CommonValues
- LONG_ZERO - Static variable in class com.cedarsoftware.util.convert.CommonValues
- lower(T) - Method in class com.cedarsoftware.util.SealableNavigableSet
- lowerEntry(K) - Method in class com.cedarsoftware.util.SealableNavigableMap
- lowerKey(K) - Method in class com.cedarsoftware.util.SealableNavigableMap
- LRUCache<K,
V> - Class in com.cedarsoftware.util -
This class provides a thread-safe Least Recently Used (LRU) cache API that evicts the least recently used items once a threshold is met.
- LRUCache(int) - Constructor for class com.cedarsoftware.util.LRUCache
-
Create a "locking-based" LRUCache with the passed in capacity.
- LRUCache(int, int, ScheduledExecutorService) - Constructor for class com.cedarsoftware.util.LRUCache
-
Create a "thread-based" LRUCache with the passed in capacity.
- LRUCache(int, LRUCache.StrategyType) - Constructor for class com.cedarsoftware.util.LRUCache
-
Create a "locking-based" OR a "thread-based" LRUCache with the passed in capacity.
- LRUCache.StrategyType - Enum in com.cedarsoftware.util
M
- MAP - Enum constant in enum com.cedarsoftware.util.CompactMap.LogicalValueType
- MAP_PUT - Enum constant in enum com.cedarsoftware.util.GraphComparator.Delta.Command
- MAP_REMOVE - Enum constant in enum com.cedarsoftware.util.GraphComparator.Delta.Command
- mapOf() - Static method in class com.cedarsoftware.util.MapUtilities
-
For JDK1.8 support.
- mapOf(K, V) - Static method in class com.cedarsoftware.util.MapUtilities
- mapOf(K, V, K, V) - Static method in class com.cedarsoftware.util.MapUtilities
- mapOf(K, V, K, V, K, V) - Static method in class com.cedarsoftware.util.MapUtilities
- mapOf(K, V, K, V, K, V, K, V) - Static method in class com.cedarsoftware.util.MapUtilities
- mapOf(K, V, K, V, K, V, K, V, K, V) - Static method in class com.cedarsoftware.util.MapUtilities
- mapOf(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.cedarsoftware.util.MapUtilities
- MapUtilities - Class in com.cedarsoftware.util
-
Usefule utilities for Maps
- mark(int) - Method in class com.cedarsoftware.util.FastByteArrayInputStream
- markSupported() - Method in class com.cedarsoftware.util.FastByteArrayInputStream
- 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(E) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
-
Deprecated.
- minus(Iterable<E>) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
-
Deprecated.
- minus(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
-
Deprecated.
- minus(Object) - Method in class com.cedarsoftware.util.CompactMap
- movePosition(char) - Method in class com.cedarsoftware.util.FastReader
N
- NAIVE_TRUST_MANAGER - Static variable in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- NAIVE_VERIFIER - Static variable in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- naiveSSLSocketFactory - Static variable in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- NAME_VALUE_SEPARATOR - Static variable in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- navigableKeySet() - Method in class com.cedarsoftware.util.SealableNavigableMap
O
- OBJECT - Enum constant in enum com.cedarsoftware.util.CompactMap.LogicalValueType
- OBJECT_ASSIGN_FIELD - Enum constant in enum com.cedarsoftware.util.GraphComparator.Delta.Command
- OBJECT_FIELD_TYPE_CHANGED - Enum constant in enum com.cedarsoftware.util.GraphComparator.Delta.Command
- OBJECT_ORPHAN - Enum constant in enum com.cedarsoftware.util.GraphComparator.Delta.Command
P
- parse(String, ParsePosition) - Method in class com.cedarsoftware.util.SafeSimpleDateFormat
- parseDate(String) - Static method in class com.cedarsoftware.util.DateUtilities
-
Original API.
- parseDate(String, ZoneId, boolean) - Static method in class com.cedarsoftware.util.DateUtilities
-
Main API.
- parseToMinimalNumericType(String) - Static method in class com.cedarsoftware.util.MathUtilities
-
Parse the passed in String as a numeric value and return the minimal data type between Long, Double, BigDecimal, or BigInteger.
- PATH - Static variable in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- plus(Iterable<E>) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
-
Deprecated.
- plus(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
-
Deprecated.
- plus(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
-
Deprecated.
- plus(Object) - Method in class com.cedarsoftware.util.CompactMap
- pollFirst() - Method in class com.cedarsoftware.util.SealableNavigableSet
- pollFirstEntry() - Method in class com.cedarsoftware.util.SealableNavigableMap
- pollLast() - Method in class com.cedarsoftware.util.SealableNavigableSet
- pollLastEntry() - Method in class com.cedarsoftware.util.SealableNavigableMap
- 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
-
Deprecated.
- pushback(char) - Method in class com.cedarsoftware.util.FastReader
- put(K, V) - Method in class com.cedarsoftware.util.cache.LockingLRUCacheStrategy
- put(K, V) - Method in class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
- 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.LRUCache
- put(K, V) - Method in class com.cedarsoftware.util.SealableMap
- put(K, V) - Method in class com.cedarsoftware.util.SealableNavigableMap
- put(K, V) - Method in class com.cedarsoftware.util.TrackingMap
- putAll(Map<? extends K, ? extends V>) - Method in class com.cedarsoftware.util.cache.LockingLRUCacheStrategy
- putAll(Map<? extends K, ? extends V>) - Method in class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
- 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.LRUCache
- putAll(Map<? extends K, ? extends V>) - Method in class com.cedarsoftware.util.SealableMap
- putAll(Map<? extends K, ? extends V>) - Method in class com.cedarsoftware.util.SealableNavigableMap
- putAll(Map<? extends K, ? extends V>) - Method in class com.cedarsoftware.util.TrackingMap
- putObject(Object, Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
R
- read() - Method in class com.cedarsoftware.util.FastByteArrayInputStream
- read() - Method in class com.cedarsoftware.util.FastReader
- read(byte[], int, int) - Method in class com.cedarsoftware.util.FastByteArrayInputStream
- read(char[], int, int) - Method in class com.cedarsoftware.util.FastReader
- readErrorResponse(URLConnection) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- readResponse(URLConnection) - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
-
Deprecated.
- referrer - Static variable in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- 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(int) - Method in class com.cedarsoftware.util.ConcurrentList
- remove(int) - Method in class com.cedarsoftware.util.SealableList
- remove(Object) - Method in class com.cedarsoftware.util.cache.LockingLRUCacheStrategy
- remove(Object) - Method in class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
- 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.ConcurrentList
- remove(Object) - Method in class com.cedarsoftware.util.ConcurrentSet
- remove(Object) - Method in class com.cedarsoftware.util.LRUCache
- remove(Object) - Method in class com.cedarsoftware.util.SealableList
- remove(Object) - Method in class com.cedarsoftware.util.SealableMap
- remove(Object) - Method in class com.cedarsoftware.util.SealableNavigableMap
- remove(Object) - Method in class com.cedarsoftware.util.SealableNavigableSet
- remove(Object) - Method in class com.cedarsoftware.util.SealableSet
- remove(Object) - Method in class com.cedarsoftware.util.TrackingMap
- removeAll(Collection<?>) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
- removeAll(Collection<?>) - Method in class com.cedarsoftware.util.ConcurrentList
- removeAll(Collection<?>) - Method in class com.cedarsoftware.util.ConcurrentSet
- removeAll(Collection<?>) - Method in class com.cedarsoftware.util.SealableList
- removeAll(Collection<?>) - Method in class com.cedarsoftware.util.SealableNavigableSet
- removeAll(Collection<?>) - Method in class com.cedarsoftware.util.SealableSet
- removeItem(T[], int) - Static method in class com.cedarsoftware.util.ArrayUtilities
- reset() - Method in class com.cedarsoftware.util.FastByteArrayInputStream
- reset() - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
- retainAll(Collection<?>) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
- retainAll(Collection<?>) - Method in class com.cedarsoftware.util.ConcurrentList
- retainAll(Collection<?>) - Method in class com.cedarsoftware.util.ConcurrentSet
- retainAll(Collection<?>) - Method in class com.cedarsoftware.util.SealableList
- retainAll(Collection<?>) - Method in class com.cedarsoftware.util.SealableNavigableSet
- retainAll(Collection<?>) - Method in class com.cedarsoftware.util.SealableSet
- 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
- SealableList<T> - Class in com.cedarsoftware.util
-
SealableList provides a List or List wrapper that can be 'sealed' and 'unsealed.' When sealed, the List is immutable, when unsealed it is mutable.
- SealableList(Collection<T>, Supplier<Boolean>) - Constructor for class com.cedarsoftware.util.SealableList
-
Create a SealableList.
- SealableList(Supplier<Boolean>) - Constructor for class com.cedarsoftware.util.SealableList
-
Create a SealableList.
- SealableList(List<T>, Supplier<Boolean>) - Constructor for class com.cedarsoftware.util.SealableList
-
Use this constructor to wrap a List (any kind of List) and make it a SealableList.
- SealableMap<K,
V> - Class in com.cedarsoftware.util -
SealableMap provides a Map or Map wrapper that can be 'sealed' and 'unsealed.' When sealed, the Map is mutable, when unsealed it is immutable (read-only).
- SealableMap(Supplier<Boolean>) - Constructor for class com.cedarsoftware.util.SealableMap
-
Create a SealableMap.
- SealableMap(Map<K, V>, Supplier<Boolean>) - Constructor for class com.cedarsoftware.util.SealableMap
-
Use this constructor to wrap a Map (any kind of Map) and make it a SealableMap.
- SealableNavigableMap<K,
V> - Class in com.cedarsoftware.util -
SealableNavigableMap provides a NavigableMap or NavigableMap wrapper that can be 'sealed' and 'unsealed.' When sealed, the Map is mutable, when unsealed it is immutable (read-only).
- SealableNavigableMap(Supplier<Boolean>) - Constructor for class com.cedarsoftware.util.SealableNavigableMap
-
Create a SealableNavigableMap.
- SealableNavigableMap(NavigableMap<K, V>, Supplier<Boolean>) - Constructor for class com.cedarsoftware.util.SealableNavigableMap
-
Use this constructor to wrap a NavigableMap (any kind of NavigableMap) and make it a SealableNavigableMap.
- SealableNavigableMap(SortedMap<K, V>, Supplier<Boolean>) - Constructor for class com.cedarsoftware.util.SealableNavigableMap
-
Create a NavigableSealableMap.
- SealableNavigableSet<T> - Class in com.cedarsoftware.util
-
SealableNavigableSet provides a NavigableSet or NavigableSet wrapper that can be 'sealed' and 'unsealed.' When sealed, the NavigableSet is mutable, when unsealed it is immutable (read-only).
- SealableNavigableSet(Collection<? extends T>, Supplier<Boolean>) - Constructor for class com.cedarsoftware.util.SealableNavigableSet
-
Create a NavigableSealableSet.
- SealableNavigableSet(Comparator<? super T>, Supplier<Boolean>) - Constructor for class com.cedarsoftware.util.SealableNavigableSet
-
Create a NavigableSealableSet.
- SealableNavigableSet(Supplier<Boolean>) - Constructor for class com.cedarsoftware.util.SealableNavigableSet
-
Create a NavigableSealableSet.
- SealableNavigableSet(NavigableSet<T>, Supplier<Boolean>) - Constructor for class com.cedarsoftware.util.SealableNavigableSet
-
Use this constructor to wrap a NavigableSet (any kind of NavigableSet) and make it a SealableNavigableSet.
- SealableNavigableSet(SortedSet<T>, Supplier<Boolean>) - Constructor for class com.cedarsoftware.util.SealableNavigableSet
-
Create a NavigableSealableSet.
- SealableSet<T> - Class in com.cedarsoftware.util
-
SealableSet provides a Set or Set wrapper that can be 'sealed' and 'unsealed.' When sealed, the Set is mutable, when unsealed it is immutable (read-only).
- SealableSet(Collection<T>, Supplier<Boolean>) - Constructor for class com.cedarsoftware.util.SealableSet
-
Create a SealableSet.
- SealableSet(Supplier<Boolean>) - Constructor for class com.cedarsoftware.util.SealableSet
-
Create a SealableSet.
- SealableSet(Set<T>, Supplier<Boolean>) - Constructor for class com.cedarsoftware.util.SealableSet
-
Use this constructor to wrap a Set (any kind of Set) and make it a SealableSet.
- set(int, E) - Method in class com.cedarsoftware.util.ConcurrentList
- set(int, T) - Method in class com.cedarsoftware.util.SealableList
- SET_ADD - Enum constant in enum com.cedarsoftware.util.GraphComparator.Delta.Command
- SET_COOKIE - Static variable in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- SET_COOKIE_SEPARATOR - Static variable in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- SET_REMOVE - Enum constant in enum 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
-
Deprecated.
- setCookies(URLConnection, Map) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.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
- setOf(T...) - Static method in class com.cedarsoftware.util.CollectionUtilities
-
For JDK1.8 support.
- setOptionalKey(Object) - Method in class com.cedarsoftware.util.GraphComparator.Delta
- setReferrer(String) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Deprecated.
- setRequestHeaders(URLConnection) - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
-
Deprecated.
- 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
-
Deprecated.
- 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.convert.CommonValues
- SHORT_ZERO - Static variable in class com.cedarsoftware.util.convert.CommonValues
- shutdown() - Method in class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
-
Shut down the scheduler if it is the default one.
- shutdown() - Method in class com.cedarsoftware.util.LRUCache
- size() - Method in class com.cedarsoftware.util.cache.LockingLRUCacheStrategy
- size() - Method in class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
- 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.ConcurrentList
- size() - Method in class com.cedarsoftware.util.ConcurrentSet
- size() - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
- size() - Method in class com.cedarsoftware.util.LRUCache
- size() - Method in class com.cedarsoftware.util.SealableList
- size() - Method in class com.cedarsoftware.util.SealableMap
- size() - Method in class com.cedarsoftware.util.SealableNavigableMap
- size() - Method in class com.cedarsoftware.util.SealableNavigableSet
- size() - Method in class com.cedarsoftware.util.SealableSet
- 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.
- size(Collection) - Static method in class com.cedarsoftware.util.CollectionUtilities
-
This is a null-safe size check.
- skip(long) - Method in class com.cedarsoftware.util.FastByteArrayInputStream
- SLEEP_TIME - Static variable in class com.cedarsoftware.util.UrlInvocationHandler
-
Deprecated.
- 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
- subList(int, int) - Method in class com.cedarsoftware.util.ConcurrentList
- subList(int, int) - Method in class com.cedarsoftware.util.SealableList
- subMap(K, boolean, K, boolean) - Method in class com.cedarsoftware.util.SealableNavigableMap
- subMap(K, K) - Method in class com.cedarsoftware.util.SealableNavigableMap
- subSet(T, boolean, T, boolean) - Method in class com.cedarsoftware.util.SealableNavigableSet
- subSet(T, T) - Method in class com.cedarsoftware.util.SealableNavigableSet
- SystemUtilities - Class in com.cedarsoftware.util
-
Useful System utilities for common tasks
T
- tailMap(K) - Method in class com.cedarsoftware.util.SealableNavigableMap
- tailMap(K, boolean) - Method in class com.cedarsoftware.util.SealableNavigableMap
- tailSet(T) - Method in class com.cedarsoftware.util.SealableNavigableSet
- tailSet(T, boolean) - Method in class com.cedarsoftware.util.SealableNavigableSet
- TestUtil - Class in com.cedarsoftware.util
-
Useful Test utilities for common tasks
- TestUtil() - Constructor for class com.cedarsoftware.util.TestUtil
- THREADED - Enum constant in enum com.cedarsoftware.util.LRUCache.StrategyType
- ThreadedLRUCacheStrategy<K,
V> - Class in com.cedarsoftware.util.cache -
This class provides a thread-safe Least Recently Used (LRU) cache API that evicts the least recently used items once a threshold is met.
- ThreadedLRUCacheStrategy(int, int, ScheduledExecutorService) - Constructor for class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
-
Create a LRUCache with the maximum capacity of 'capacity.' Note, the LRUCache could temporarily exceed the capacity; however, it will quickly reduce to that amount.
- throwIfClassNotFound(String, ClassLoader) - Static method in class com.cedarsoftware.util.Convention
- throwIfFalse(boolean, String) - Static method in class com.cedarsoftware.util.Convention
-
Throws an exception if the logic is false.
- throwIfKeyExists(Map<K, V>, K, String) - Static method in class com.cedarsoftware.util.Convention
- throwIfNull(Object, String) - Static method in class com.cedarsoftware.util.Convention
-
Throws an exception if null
- throwIfNullOrEmpty(String, String) - Static method in class com.cedarsoftware.util.Convention
-
Throws an exception if null or empty
- toArray() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
- toArray() - Method in class com.cedarsoftware.util.ConcurrentList
- toArray() - Method in class com.cedarsoftware.util.ConcurrentSet
- toArray() - Method in class com.cedarsoftware.util.SealableList
- toArray() - Method in class com.cedarsoftware.util.SealableNavigableSet
- toArray() - Method in class com.cedarsoftware.util.SealableSet
- 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
- toArray(T[]) - Method in class com.cedarsoftware.util.ConcurrentList
- toArray(T[]) - Method in class com.cedarsoftware.util.SealableNavigableSet
- toArray(T1[]) - Method in class com.cedarsoftware.util.ConcurrentSet
- toArray(T1[]) - Method in class com.cedarsoftware.util.SealableList
- toArray(T1[]) - Method in class com.cedarsoftware.util.SealableSet
- toByteArray() - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
- toPrimitiveWrapperClass(Class<?>) - Static method in class com.cedarsoftware.util.ClassUtilities
- toString() - Method in class com.cedarsoftware.util.cache.LockingLRUCacheStrategy
- toString() - Method in class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
- 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.ConcurrentList
- toString() - Method in class com.cedarsoftware.util.ConcurrentSet
- 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.LRUCache
- toString() - Method in class com.cedarsoftware.util.SafeSimpleDateFormat
- toString() - Method in class com.cedarsoftware.util.SealableList
- toString() - Method in class com.cedarsoftware.util.SealableMap
- toString() - Method in class com.cedarsoftware.util.SealableNavigableMap
- toString() - Method in class com.cedarsoftware.util.SealableNavigableSet
- toString() - Method in class com.cedarsoftware.util.SealableSet
- 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
- trim(String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Removes control characters (char <= 32) from both ends of this String, handling
null
by returningnull
. - trimEmptyToDefault(String, String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Trims a string, If the string trims to empty then we return the default.
- trimLength(String) - Static method in class com.cedarsoftware.util.StringUtilities
- trimToEmpty(String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Trims a string, its null safe and null will return empty string here..
- trimToNull(String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Trims a string, If the string trims to empty then we return null.
- trueChar() - Method in interface com.cedarsoftware.util.convert.ConverterOptions
-
Character to return for boolean to Character conversion when the boolean is true.
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
-
Deprecated.
- UrlInvocationHandler(UrlInvocationHandlerStrategy) - Constructor for class com.cedarsoftware.util.UrlInvocationHandler
-
Deprecated.
- UrlInvocationHandlerStrategy - Interface in com.cedarsoftware.util
-
Deprecated.
- UrlUtilities - Class in com.cedarsoftware.util
-
Deprecated.
- 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
-
Deprecated.
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.
- valueOf(String) - Static method in enum com.cedarsoftware.util.LRUCache.StrategyType
-
Returns the enum constant of this type with the specified name.
- values() - Method in class com.cedarsoftware.util.cache.LockingLRUCacheStrategy
- values() - Method in class com.cedarsoftware.util.cache.ThreadedLRUCacheStrategy
- 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() - Static method in enum com.cedarsoftware.util.LRUCache.StrategyType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class com.cedarsoftware.util.LRUCache
- values() - Method in class com.cedarsoftware.util.SealableMap
- values() - Method in class com.cedarsoftware.util.SealableNavigableMap
- 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
- write(char[], int, int) - Method in class com.cedarsoftware.util.FastWriter
- write(int) - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
- write(int) - Method in class com.cedarsoftware.util.FastWriter
- write(String, int, int) - Method in class com.cedarsoftware.util.FastWriter
- writeBytes(byte[]) - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
- writeTo(OutputStream) - Method in class com.cedarsoftware.util.FastByteArrayOutputStream
Z
- zonedDateTimeToMillis(ZonedDateTime) - Static method in class com.cedarsoftware.util.Converter
-
Deprecated.
_
- _classCache - Variable in class com.cedarsoftware.util.Traverser
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form