| Package | Description |
|---|---|
| xyz.cofe.collection |
Общие классы и интерфейсы: Функции, Пара, Конвертор и т.д.
|
| xyz.cofe.collection.graph |
Графы, однонаправленные, многонаправленные, Прослушивание измений графа
|
| xyz.cofe.collection.map |
Карты, Прослушивание измений карт, Карты только для чтения
|
| xyz.cofe.collection.set |
Множество, Прослушивание измений множества
|
| xyz.cofe.collection.table |
Таблицы, обход таблицы
|
| xyz.cofe.cxconsole.cp |
Работа с ClassLoader(Builder).
|
| xyz.cofe.cxconsole.dock | |
| xyz.cofe.cxconsole.groovy | |
| xyz.cofe.cxconsole.menu | |
| xyz.cofe.cxconsole.script.jsr233 | |
| xyz.cofe.cxconsole.script.sql | |
| xyz.cofe.cxconsole.text | |
| xyz.cofe.data.store | |
| xyz.cofe.gui.swing | |
| xyz.cofe.gui.swing.properties | |
| xyz.cofe.gui.swing.table | |
| xyz.cofe.gui.swing.table.de | |
| xyz.cofe.gui.swing.text | |
| xyz.cofe.gui.swing.tree | |
| xyz.cofe.http | |
| xyz.cofe.ipc.sharedmem | |
| xyz.cofe.scn |
Базовые классы: Служит для построения уведомлений о изменении объекта/номера SCN.
|
| 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> |
AbstractCLEntry.nextscn()
Генерирует новый номер SCN.
|
Pair<Long,Long> |
UrlClassLoaderBuilder.nextscn()
Генерирует новый номер SCN.
|
Pair<Long,Long> |
AbstractCLEntry.nextscn(boolean addEvent,
boolean fireEvent)
Генерирует новый номер SCN
|
Pair<Long,Long> |
UrlClassLoaderBuilder.nextscn(boolean addEvent,
boolean fireEvent)
Генерирует новый номер SCN
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<Pair<T,bibliothek.gui.dock.common.intern.DefaultCDockable>> |
DockingService.DockableList.findDocks(Class<T> cls)
Возвращает экземпляры указаного типа и соответ док
|
| Modifier and Type | Method and Description |
|---|---|
Pair |
GroovyEngine.nextscn()
Генерирует новый номер SCN.
|
Pair<Long,Long> |
ImportStatementAbstract.nextscn() |
Pair |
GCompilerConf.nextscn() |
Pair<Long,Long> |
CXGroovyConf.nextscn() |
Pair |
GroovyEngine.nextscn(boolean addEvent,
boolean fireEvent)
Генерирует новый номер SCN
|
Pair<Long,Long> |
ImportStatementAbstract.nextscn(boolean addEvent,
boolean fireEvent) |
Pair |
GCompilerConf.nextscn(boolean addEvent,
boolean fireEvent) |
Pair<Long,Long> |
CXGroovyConf.nextscn(boolean addEvent,
boolean fireEvent) |
| Modifier and Type | Method and Description |
|---|---|
static Pair<MenuPathComponent,Integer> |
MenuPathComponent.parse(String text,
int offset) |
| Modifier and Type | Field and Description |
|---|---|
protected Func0<Pair<Object,Throwable>> |
ThreadMonitorImpl.scriptRun |
| Modifier and Type | Method and Description |
|---|---|
Pair<Long,Long> |
EngineImpl.nextscn() |
Pair<Long,Long> |
EngineImpl.nextscn(boolean addEvent,
boolean fireEvent) |
| Constructor and Description |
|---|
ThreadMonitorImpl(Script script,
Func0<Pair<Object,Throwable>> run) |
| Modifier and Type | Method and Description |
|---|---|
protected Pair<Object,Throwable> |
SqlEngine.executeQuery(String query,
Long scriptDocumentID,
WeakReference<TextDocument> scriptDocument) |
| Modifier and Type | Method and Description |
|---|---|
protected Func0<Pair<Object,Throwable>> |
SqlEngine.createExecutor(String query) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Pair<String,Action>> |
TextService.registeredSetSyntaxActions |
| Modifier and Type | Method and Description |
|---|---|
protected Pair<String,Action> |
TextService.registerActionSetTextStyntax(String syntaxName) |
| 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 | Method and Description |
|---|---|
static Pair<Boolean,Object> |
FocusFinder.matchWindowClass(Component cmpt,
Class targetClass) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TextWriter.write(JTextComponent out,
Func0<Iterable<Pair<String,AttributeSet>>> lazyMessage) |
static void |
TextWriter.write(JTextComponent out,
Iterable<Pair<String,AttributeSet>> message) |
| Modifier and Type | Field and Description |
|---|---|
protected Reciver<Pair<PropertyID,PropertySettings>> |
PropertyDB.ExportPropertySettings.consumer |
protected Iterable<Pair<PropertyID,PropertySettings>> |
PropertyDB.ImportPropertySettings.source |
| Modifier and Type | Method and Description |
|---|---|
Reciver<Pair<PropertyID,PropertySettings>> |
PropertyDB.ExportPropertySettings.getConsumer() |
Iterable<Pair<PropertyID,PropertySettings>> |
PropertyDB.ImportPropertySettings.getSource() |
| Modifier and Type | Method and Description |
|---|---|
static Set<Property> |
Property.propertiesOf(Class cls,
Object bean,
Predicate<PropertyDescriptor> filter,
Convertor<Pair<PropertyDescriptor,Object>,Property> propertyBuilder) |
PropertyDB.Import |
PropertyDB.Import.propertySettings(Iterable<Pair<PropertyID,PropertySettings>> source) |
PropertyDB.Export |
PropertyDB.Export.propertySettings(Reciver<Pair<PropertyID,PropertySettings>> consumer) |
void |
PropertyDB.ExportPropertySettings.setConsumer(Reciver<Pair<PropertyID,PropertySettings>> consumer) |
void |
PropertyDB.ImportPropertySettings.setSource(Iterable<Pair<PropertyID,PropertySettings>> source) |
PropertyDB.ImportPropertySettings |
PropertyDB.ImportPropertySettings.source(Iterable<Pair<PropertyID,PropertySettings>> source) |
| Modifier and Type | Method and Description |
|---|---|
protected Pair |
MapTM.getCachePair(int index) |
Pair |
MapTM.getKeyValueForRow(int rowIndex) |
protected Pair<TableModel,Integer> |
HUnionTM.getTMColumn(int columnIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Pair> |
MapTM.getCachePairs()
Полчение списка кэшированных записей
|
protected List<Pair<Object,Integer>> |
MapTM.getKeyRowMap()
Возвращает карту объект (возможно null) -> строка
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MapTM.addCachePair(Pair p) |
protected void |
MapTM.setCachePair(int index,
Pair p) |
| 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 | Method and Description |
|---|---|
List<Pair<Integer,Integer>> |
AString.newLinesIntervals()
разделяет текст на набор строк по симвоу перевода на новую строку
|
| Modifier and Type | Method and Description |
|---|---|
DocumentChangeTracker |
DocumentChangeTracker.onChangesPair(Reciver<Pair<String,String>> reciver) |
| Constructor and Description |
|---|
TreeTableSortModel(TreeTableModelInterface dm,
Reciver<Pair<RowData,RowData>> dumpDetail) |
| 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 |
|---|---|
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 |
|---|---|
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 © 2018. All rights reserved.