Uses of Interface
xyz.cofe.collection.IndexSet
-
Packages that use 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 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, BiConsumer<Integer,A> added)Добавление элементов в списокvoidIndexSetBasic. add(IndexSet<A> adds, BiConsumer<Integer,A> added)voidIndexSet. remove(IndexSet<A> removes, BiConsumer<Integer,A> removed)Удаление элементов из списокаvoidIndexSetBasic. remove(IndexSet<A> removes, BiConsumer<Integer,A> removed)
-