Your preferences have been saved!
» Bean Predicate with Equal Predicate - package com.googelcode.jpractices.common; import org.apache.commons.lang.builder.ToStringBuilder; /**  * Copyright 2009 @ jPractices v 1.0  * @SVN URL : http://jpractices.googlecode.com  * @author Ganesh Gowtham  * @Homepage : http://ganesh.gowtham.googlepages.com  */ public class Person {   private String firstName;... 16 Feb 12 » Predicate Chain ( Chaining of two or more predicate's ) - package com.googelcode.jpractices.common; import org.apache.commons.lang.builder.ToStringBuilder; /**  * Copyright 2009 @ jPractices v 1.0  * @SVN URL : http://jpractices.googlecode.com  * @author Ganesh Gowtham  * @Homepage : http://ganesh.gowtham.googlepages.com  */ public class Person {   private String firstName;... 16 Feb 12 » Custom Predicate - package com.googelcode.jpractices; import java.io.Serializable; import org.apache.commons.collections.Predicate; /**  * Copyright 2009 @ jPractices v 1.0  * @SVN URL : http://jpractices.googlecode.com  * @author Ganesh Gowtham  * @Homepage : http://ganesh.gowtham.googlepages.com  * @description This Predicate is responsible in selecting the salary greater than iValue  */... 16 Feb 12