Uses of Interface
xyz.cofe.collection.IndexSet
| Package | Description |
|---|---|
| xyz.cofe.collection |
Коллекции с поддержкой уведомлений.
|
-
Uses of IndexSet in xyz.cofe.collection
Classes in xyz.cofe.collection that implement IndexSet Modifier and Type Class Description classIndexSetBasic<A extends java.lang.Comparable<A>>Список содежащий уникальные элементы, отсортированные в порядке возрастанияMethods in xyz.cofe.collection that return IndexSet Modifier and Type Method Description IndexSet<A>IndexSet. append(A... a)Добавление элемента в списокIndexSet<A>IndexSetBasic. append(A... items)Methods in xyz.cofe.collection with parameters of type IndexSet Modifier and Type Method Description voidIndexSet. add(IndexSet<A> adds, java.util.function.BiConsumer<java.lang.Integer,A> added)Добавление элементов в списокvoidIndexSetBasic. add(IndexSet<A> adds, java.util.function.BiConsumer<java.lang.Integer,A> added)voidIndexSet. remove(IndexSet<A> removes, java.util.function.BiConsumer<java.lang.Integer,A> removed)Удаление элементов из списокаvoidIndexSetBasic. remove(IndexSet<A> removes, java.util.function.BiConsumer<java.lang.Integer,A> removed)