Oracle Corporation

Uses of Interface
com.bea.wlcp.wlng.api.storage.filter.IndexFilter

Packages that use IndexFilter
com.bea.wlcp.wlng.api.storage.filter   
 

Uses of IndexFilter in com.bea.wlcp.wlng.api.storage.filter
 

Subinterfaces of IndexFilter in com.bea.wlcp.wlng.api.storage.filter
 interface EntryIndexFilter
          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.
 


Oracle Corporation