|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Equator | |
---|---|
org.apache.commons.collections4 | This package contains the interfaces and utilities shared across all the subpackages of this component. |
org.apache.commons.collections4.functors | This package contains implementations of the
Closure ,
Predicate ,
Transformer and
Factory interfaces. |
org.apache.commons.collections4.sequence | This package provides classes to compare two sequences of objects. |
Uses of Equator in org.apache.commons.collections4 |
---|
Methods in org.apache.commons.collections4 with parameters of type Equator | ||
---|---|---|
static boolean |
CollectionUtils.isEqualCollection(Collection<?> a,
Collection<?> b,
Equator<?> equator)
Returns true iff the given Collection s contain
exactly the same elements with exactly the same cardinalities. |
|
static
|
ListUtils.longestCommonSubsequence(List<E> a,
List<E> b,
Equator<? super E> equator)
Returns the longest common subsequence (LCS) of two sequences (lists). |
Uses of Equator in org.apache.commons.collections4.functors |
---|
Classes in org.apache.commons.collections4.functors that implement Equator | |
---|---|
class |
DefaultEquator<T>
Default Equator implementation. |
Methods in org.apache.commons.collections4.functors with parameters of type Equator | ||
---|---|---|
static
|
EqualPredicate.equalPredicate(T object,
Equator<T> equator)
Factory to create the identity predicate. |
Constructors in org.apache.commons.collections4.functors with parameters of type Equator | |
---|---|
EqualPredicate(T object,
Equator<T> equator)
Constructor that performs no validation. |
Uses of Equator in org.apache.commons.collections4.sequence |
---|
Constructors in org.apache.commons.collections4.sequence with parameters of type Equator | |
---|---|
SequencesComparator(List<T> sequence1,
List<T> sequence2,
Equator<? super T> equator)
Simple constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |