Oracle Corporation

com.bea.wlcp.wlng.api.storage.filter
Interface EntryIndexFilter

All Superinterfaces:
EntryFilter, Filter, IndexFilter, Serializable

public interface EntryIndexFilter
extends IndexFilter, EntryFilter

Special filter that use indexes to speed up filter queries, but with fallback to filtering Map.Entry objects using the matches method instead of using filtering on the value object only.

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Methods inherited from interface com.bea.wlcp.wlng.api.storage.filter.IndexFilter
filter
 
Methods inherited from interface com.bea.wlcp.wlng.api.storage.filter.Filter
matches, setParameters
 


Oracle Corporation