Class TextParser.BufferPool

java.lang.Object
org.thymeleaf.templateparser.text.TextParser.BufferPool
Enclosing class:
TextParser

private static final class TextParser.BufferPool extends Object
  • Field Details

    • pool

      private final char[][] pool
    • allocated

      private final boolean[] allocated
    • poolBufferSize

      private final int poolBufferSize
  • Constructor Details

    • BufferPool

      private BufferPool(int poolSize, int poolBufferSize)
  • Method Details

    • allocateBuffer

      private char[] allocateBuffer(int bufferSize)
    • releaseBuffer

      private void releaseBuffer(char[] buffer)