From 71a9120b8fc9f8771b603d195128a623b02a6554 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 18 May 2006 19:55:51 +0000 Subject: Added tutorial page for collections. --- framework/Collections/TList.php | 2 +- framework/Collections/TMap.php | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'framework/Collections') diff --git a/framework/Collections/TList.php b/framework/Collections/TList.php index 244eab0f..5b27a02e 100644 --- a/framework/Collections/TList.php +++ b/framework/Collections/TList.php @@ -30,7 +30,7 @@ * to determine the number of items in the list. * * To extend TList by doing additional operations with each addition or removal - * operations, override {@link insertAt()}, and {@link removeAt()}. + * operation, override {@link insertAt()}, and {@link removeAt()}. * * @author Qiang Xue * @version $Revision: $ $Date: $ diff --git a/framework/Collections/TMap.php b/framework/Collections/TMap.php index 85da4f3c..28508e1d 100644 --- a/framework/Collections/TMap.php +++ b/framework/Collections/TMap.php @@ -28,11 +28,6 @@ * Note, count($map) will always return 1. You should use {@link getCount()} * to determine the number of items in the map. * - * To extend TMap by doing additional operations with each added or removed item, - * you can override {@link addedItem} and {@link removedItem}. - * You can also override {@link canAddItem} and {@link canRemoveItem} to - * control whether to add or remove a particular item. - * * @author Qiang Xue * @version $Revision: $ $Date: $ * @package System.Collections -- cgit v1.2.3