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 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.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.These are all possible Delta.Commands that are generated when performing the graph comparison.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.This class implements a Thread-Safe (re-entrant) SimpleDateFormat class.Represents a node visit during traversal, containing the node and its field information.Deprecated.Deprecated.
Traverser.traverse(Object, Set, Consumer)
instead.