| Package | Description |
|---|---|
| xyz.cofe.collection |
Общие классы и интерфейсы: Функции, Пара, Конвертор и т.д.
|
| xyz.cofe.collection.graph |
Графы, однонаправленные, многонаправленные, Прослушивание измений графа
|
| xyz.cofe.collection.map |
Карты, Прослушивание измений карт, Карты только для чтения
|
| xyz.cofe.collection.set |
Множество, Прослушивание измений множества
|
| xyz.cofe.collection.table |
Таблицы, обход таблицы
|
| xyz.cofe.collection.tree |
Закрытие объектов (Closeable), подписчики, линивое значение, приемник
|
| xyz.cofe.data.store | |
| xyz.cofe.http |
Поддержка функций работы с http
|
| xyz.cofe.ipc.sharedmem | |
| xyz.cofe.scn |
Базовые классы: Служит для построения уведомлений о изменении объекта/номера SCN.
|
| xyz.cofe.sql |
Пул соединений и поддержка работы с потоком SQL данных
|
| xyz.cofe.sql.stream |
Чтение/запись потока SQL данных
|
| xyz.cofe.text |
Функцию по работе с текстом
|
| xyz.cofe.time |
Функции для работы со временем
|
| xyz.cofe.typeconv |
Граф(ы) конверторов типов данных
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicPair<A,B>
Пара значений
|
| Modifier and Type | Field and Description |
|---|---|
protected NodesExtracter<N,Pair<N,E>> |
GraphIterator.follow
Функция извлечения исходящих/следующих верших из указанной вершины
|
| Modifier and Type | Method and Description |
|---|---|
NodesExtracter<N,Pair<N,E>> |
GraphIterator.getFollow()
Функция извлечения исходящих/следующих верших из указанной вершины
|
NodesExtracter<N,Pair<N,E>> |
GraphIterator.StoredState.getFollow()
Функция извлечения исходящих/следующих верших из указанной вершины
|
| Constructor and Description |
|---|
GraphIterator(Iterable<N> starts,
NodesExtracter<N,Pair<N,E>> follow)
Конструктор.
|
GraphIterator(Iterable<N> starts,
NodesExtracter<N,Pair<N,E>> follow,
GraphIteratorPoller<N,E> poller,
GraphIteratorPusher<N,E> pusher)
Конструктор
|
GraphIterator(Iterable<N> starts,
NodesExtracter<N,Pair<N,E>> follow,
GraphIteratorPusher<N,E> pusher)
Конструктор.
|
| Modifier and Type | Field and Description |
|---|---|
protected Func2<Pair<X,Y>,X,Y> |
Bijection.Update.fnXY |
| Modifier and Type | Method and Description |
|---|---|
Set<Pair<X,Y>> |
Bijection.getEntries() |
Func2<Pair<X,Y>,X,Y> |
Bijection.Update.getFnXY() |
LinkedHashSet<Pair<X,Y>> |
Bijection.removeX(Iterable<X> itr) |
LinkedHashSet<Pair<X,Y>> |
Bijection.removeX(X x) |
LinkedHashSet<Pair<X,Y>> |
Bijection.removeY(Iterable<Y> itr) |
LinkedHashSet<Pair<X,Y>> |
Bijection.removeY(Y y) |
LinkedHashSet<Pair<X,Y>> |
Bijection.setXY(Iterable<Pair<X,Y>> itr) |
LinkedHashSet<Pair<X,Y>> |
Bijection.setXY(X x,
Y y) |
LinkedHashSet<Pair<X,Y>> |
Bijection.setXYMap(Map<X,Y> itr) |
LinkedHashSet<Pair<X,Y>> |
Bijection.setXYMapEntries(Iterable<Map.Entry<X,Y>> itr) |
| Modifier and Type | Method and Description |
|---|---|
void |
Bijection.eachXY(Reciver<Pair<X,Y>> reciver) |
Bijection.Update |
Bijection.Update.fnXY(Func2<Pair<X,Y>,X,Y> fn) |
void |
Bijection.Update.setFnXY(Func2<Pair<X,Y>,X,Y> fnXY) |
LinkedHashSet<Pair<X,Y>> |
Bijection.setXY(Iterable<Pair<X,Y>> itr) |
Bijection.Update |
Bijection.update(Func2<Pair<X,Y>,X,Y> fn) |
Bijection.Update |
Bijection.update(Func2<Pair<X,Y>,X,Y> fn,
boolean strong) |
| Modifier and Type | Method and Description |
|---|---|
Pair<Integer,A> |
IndexSetBasic.headEntry(A a,
boolean strong,
int begin,
int endEx) |
Pair<Integer,A> |
IndexSet.headEntry(A a,
boolean strong,
int begin,
int endEx)
Поиск головы, где искомое_значения <= a
|
Pair<A,A> |
IndexSetBasic.minMax() |
Pair<A,A> |
IndexSet.minMax()
Возвращает диапазон (мин/макс) значений
|
Pair<Integer,A> |
IndexSetBasic.tailEntry(A a,
boolean strong,
int begin,
int endEx) |
Pair<Integer,A> |
IndexSet.tailEntry(A a,
boolean strong,
int begin,
int endEx)
Поиск хвоста, где искомое_значения >= a
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexSetBasic.add(IndexSet<A> adds,
Reciver<Pair<Integer,A>> added) |
void |
IndexSet.add(IndexSet<A> adds,
Reciver<Pair<Integer,A>> added)
Добавление элементов в список
|
void |
IndexSetBasic.add(Iterable<A> adds,
Reciver<Pair<Integer,A>> added) |
void |
IndexSet.add(Iterable<A> adds,
Reciver<Pair<Integer,A>> added)
Добавление элементов в список
|
void |
IndexSetBasic.remove(IndexSet<A> removes,
Reciver<Pair<Integer,A>> removed) |
void |
IndexSet.remove(IndexSet<A> removes,
Reciver<Pair<Integer,A>> removed)
Удаление элементов из списока
|
void |
IndexSetBasic.remove(Iterable<A> removes,
Reciver<Pair<Integer,A>> removed) |
void |
IndexSet.remove(Iterable<A> removes,
Reciver<Pair<Integer,A>> removed)
Удаление элементов из списока
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Pair<Row,Value>> |
Table.getColumnRowValues(Column column,
Predicate<Row> rowPred)
Возвращает пары Строка/Значение для указанной колонки
|
Iterable<Pair<Column,Value>> |
Table.getRowColumnValues(Row row,
Predicate<Column> columnPred)
Возвращает пары Колонка/Значение для указанной строки
|
| Modifier and Type | Method and Description |
|---|---|
Pair<Long,Long> |
ClassNode.nextscn()
Генерирует новый номер SCN.
|
Pair<Long,Long> |
ClassNode.nextscn(boolean addEvent,
boolean fireEvent)
(non-Javadoc)
|
| Modifier and Type | Method and Description |
|---|---|
Pair<String,Integer> |
CSVUtil.parseCellDelimiter(String line,
int beginIndex,
CSVDesc desc)
Парсинг разделителя между ячейками
|
Pair<String,Integer> |
CSVUtil.parseQoutedString(String line,
int beginIndex,
CSVDesc desc)
Парсинг экранированной строки (ячейки).
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Pair<URL,URL>> |
HttpResponse.redirectUrls |
protected Func4<Boolean,HttpHeaders,URL,URL,List<Pair<URL,URL>>> |
HttpResponse.redirectValidate |
| Modifier and Type | Method and Description |
|---|---|
Pair<URL,URL> |
HttpResponse.getLastRedirectUrl()
Возвращает последнее перенаправление
|
| Modifier and Type | Method and Description |
|---|---|
List<Pair<URL,URL>> |
HttpResponse.getRedirectUrls()
Получение списка редиректов
|
Func4<Boolean,HttpHeaders,URL,URL,List<Pair<URL,URL>>> |
HttpResponse.getRedirectValidate()
Возвращает проверку redirect.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
RedirectValidator.apply(HttpHeaders hh,
URL from,
URL to,
List<Pair<URL,URL>> history) |
protected List<URL> |
RedirectValidator.redirectPath(URL from,
URL to,
List<Pair<URL,URL>> history) |
void |
HttpResponse.setRedirectValidate(Func4<Boolean,HttpHeaders,URL,URL,List<Pair<URL,URL>>> redirectValidate)
Устанавливает проверку redirect.
|
| Modifier and Type | Method and Description |
|---|---|
protected Pair<Integer,MutableBlockHead> |
ByteQueue.findFreeBlock_WSEMore(int size,
int from)
Ищет свободный блок с указанным размером или больше
|
protected Pair<MutableBlockHead,MutableBlockHead> |
ByteQueue.splitBlock(MutableBlockHead block,
int size)
Разделяет блок на два,
Блоки не заносятся в таблицу блоков и не сохраняются в shared mem. |
protected Pair<Integer,MutableBlockHead> |
ByteQueue.tryInsert(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
Pair<Long,Long> |
LongScnChangedSupport.nextscn()
Генерирует новый номер SCN.
|
Pair<Long,Long> |
LongScnChangedSupport.nextscn(boolean addEvent,
boolean fireEvent)
Генерирует новый номер SCN
|
| Modifier and Type | Method and Description |
|---|---|
Pair |
SimpleDataSource.nextscn() |
Pair |
SimpleDataSource.nextscn(boolean addEvent,
boolean fireEvent) |
| Modifier and Type | Method and Description |
|---|---|
Pair<Long,Long> |
XmlStreamWriter.nextscn()
Генерирует новый номер SCN.
|
Pair<Long,Long> |
XmlStreamWriter.nextscn(boolean addEvent,
boolean fireEvent) |
| Modifier and Type | Method and Description |
|---|---|
static Pair<Integer,String> |
Text.nextNewLine(String text,
int beginIndex)
Ищет начало новой строки, учитывает различ. варианты перевода строк
|
| Modifier and Type | Method and Description |
|---|---|
static Pair<DateHour,DateHour> |
DateHour.createWeekRange(int year,
int week)
Создает две даты: на начало указанной недели и на начало след. недели.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
TypeCastGraph.cast(Object value,
Class targetType,
Reciver<SequenceCaster> newSeqCasters,
Reciver<Convertor<Object,Object>> castedConvertor,
Reciver<Pair<Convertor<Object,Object>,Throwable>> failedCastConvertor)
Преборазования значения
|
Copyright © 2019. All rights reserved.