Package-level declarations
Types
Represents exception that is thrown when user tries to overflow a data structure with fixed capacity.
Represents exception that is thrown when user tries to change detached node's properties.
Represents disposable structure that is optimised for GC when is disposed.
Represents exception that is thrown when user tries to use disposed object.
Represents exception that is thrown when user tries to get some nodded data structure's node that matches given conditions but there is no such element.
Represents exception that is thrown when user tries to get element that matches the provided predicate but there is no such element.
Represents exception that is thrown when user tries to get, set, remove, or bypass the next or the previous non-existent element.
Represents exception that is thrown when user tries to get some KoneMap instance's element that matches the provided key but there is no such element.
Functions
Throws CapacityOverflowException with message including provided capacity.
Throws DetachedNodeException with the provided message describing that the node is already detached and doesn't support used operation.
Throws DisposedInstanceException with the provided message describing that the object is already disposed and doesn't support used operation.
Throws IndexOutOfBoundsException with message including provided index and size.
Throws NoCorrespondingNodeException with provided message.
Throws NoElementMatchingThePredicateException with the provided message describing that there is no element matching the predicate.
Throws NoMatchingKeyException with message including provided key.
Throws NoFollowingElementInIteratorException with the provided message describing that there is no next element.
Throws NoFollowingElementInIteratorException with the provided message describing that there is no previous element.