Uses of Class
org.apache.commons.functor.core.IsSame

Packages that use IsSame
org.apache.commons.functor.core Commonly used functor implementations. 
 

Uses of IsSame in org.apache.commons.functor.core
 

Fields in org.apache.commons.functor.core declared as IsSame
static IsSame<Object,Object> IsSame.INSTANCE
          Basic IsSame instance.
 

Methods in org.apache.commons.functor.core that return IsSame
static
<L,R> IsSame<L,R>
IsSame.instance()
          Get an IsSame instance.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.