biz.hammurapi.util
Interface Searchable

All Known Implementing Classes:
AbstractSearchable

public interface Searchable

Version:
$Revision: 1.1 $
Author:
Pavel Vlasov

Method Summary
 java.lang.Object find(Acceptor acceptor)
           
 java.util.Collection findAll(Acceptor acceptor)
           
 

Method Detail

find

java.lang.Object find(Acceptor acceptor)
Parameters:
acceptor -
Returns:
First object accepted by acceptor or null

findAll

java.util.Collection findAll(Acceptor acceptor)
Parameters:
acceptor -
Returns:
Collection of objects accepted by acceptor


Copyright © 2003 Hammurapi Group. All Rights Reserved.