|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BufferRecycler.CharBufferType | |
---|---|
org.codehaus.jackson.util | Utility classes used by Jackson Core functionality. |
Uses of BufferRecycler.CharBufferType in org.codehaus.jackson.util |
---|
Methods in org.codehaus.jackson.util that return BufferRecycler.CharBufferType | |
---|---|
static BufferRecycler.CharBufferType |
BufferRecycler.CharBufferType.valueOf(String name)
Returns 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.CharBufferType | |
---|---|
char[] |
BufferRecycler.allocCharBuffer(BufferRecycler.CharBufferType type)
|
char[] |
BufferRecycler.allocCharBuffer(BufferRecycler.CharBufferType type,
int minSize)
|
void |
BufferRecycler.releaseCharBuffer(BufferRecycler.CharBufferType type,
char[] buffer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |