Uses of Enum
com.fasterxml.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 com.fasterxml.jackson.databind.util.internal
Fields in com.fasterxml.jackson.databind.util.internal with type parameters of type PrivateMaxEntriesMap.DrainStatusModifier and TypeFieldDescription(package private) final AtomicReference<PrivateMaxEntriesMap.DrainStatus> PrivateMaxEntriesMap.drainStatusMethods in com.fasterxml.jackson.databind.util.internal that return PrivateMaxEntriesMap.DrainStatusModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static PrivateMaxEntriesMap.DrainStatus[]PrivateMaxEntriesMap.DrainStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.