Uses of Enum
org.codehaus.jackson.util.BufferRecycler.CharBufferType
Packages that use BufferRecycler.CharBufferType
-
Uses of BufferRecycler.CharBufferType in org.codehaus.jackson.util
Methods in org.codehaus.jackson.util that return BufferRecycler.CharBufferTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static BufferRecycler.CharBufferType[]
BufferRecycler.CharBufferType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.codehaus.jackson.util with parameters of type BufferRecycler.CharBufferTypeModifier and TypeMethodDescriptionfinal char[]
BufferRecycler.allocCharBuffer
(BufferRecycler.CharBufferType type) final char[]
BufferRecycler.allocCharBuffer
(BufferRecycler.CharBufferType type, int minSize) final void
BufferRecycler.releaseCharBuffer
(BufferRecycler.CharBufferType type, char[] buffer)