public interface ISizeProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
ISizeProvider.CollectionSize
Collection implementation of the SizeProvider
|
| Modifier and Type | Method and Description |
|---|---|
static ISizeProvider |
of(java.lang.Iterable<?> iter)
Gets a SizeProvider given the Iterable.
|
int |
size() |
int size()
static ISizeProvider of(java.lang.Iterable<?> iter)
iter - the Iterable that you want the size of.