Interface Template

All Known Implementing Classes:
MD5Template, ObjectTemplate

public interface Template
Used by JDBMSpace to match entries based on its value
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether the candidate obj matches this template.
    Returns the key this template matches against.
  • Method Details

    • getKey

      Returns the key this template matches against.
      Returns:
      the entry key
    • equals

      boolean equals(Object obj)
      Indicates whether the candidate obj matches this template.
      Overrides:
      equals in class Object
      Parameters:
      obj - candidate value
      Returns:
      true when matched