Package score

Interface VarDB<E>

  • All Known Subinterfaces:
    AnyDB
    All Known Implementing Classes:
    AnyDBImpl

    public interface VarDB<E>
    • Method Detail

      • set

        void set​(E value)
      • get

        E get()
      • getOrDefault

        E getOrDefault​(E defaultValue)