| Constructor and Description |
|---|
IteratorUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
stringify(TypeStringifier<T> typeStringifier,
Iterator<T> iterator)
Generates a string for the
Objects using the given TypeStringifier.This method stringifies at most 20 records. To exert more control over the amounts of records, use stringify(TypeStringifier, Iterator, int). |
static <T> String |
stringify(TypeStringifier<T> typeStringifier,
Iterator<T> iterator,
int maxNum)
|
public static <T> String stringify(TypeStringifier<T> typeStringifier, Iterator<T> iterator)
Objects using the given TypeStringifier.stringify(TypeStringifier, Iterator, int).public static <T> String stringify(TypeStringifier<T> typeStringifier, Iterator<T> iterator, int maxNum)
Copyright © 2014. All rights reserved.