Uses of Class
org.apache.commons.collections4.functors.DefaultEquator

Packages that use DefaultEquator
org.apache.commons.collections4.functors This package contains implementations of the Closure, Predicate, Transformer and Factory interfaces. 
 

Uses of DefaultEquator in org.apache.commons.collections4.functors
 

Fields in org.apache.commons.collections4.functors declared as DefaultEquator
static DefaultEquator<Object> DefaultEquator.INSTANCE
          Static instance
 

Methods in org.apache.commons.collections4.functors that return DefaultEquator
static
<T> DefaultEquator<T>
DefaultEquator.defaultEquator()
          Factory returning the typed singleton instance.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.