Searched defs:toIterable (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DStaticUtils.java4800 * for (String s : StaticUtils.toIterable(myIteratorMethod()))
4814 public static <T> Iterable<T> toIterable(final Iterator<T> iterator) method in class:StaticUtils
/forgerock/opendj2/src/server/org/opends/server/util/
H A DStaticUtils.java4745 * for (String s : StaticUtils.toIterable(myIteratorMethod()))
4759 public static <T> Iterable<T> toIterable(final Iterator<T> iterator) method in class:StaticUtils
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DStaticUtils.java4802 * for (String s : StaticUtils.toIterable(myIteratorMethod()))
4816 public static <T> Iterable<T> toIterable(final Iterator<T> iterator) method in class:StaticUtils
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DStaticUtils.java4871 * for (String s : StaticUtils.toIterable(myIteratorMethod()))
4885 public static <T> Iterable<T> toIterable(final Iterator<T> iterator) method in class:StaticUtils
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DStaticUtils.java4745 * for (String s : StaticUtils.toIterable(myIteratorMethod()))
4759 public static <T> Iterable<T> toIterable(final Iterator<T> iterator) method in class:StaticUtils
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DStaticUtils.java2946 * for (String s : StaticUtils.toIterable(myIteratorMethod()))
2960 public static <T> Iterable<T> toIterable(final Iterator<T> iterator) method in class:StaticUtils

Completed in 76 milliseconds