Uses of Package
com.fasterxml.aalto.util

Packages that use com.fasterxml.aalto.util
Package
Description
Package that contains implementations of asynchronous (non-blocking) parser.
 
 
 
  • Class
    Description
    This is a simple container class, mostly used to encapsulate details of character typing out of parser/scanner/writer classes, while still making int arrays auto-generated only if needed (esp. for encodings never needed, which may be the case for ascii etc).
    Simple constant container interface, shared by input and output sides.
  • Class
    Description
    This is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers.
     
    This class defines the basic high-level interface for symbol table implementations, especially regarding how they are obtained and reused.
    Class conceptually similar to StringBuilder, but that allows for bit more efficient building, using segmented internal buffers, and direct access to these buffers.
    This is a simple container class, mostly used to encapsulate details of character typing out of parser/scanner/writer classes, while still making int arrays auto-generated only if needed (esp. for encodings never needed, which may be the case for ascii etc).
    Simple constant container interface, shared by input and output sides.
  • Class
    Description
    This class defines the basic high-level interface for symbol table implementations, especially regarding how they are obtained and reused.
    This is a simple container class, mostly used to encapsulate details of character typing out of parser/scanner/writer classes, while still making int arrays auto-generated only if needed (esp. for encodings never needed, which may be the case for ascii etc).
  • Class
    Description
    Simple implementation of "null iterator", iterator that has nothing to iterate over.
     
    Class conceptually similar to StringBuilder, but that allows for bit more efficient building, using segmented internal buffers, and direct access to these buffers.
    Simple constant container interface, shared by input and output sides.