Uses of Package
com.cedarsoftware.util
Packages that use com.cedarsoftware.util
-
Classes in com.cedarsoftware.util used by com.cedarsoftware.utilClassDescriptionAn abstract thread-safe implementation of the
ConcurrentMap
interface that allowsnull
keys andnull
values.A Map implementation that provides case-insensitive key comparison forString
keys, while preserving the original case of the keys.Wrapper class for String keys to enforce case-insensitive comparison.Container for class hierarchy information to avoid redundant calculations Not considered API.A Set implementation for Class objects that leverages a ClassValue cache for extremely fast membership tests.A memory-efficientMap
implementation that adapts its internal storage structure to minimize memory usage while maintaining excellent performance.Builder class for creating customized CompactMap instances.A memory-efficient Set implementation that internally usesCompactMap
.Builder for creating CompactSet instances with custom configurations.Captures the result of executing a command.Faster version of ByteArrayOutputStream that does not have synchronized methods.Represents a single difference between two object graphs.These are all possible Delta.Commands that are generated when performing the graph comparison.Extension ofGraphComparator.Delta
that associates an error message with the delta that failed to be applied.Strategy interface used when applyingGraphComparator.Delta
objects to a source graph.Callback used to obtain a unique identifier for a given object during graph comparison.Thread-safe set of closed intervals [start, end] (both boundaries inclusive) for any Comparable type.Immutable value object representing one interval.Callback interface for monitoring and controlling byte transfers.This class provides a thread-safe Least Recently Used (LRU) cache API that evicts the least recently used items once a threshold is met.Controls how Collections are treated when used as keys in MultiKeyMap.This class implements a Thread-Safe (re-entrant) SimpleDateFormat class.Simple container class describing the JVM memory usage at a given point in time.Describes a network interface present on the host system.Represents a node visit during traversal, containing the node and its field information.Deprecated.TypeHolder captures a generic Type (including parameterized types) at runtime.
Traverser.traverse(Object, Set, Consumer)
instead.