Interface OptimizableCollection

    • Method Summary

      Modifier and Type Method Description
      long optimize()
      Optimizes the internal storage of this collection and returns the storage size of the collection after the process is complete.
    • Method Detail

      • optimize

        long optimize()
        Optimizes the internal storage of this collection and returns the storage size of the collection after the process is complete.
        Returns:
        the storage size of the collection after the optimzation.