Skip to content


favourite Class name – what's yours?

What's your favourite Class name?
Mine is BeanPropertyValueEqualsPredicate – Funny name with a noble function (helped me filter a bean list, knowing the value of one of its properties).

BeanPropertyValueEqualsPredicate bpvep = new BeanPropertyValueEqualsPredicate(“myProperty”, “someValue”);
CollectionUtils.find(beanList, bpvep);

Posted in Java.

0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

Some HTML is OK

(required)

(required, but never shared)

or, reply to this post via trackback.