|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.emarsys.ecommon.collections.Iterators
public class Iterators
Utilities for dealing with Iterator
s and Enumeration
s.
Constructor Summary | |
---|---|
Iterators()
|
Method Summary | ||
---|---|---|
static
|
equals(java.util.Enumeration<T> e1,
java.util.Enumeration<T> e2,
java.util.Comparator<T> comparator)
|
|
static
|
equals(java.util.Iterator<T> i1,
java.util.Iterator<T> i2,
java.util.Comparator<T> comparator)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Iterators()
Method Detail |
---|
public static <T> boolean equals(java.util.Iterator<T> i1, java.util.Iterator<T> i2, java.util.Comparator<T> comparator)
T
- i1
- i2
- comparator
-
public static <T> boolean equals(java.util.Enumeration<T> e1, java.util.Enumeration<T> e2, java.util.Comparator<T> comparator)
T
- e1
- e2
- comparator
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |