| Package | Description |
|---|---|
| xyz.cofe.collection |
Общие классы и интерфейсы: Функции, Пара, Конвертор и т.д.
|
| xyz.cofe.collection.iterators |
Интераторы
|
| xyz.cofe.text |
| Modifier and Type | Method and Description |
|---|---|
static <T> Iterable<T> |
Iterators.lazy(LazyValue<T> lazyValue)
Возвращает последовательность с одним элементом
|
| Constructor and Description |
|---|
SingleIterable(LazyValue<T> item) |
| Modifier and Type | Field and Description |
|---|---|
protected LazyValue<Reader> |
LazyLineReader.lazyReader |
| Modifier and Type | Method and Description |
|---|---|
static Convertor<String,String> |
Text.Convertors.newlineReplace(LazyValue<String> newLine)
Заменяет символы перевода текста на указанный
|
static Convertor<String,String> |
Text.Convertors.wrap(LazyValue<String> before,
LazyValue<String> after)
Обвертка вокруг текста
|
static Convertor<String,String> |
Text.Convertors.wrap(LazyValue<String> before,
LazyValue<String> after)
Обвертка вокруг текста
|
| Constructor and Description |
|---|
LazyLineReader(LazyValue<Reader> reader) |
LazyLineReader(LazyValue<Reader> reader,
int bufferSize,
Lock lock) |
Copyright © 2018. All rights reserved.