Class InternalUtil

java.lang.Object
com.landawn.abacus.util.InternalUtil

@Internal public final class InternalUtil extends Object
  • Field Details

    • ERROR_MSG_FOR_NO_SUCH_EX

      public static final String ERROR_MSG_FOR_NO_SUCH_EX
      See Also:
    • POOL_SIZE

      @Deprecated public static final int POOL_SIZE
      Deprecated.
      DO NOT call the methods defined in this class. it's for internal use only.
  • Method Details

    • getCharsForReadOnly

      @Deprecated @Beta public static char[] getCharsForReadOnly(String str)
      Deprecated.
      DO NOT call the methods defined in this class. it's for internal use only.
      Gets the chars for read only.
      Parameters:
      str -
      Returns:
    • newStream

      @Beta public static <T, E extends Exception> CheckedStream<T,E> newStream(CheckedStream.CheckedIterator<T,E> iter)
      Type Parameters:
      T -
      E -
      Parameters:
      iter -
      Returns: