Servertec
Persistent Object Store
1.4.1 09/04/2005

stec.pos
Interface IndexFilter


public interface IndexFilter

Interface defining method for limiting the key, value pairs that are returned when transversing an Index.

Since:
1.1.0 09/01/2002
See Also:
previousKey, nextKey, previousValue, nextValue

Method Summary
 boolean matches(java.lang.Object key, java.lang.Object value)
          Returns whether the specified key, value pair matches the desired criteria.
 

Method Detail

matches

boolean matches(java.lang.Object key,
                java.lang.Object value)
Returns whether the specified key, value pair matches the desired criteria.

Parameters:
key - the key to check.
value - the associated value to check.
Returns:
whether the specified key, value pair matches the desired criteria.

Servertec
Persistent Object Store
1.4.1 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.