JSON
Version 1.0

Uses of Package
org.codehaus.jackson.util

Packages that use org.codehaus.jackson.util
org.codehaus.jackson   
org.codehaus.jackson.impl   
org.codehaus.jackson.io   
org.codehaus.jackson.util   
 

Classes in org.codehaus.jackson.util used by org.codehaus.jackson
BufferRecycler
          This is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers.
 

Classes in org.codehaus.jackson.util used by org.codehaus.jackson.impl
SymbolTable
          This class is a kind of specialized type-safe Map, from char array to String value.
TextBuffer
          TextBuffer is a class similar to StringBuffer, with following differences: TextBuffer uses segments character arrays, to avoid having to do additional array copies when array is not big enough.
 

Classes in org.codehaus.jackson.util used by org.codehaus.jackson.io
BufferRecycler
          This is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers.
TextBuffer
          TextBuffer is a class similar to StringBuffer, with following differences: TextBuffer uses segments character arrays, to avoid having to do additional array copies when array is not big enough.
 

Classes in org.codehaus.jackson.util used by org.codehaus.jackson.util
BufferRecycler
          This is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers.
BufferRecycler.ByteBufferType
           
BufferRecycler.CharBufferType
           
SymbolTable
          This class is a kind of specialized type-safe Map, from char array to String value.
 


JSON
Version 1.0

Apache License, Version 2.0