Interface BatchBuilder<T>

    • Method Summary

      Modifier and Type Method and Description
      void add(T element)
       
      int bufferSizeHint()
       
      void clear()
       
      boolean fits(T element)
       
      boolean full()
       
    • Method Detail

      • add

        void add(T element)
      • full

        boolean full()
      • fits

        boolean fits(T element)
      • clear

        void clear()
      • bufferSizeHint

        int bufferSizeHint()