Uses of Interface
xyz.cofe.fn.Triple
| Package | Description |
|---|---|
| xyz.cofe.collection |
Коллекции с поддержкой уведомлений.
|
| xyz.cofe.fn |
Функциональные интерфейсы
|
-
Uses of Triple in xyz.cofe.collection
Methods in xyz.cofe.collection that return types with arguments of type Triple Modifier and Type Method Description static <A extends Tree<A>>
java.util.List<Triple<java.lang.Integer,A,A>>TreeImpl. append(A tree, A... nodes)static <A extends Tree<A>>
java.util.List<Triple<java.lang.Integer,A,A>>TreeImpl. insert(Tree<A> tree, int index, A... nodes)static <A extends Tree<A>>
java.util.List<Triple<java.lang.Integer,A,A>>TreeImpl. insert(Tree<A> tree, int index, java.lang.Iterable<A> nodes)static <A extends Tree<A>>
java.util.List<Triple<java.lang.Integer,A,A>>TreeImpl. set(Tree<A> tree, int index, A... values)static <A extends Tree<A>>
java.util.List<Triple<java.lang.Integer,A,A>>TreeImpl. set(Tree<A> tree, int index, java.lang.Iterable<A> values)Method parameters in xyz.cofe.collection with type arguments of type Triple Modifier and Type Method Description static <A extends Tree<A>>
voidTreeImpl. append(A tree, A[] nodes, java.util.function.Consumer<Triple<java.lang.Integer,A,A>> added)static <A extends Tree<A>>
voidTreeImpl. append(A tree, java.lang.Iterable<A> nodes, java.util.function.Consumer<Triple<java.lang.Integer,A,A>> added)static <A extends Tree<A>>
voidTreeImpl. clear(Tree<A> tree, java.util.function.Consumer<Triple<java.lang.Integer,A,A>> deleted)static <A extends Tree<A>>
voidTreeImpl. deleteByIndex(Tree<A> tree, int[] index, java.util.function.Consumer<Triple<java.lang.Integer,A,A>> deleted)static <A extends Tree<A>>
voidTreeImpl. deleteByIndex(Tree<A> tree, java.lang.Iterable<java.lang.Integer> index, java.util.function.Consumer<Triple<java.lang.Integer,A,A>> deleted)static <A extends Tree<A>>
voidTreeImpl. deleteByValue(Tree<A> tree, A[] value, java.util.function.Consumer<Triple<java.lang.Integer,A,A>> deleted)static <A extends Tree<A>>
voidTreeImpl. deleteByValue(Tree<A> tree, java.lang.Iterable<A> value, java.util.function.Consumer<Triple<java.lang.Integer,A,A>> deleted)static <A extends Tree<A>>
voidTreeImpl. insert(Tree<A> tree, int index, A[] nodes, java.util.function.Consumer<Triple<java.lang.Integer,A,A>> added)static <A extends Tree<A>>
voidTreeImpl. insert(Tree<A> tree, int index, java.lang.Iterable<A> nodes, java.util.function.Consumer<Triple<java.lang.Integer,A,A>> added)static <A extends UpTree<A>>
voidUpTreeImpl. postInsert(UpTree<A> ut, A node, java.util.List<Triple<java.lang.Integer,A,A>> added)static <A extends Tree<A>>
voidTreeImpl. set(Tree<A> tree, int index, A[] values, java.util.function.Consumer<Triple<java.lang.Integer,A,A>> added)static <A extends Tree<A>>
voidTreeImpl. set(Tree<A> tree, int index, java.lang.Iterable<A> values, java.util.function.Consumer<Triple<java.lang.Integer,A,A>> added) -
Uses of Triple in xyz.cofe.fn
Methods in xyz.cofe.fn that return Triple Modifier and Type Method Description static <A, B, C> Triple<A,B,C>Triple. of(A a, B b, C c)Cоздание 3ки параметров