public class Java8Iterator extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Java8Iterator.ConsumeCollection<V> |
static interface |
Java8Iterator.ConsumeCollectionWithIterator<V> |
static interface |
Java8Iterator.ConsumeMap<K,V> |
static interface |
Java8Iterator.ConsumeMapWithIterator<K,V> |
| Constructor and Description |
|---|
Java8Iterator() |
public static <V> void forEach(Iterator<V> items, Java8Iterator.ConsumeCollection<V> consumer) throws RenderingException, IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(Iterator<V> items, Java8Iterator.ConsumeCollectionWithIterator<V> consumer) throws RenderingException, IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(Iterable<V> items, Java8Iterator.ConsumeCollection<V> consumer) throws RenderingException, IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(Iterable<V> iterable, Java8Iterator.ConsumeCollectionWithIterator<V> consumer) throws RenderingException, IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(Collection<V> items, Java8Iterator.ConsumeCollectionWithIterator<V> consumer) throws RenderingException, IOException
RenderingExceptionIOExceptionpublic static <K,V> void forEach(Map<K,V> items, Java8Iterator.ConsumeMap<K,V> consumer) throws RenderingException, IOException
RenderingExceptionIOExceptionpublic static <K,V> void forEach(Map<K,V> items, Java8Iterator.ConsumeMapWithIterator<K,V> consumer) throws RenderingException, IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(boolean[] items,
Java8Iterator.ConsumeCollection<Boolean> consumer)
throws RenderingException,
IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(byte[] items,
Java8Iterator.ConsumeCollection<Byte> consumer)
throws RenderingException,
IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(char[] items,
Java8Iterator.ConsumeCollection<Character> consumer)
throws RenderingException,
IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(short[] items,
Java8Iterator.ConsumeCollection<Short> consumer)
throws RenderingException,
IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(int[] items,
Java8Iterator.ConsumeCollection<Integer> consumer)
throws RenderingException,
IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(long[] items,
Java8Iterator.ConsumeCollection<Long> consumer)
throws RenderingException,
IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(float[] items,
Java8Iterator.ConsumeCollection<Float> consumer)
throws RenderingException,
IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(double[] items,
Java8Iterator.ConsumeCollection<Double> consumer)
throws RenderingException,
IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(Object[] items, Java8Iterator.ConsumeCollection<Object> consumer) throws RenderingException, IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(boolean[] items,
Java8Iterator.ConsumeCollectionWithIterator<Boolean> consumer)
throws RenderingException,
IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(byte[] items,
Java8Iterator.ConsumeCollectionWithIterator<Byte> consumer)
throws RenderingException,
IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(char[] items,
Java8Iterator.ConsumeCollectionWithIterator<Character> consumer)
throws RenderingException,
IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(short[] items,
Java8Iterator.ConsumeCollectionWithIterator<Short> consumer)
throws RenderingException,
IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(int[] items,
Java8Iterator.ConsumeCollectionWithIterator<Integer> consumer)
throws RenderingException,
IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(long[] items,
Java8Iterator.ConsumeCollectionWithIterator<Long> consumer)
throws RenderingException,
IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(float[] items,
Java8Iterator.ConsumeCollectionWithIterator<Float> consumer)
throws RenderingException,
IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(double[] items,
Java8Iterator.ConsumeCollectionWithIterator<Double> consumer)
throws RenderingException,
IOException
RenderingExceptionIOExceptionpublic static <V> void forEach(Object[] items, Java8Iterator.ConsumeCollectionWithIterator<Object> consumer) throws RenderingException, IOException
RenderingExceptionIOExceptionCopyright © 2016–2020 Fizzed, Inc. All rights reserved.