Uses of Interface
net.sf.cglib.core.Predicate

Packages that use Predicate
net.sf.cglib.core   
 

Uses of Predicate in net.sf.cglib.core
 

Classes in net.sf.cglib.core that implement Predicate
 class DuplicatesPredicate
           
 class VisibilityPredicate
           
 

Methods in net.sf.cglib.core with parameters of type Predicate
 java.lang.String NamingPolicy.getClassName(java.lang.String prefix, java.lang.String source, java.lang.Object key, Predicate names)
          Choose a name for a generated class.
 java.lang.String DefaultNamingPolicy.getClassName(java.lang.String prefix, java.lang.String source, java.lang.Object key, Predicate names)
           
static java.lang.Object[] CollectionUtils.filter(java.lang.Object[] a, Predicate p)
           
static java.util.Collection CollectionUtils.filter(java.util.Collection c, Predicate p)
           
 



Copyright © 2002-2003 cglib. All Rights Reserved.