Interface Configuration

All Known Implementing Classes:
Configuration.Global, Configuration.Simple

public interface Configuration
  • Method Details

    • alwaysRepack

      boolean alwaysRepack()
    • bitsInMemory

      int bitsInMemory()
    • bitsInStorage

      int bitsInStorage()
    • createPalette

      <T> Palette<T> createPalette(Strategy<T> pStrategy, List<T> pValues)