Package-level declarations
Types
Represents KoneIterable that can be iterated by KoneExtendableIterator.
Represents a KoneIterator that can add element right after its pointer.
Represents KoneIterable that can be iterated by KoneExtendableLinearIterator.
Represents KoneLinearIterator and KoneReversibleExtendableIterator at the same time.
Represents a finite collection of elements with described size and iteration over it.
Represents an iterator over some elements (maybe even infinite number of elements) in some (maybe temporary) order.
Represents KoneIterable that can be iterated by KoneLinearIterator.
Represents a KoneReversibleIterator over some set of elements that has permanent order on the elements and permanent indices of the elements.
Represents KoneIterable that can be iterated by KoneMutableIterator.
Represents a KoneIterator that can add, set, and remove the next element.
Represents KoneIterable that can be iterated by KoneMutableLinearIterator.
Represents KoneLinearIterator and KoneReversibleMutableIterator at the same time.
Represents KoneIterable that can be iterated by KoneRemovableIterator.
Represents a KoneIterator that can remove the next element if it's present.
Represents KoneIterable that can be iterated by KoneRemovableLinearIterator.
Represents KoneLinearIterator and KoneReversibleRemovableIterator at the same time.
Represents KoneIterable that can be iterated by KoneReversibleExtendableIterator.
Represents a KoneReversibleIterator that can add element right after and right before its pointer.
Represents KoneIterable that can be iterated by KoneReversibleIterator.
Represents an KoneIterator that can iterate over the elements in both directions, forward and backward.
Represents KoneIterable that can be iterated by KoneReversibleMutableIterator.
Represents a KoneReversibleIterator that can add, set, and remove both the next and the previous elements.
Represents KoneIterable that can be iterated by KoneReversibleRemovableIterator.
Represents a KoneReversibleIterator that can remove the next and the previous elements if they're present.
Represents KoneIterable that can be iterated by KoneReversibleSettableIterator.
Represents a KoneReversibleIterator that can change value of the next element and the previous element if they're present.
Represents KoneIterable that can be iterated by KoneSettableIterator.
Represents a KoneIterator that can change value of the next element if it's present.
Represents KoneIterable that can be iterated by KoneSettableLinearIterator.
Represents KoneLinearIterator and KoneReversibleSettableIterator at the same time.