Uses of Class org.apache.commons.collections.list.CursorableLinkedList.Cursor

Uses in package org.apache.commons.collections.list

Classes derived from org.apache.commons.collections.list.CursorableLinkedList.Cursor

class
A cursor for the sublist based on LinkedSubListIterator.

Methods with parameter type org.apache.commons.collections.list.CursorableLinkedList.Cursor

void
Registers a cursor to be notified of changes to this list.
void
Deregisters a cursor from the list to be notified of changes.

Methods with return type org.apache.commons.collections.list.CursorableLinkedList.Cursor

CursorableLinkedList.Cursor
Returns a CursorableLinkedList.Cursor for iterating through the elements of this list.
CursorableLinkedList.Cursor
Returns a CursorableLinkedList.Cursor for iterating through the elements of this list starting from a specified index.

Copyright © 2001-2015 Apache Software Foundation. All Rights Reserved.