Package org.jsoup.internal


@NullMarked package org.jsoup.internal
Util methods used by Jsoup. Please don't depend on the APIs implemented here as the contents may change without notice.
  • Classes
    Class
    Description
    A jsoup internal class (so don't use it as there is no contract API) that enables controls on a buffered input stream, namely a maximum read size, and the ability to Thread.interrupt() the read.
    An internal class containing functions for use with Map.computeIfAbsent(Object, Function).
    Util methods for normalizing strings.
    jsoup constants used between packages.
    A SoftPool is a ThreadLocal that holds a SoftReference to a pool of initializable objects.
    A minimal String utility class.
    A StringJoiner allows incremental / filtered joining of a set of stringable objects.