mirror of
https://github.com/apache/commons-collections.git
synced 2025-03-03 07:19:21 +00:00
Add deprecation indicator to sub list
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@404858 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c51dc2bb95
commit
e13c0688a5
@ -1194,6 +1194,10 @@ public class CursorableLinkedList implements List, Serializable {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use new version in list subpackage, which has been rewritten
|
||||
* and now returns the cursor from the listIterator method. Will be removed in v4.0
|
||||
*/
|
||||
class CursorableSubList extends CursorableLinkedList implements List {
|
||||
|
||||
//--- constructors -----------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user