JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Tree
Deprecated
Index
Search
Help
Select Theme
Light
Dark
System Setting
jPOS 3.0.2-SNAPSHOT
org.jpos.jpos
org.jpos.space
Template
Contents
Description
Method Summary
Method Details
getKey()
equals(Object)
Hide sidebar
Show sidebar
Interface Template
All Known Implementing Classes:
MD5Template
,
ObjectTemplate
public interface
Template
Used by JDBMSpace to match entries based on its value
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
equals
(
Object
obj)
Indicates whether the candidate
obj
matches this template.
Object
getKey
()
Returns the key this template matches against.
Method Details
getKey
Object
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