Uses of Enum Class
tools.jackson.databind.util.internal.PrivateMaxEntriesMap.DrainStatus
Packages that use PrivateMaxEntriesMap.DrainStatus
Package
Description
This package contains an implementation of a bounded
ConcurrentMap data structure.-
Uses of PrivateMaxEntriesMap.DrainStatus in tools.jackson.databind.util.internal
Fields in tools.jackson.databind.util.internal with type parameters of type PrivateMaxEntriesMap.DrainStatusModifier and TypeFieldDescription(package private) final AtomicReference<PrivateMaxEntriesMap.DrainStatus> PrivateMaxEntriesMap.drainStatusMethods in tools.jackson.databind.util.internal that return PrivateMaxEntriesMap.DrainStatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PrivateMaxEntriesMap.DrainStatus[]PrivateMaxEntriesMap.DrainStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.