PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free!
Click here to download the new Pastebin App for iOS
.
Public Pastes
Untitled
1 sec ago
Untitled
3 sec ago
Untitled
14 sec ago
Untitled
9 sec ago
Untitled
9 sec ago
Untitled
9 sec ago
Untitled
2 min ago
Untitled
14 sec ago
lavieri
By: a guest on Apr 2nd, 2009 | syntax:
Java
| size: 0.52 KB | hits: 155 | expires: Never
download
|
raw
|
embed
|
report abuse
This paste has a previous version,
view the difference
.
Copied
/**
* Filtro de objeto, que testa se um obejto candidato T confere com o filtro.
* @author Tomaz Lavieri
* @param <T> o tipo de objetos que o filtro testa.
* @see CollectionUtils
*/
public
interface
Filter
<
T
>
{
/**
* Verifica se o objeto candidato passa pelo filtro.
* @param candidate Objeto candidato.
* @return <tt>true</tt> - caso o candidato passe no filtro.
* <br><tt>false</tt> - caso o candidato não pesse pelo filtro.
*/
public
boolean
match
(
T candidate
)
;
}
create a
new version
of this paste
RAW Paste Data