| Package | Description |
|---|---|
| net.ninjacat.smooth.iterators |
| Modifier and Type | Method and Description |
|---|---|
static <T> Collector<T> |
Collectors.arrayList()
|
static <T> Collector<T> |
Collectors.hashSet()
|
static <T> Collector<T> |
Collectors.linkedList()
Creates a collector which reads
Iterable into an LinkedList |
static <T> Collector<T> |
Collectors.treeSet()
|
| Modifier and Type | Method and Description |
|---|---|
Collection<E> |
Iter.collectWith(Collector<E> collector)
Collect this iterable into collection
|
Copyright © 2018. All rights reserved.