Uses of Interface
xyz.cofe.fn.Pair
-
Packages that use Pair Package Description xyz.cofe.collection Коллекции с поддержкой уведомлений.xyz.cofe.collection.graph Коллекции - Графы и алгоритмы работы с нимиxyz.cofe.fn Функциональные интерфейсыxyz.cofe.iter Алгоритмы итерацииxyz.cofe.scn Поддержка номера изменений для мутабельных объектов -
-
Uses of Pair in xyz.cofe.collection
Fields in xyz.cofe.collection with type parameters of type Pair Modifier and Type Field Description protected BiFunction<X,Y,Pair<X,Y>>Bijection.Update. fnXYФункция ассоциацииMethods in xyz.cofe.collection that return Pair Modifier and Type Method Description Pair<Integer,A>IndexSet. headEntry(A a, boolean strong, int begin, int endEx)Поиск головы, где искомое_значения <= aPair<Integer,A>IndexSetBasic. headEntry(A a, boolean strong, int beginIndex, int endExIndex)Pair<A,A>IndexSet. minMax()Возвращает диапазон (мин/макс) значенийPair<A,A>IndexSetBasic. minMax()Pair<Integer,A>IndexSet. tailEntry(A a, boolean strong, int begin, int endEx)Поиск хвоста, где искомое_значения >= aPair<Integer,A>IndexSetBasic. tailEntry(A a, boolean strong, int beginIndex, int endExIndex)Methods in xyz.cofe.collection that return types with arguments of type Pair Modifier and Type Method Description Set<Pair<X,Y>>Bijection. getEntries()Возвращает копию пар x,yBiFunction<X,Y,Pair<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)Установка значений пар x,yLinkedHashSet<Pair<X,Y>>Bijection. setXY(X x, Y y)Установка значения пары x,yLinkedHashSet<Pair<X,Y>>Bijection. setXYMap(Map<X,Y> itr)Установка значений пар x,yLinkedHashSet<Pair<X,Y>>Bijection. setXYMapEntries(Iterable<Map.Entry<X,Y>> itr)Установка значений пар x,yStream<Pair<A,Integer>>IndexSet. stream()Получение потока/stream-а значенийStream<Pair<A,Integer>>IndexSetBasic. stream()Создание стримаMethod parameters in xyz.cofe.collection with type arguments of type Pair Modifier and Type Method Description Bijection.UpdateBijection.Update. fnXY(BiFunction<X,Y,Pair<X,Y>> fn)Указывает функцию ассоциацииvoidBijection.Update. setFnXY(BiFunction<X,Y,Pair<X,Y>> fnXY)Указывает функцию ассоциацииLinkedHashSet<Pair<X,Y>>Bijection. setXY(Iterable<Pair<X,Y>> itr)Установка значений пар x,yBijection.UpdateBijection. update(BiFunction<X,Y,Pair<X,Y>> fn)Обновление ассоциаций.Bijection.UpdateBijection. update(BiFunction<X,Y,Pair<X,Y>> fn, boolean strong)Обновление ассоциаций -
Uses of Pair in xyz.cofe.collection.graph
Fields in xyz.cofe.collection.graph with type parameters of type Pair Modifier and Type Field Description protected NodesExtracter<N,Pair<N,E>>GraphIterator. followФункция извлечения исходящих/следующих верших из указанной вершиныMethods in xyz.cofe.collection.graph that return types with arguments of type Pair Modifier and Type Method Description NodesExtracter<N,Pair<N,E>>GraphIterator. getFollow()Функция извлечения исходящих/следующих верших из указанной вершиныNodesExtracter<N,Pair<N,E>>GraphIterator.StoredState. getFollow()Функция извлечения исходящих/следующих верших из указанной вершиныConstructor parameters in xyz.cofe.collection.graph with type arguments of type Pair Constructor 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)Конструктор. -
Uses of Pair in xyz.cofe.fn
Methods in xyz.cofe.fn that return Pair Modifier and Type Method Description default Pair<A,B>Pair. apply(BiConsumer<A,B> consumer)Передает значения элементов в функциюstatic <A,B>
Pair<A,B>Pair. of(A a, B b)Врзвращает пару -
Uses of Pair in xyz.cofe.iter
Fields in xyz.cofe.iter declared as Pair Modifier and Type Field Description protected Pair<A,B>BiProductIterator. fetchedMethods in xyz.cofe.iter that return Pair Modifier and Type Method Description protected Pair<A,B>BiProductIterator. fetch()Pair<A,B>BiProductIterator. next()protected Pair<B,Boolean>BiProductIterator. nextB()Methods in xyz.cofe.iter that return types with arguments of type Pair Modifier and Type Method Description Iterator<Pair<A,B>>BiProductIterable. iterator()default <B> Eterable<Pair<A,B>>Eterable. product(Iterable<B> source)Декартово произведение -
Uses of Pair in xyz.cofe.scn
Methods in xyz.cofe.scn that return Pair Modifier and Type Method Description static <OWNER extends LongScn<OWNER,CAUSE>,CAUSE>
Pair<Long,Long>LongScnImpl. incScn(LongScn<OWNER,CAUSE> inst)Увеличение счетчика измененийdefault Pair<Long,Long>LongScn. nextscn()Получение следующего номера SCNdefault <CAUSE> Pair<Long,Long>LongScn. nextscn(CAUSE cause)Получение следующего номера SCN
-