Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 52726 invoked from network); 10 Apr 2002 16:35:44 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 10 Apr 2002 16:35:44 -0000 Received: (qmail 23226 invoked by uid 97); 10 Apr 2002 16:35:24 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 23163 invoked by uid 97); 10 Apr 2002 16:35:23 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 23152 invoked by uid 97); 10 Apr 2002 16:35:22 -0000 Date: 10 Apr 2002 16:35:17 -0000 Message-ID: <20020410163517.71880.qmail@icarus.apache.org> From: morgand@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/docs/collections/api/org/apache/commons/collections/comparators ComparableComparator.html ComparatorChain.html ReverseComparator.html package-frame.html package-summary.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N morgand 02/04/10 09:35:16 Modified: docs/collections/api allclasses-frame.html index-all.html index.html overview-frame.html overview-summary.html packages.html serialized-form.html docs/collections/api/org/apache/commons/collections ArrayIterator.html ArrayStack.html Bag.html BeanMap.MyMapEntry.html BeanMap.html BinaryHeap.html Closure.html CollectionUtils.html CursorableLinkedList.Cursor.html CursorableLinkedList.html DefaultMapBag.html DefaultMapEntry.html DoubleOrderedMap.html EnumerationIterator.html ExtendedProperties.html FastArrayList.html FastHashMap.html FastTreeMap.html FilterIterator.html FilterListIterator.html HashBag.html IteratorEnumeration.html LRUMap.html MapUtils.html MultiHashMap.html MultiMap.html Predicate.html PriorityQueue.html ProxyIterator.html ProxyListIterator.html ProxyMap.html SequencedHashMap.html SingletonIterator.html SoftRefHashMap.html SortedBag.html StringStack.html SynchronizedPriorityQueue.html TransformIterator.html Transformer.html TreeBag.html package-frame.html package-summary.html docs/collections/api/org/apache/commons/collections/comparators ComparableComparator.html ComparatorChain.html ReverseComparator.html package-frame.html package-summary.html Log: remove post-2.0 collections Revision Changes Path 1.3 +4 -8 jakarta-commons/docs/collections/api/allclasses-frame.html Index: allclasses-frame.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/allclasses-frame.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- allclasses-frame.html 10 Apr 2002 16:22:18 -0000 1.2 +++ allclasses-frame.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + All Classes @@ -15,7 +15,9 @@ - 1.3 +90 -97 jakarta-commons/docs/collections/api/index-all.html Index: index-all.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/index-all.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index-all.html 10 Apr 2002 16:22:18 -0000 1.2 +++ index-all.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Index @@ -45,6 +45,10 @@

A

+
AbstractBag - class org.apache.commons.collections.AbstractBag.
This class provides a skeletal implementation of the Bag + interface to minimize the effort required for target implementations.
AbstractBag() - +Constructor for class org.apache.commons.collections.AbstractBag +
 
add(int, Object) - Method in class org.apache.commons.collections.FastArrayList
Insert the specified element at the specified position in this list, @@ -67,8 +71,8 @@
add(Object) - Method in interface org.apache.commons.collections.Bag
Add the given object to the bag and keep a count. -
add(Object) - -Method in class org.apache.commons.collections.ListIteratorWrapper +
add(Object) - +Method in class org.apache.commons.collections.AbstractBag
 
add(Object) - Method in class org.apache.commons.collections.CursorableLinkedList @@ -83,6 +87,9 @@ Method in interface org.apache.commons.collections.Bag
Add i copies of the given object to the bag and keep a count. +
add(Object, int) - +Method in class org.apache.commons.collections.AbstractBag +
 
add(String) - Method in class org.apache.commons.collections.StringStack
Adds the String to the collection if it does not already @@ -95,6 +102,9 @@
addAll(Collection) - Method in class org.apache.commons.collections.DefaultMapBag
  +
addAll(Collection) - +Method in class org.apache.commons.collections.AbstractBag +
 
addAll(Collection) - Method in class org.apache.commons.collections.CursorableLinkedList
Appends all of the elements in the specified collection to the end of @@ -133,9 +143,6 @@
addFirst(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
Inserts the specified element at the beginning of this list. -
addIterator(Iterator) - -Method in class org.apache.commons.collections.IteratorChain -
Add an Iterator to the end of the chain
addLast(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
Inserts the specified element at the end of this list. @@ -220,6 +227,10 @@ Method in class org.apache.commons.collections.DefaultMapBag
Actually walks the bag to make sure the count is correct and resets the running total +
calcTotalSize() - +Method in class org.apache.commons.collections.AbstractBag +
Actually walks the bag to make sure the count is correct and + resets the running total
cardinality(Object, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
Returns the number of occurrences of obj @@ -242,6 +253,9 @@
clear() - Method in class org.apache.commons.collections.MultiHashMap
  +
clear() - +Method in class org.apache.commons.collections.AbstractBag +
 
clear() - Method in class org.apache.commons.collections.FastTreeMap
Remove all mappings from this map. @@ -380,6 +394,9 @@
contains(Object) - Method in class org.apache.commons.collections.DefaultMapBag
  +
contains(Object) - +Method in class org.apache.commons.collections.AbstractBag +
 
contains(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
Returns true if this list contains the specified element. @@ -390,6 +407,10 @@ Method in class org.apache.commons.collections.DefaultMapBag
Returns true if the bag contains all elements in the given collection, respecting cardinality. +
containsAll(Bag) - +Method in class org.apache.commons.collections.AbstractBag +
Returns true if the bag contains all elements in + the given collection, respecting cardinality.
containsAll(Collection) - Method in class org.apache.commons.collections.FastArrayList
Return true if this list contains all of the elements @@ -401,6 +422,9 @@ Method in interface org.apache.commons.collections.Bag
Returns true if the bag contains all elements in the given collection, respecting cardinality. +
containsAll(Collection) - +Method in class org.apache.commons.collections.AbstractBag +
 
containsAll(Collection) - Method in class org.apache.commons.collections.CursorableLinkedList
Returns true if this list contains all of the elements of the @@ -469,12 +493,6 @@
createWriteMethodArguments(Method, Object) - Method in class org.apache.commons.collections.BeanMap
  -
currentIterator - -Variable in class org.apache.commons.collections.IteratorChain -
  -
currentIteratorIndex - -Variable in class org.apache.commons.collections.IteratorChain -
 
cursor() - Method in class org.apache.commons.collections.CursorableLinkedList
Returns a ListIterator for iterating through the @@ -598,6 +616,9 @@
equals(Object) - Method in class org.apache.commons.collections.DefaultMapBag
  +
equals(Object) - +Method in class org.apache.commons.collections.AbstractBag +
 
equals(Object) - Method in class org.apache.commons.collections.FastTreeMap
Compare the specified object with this list for equality. @@ -832,6 +853,9 @@ Method in interface org.apache.commons.collections.Bag
Return the number of occurrences (cardinality) of the given object currently in the bag. +
getCount(Object) - +Method in class org.apache.commons.collections.AbstractBag +
 
getDouble(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
  @@ -915,12 +939,12 @@
getInteger(String, Integer) - Method in class org.apache.commons.collections.ExtendedProperties
Get a int associated with the given configuration key. -
getIterator() - -Method in class org.apache.commons.collections.ProxyIterator -
Getter for property iterator.
getIterator() - Method in class org.apache.commons.collections.IteratorEnumeration
  +
getIterator() - +Method in class org.apache.commons.collections.ProxyIterator +
Getter for property iterator.
getIterator(Object) - Static method in class org.apache.commons.collections.CollectionUtils
Returns an Iterator for the given object. @@ -976,6 +1000,10 @@ Method in class org.apache.commons.collections.DefaultMapBag
Utility method for implementations to access the map that backs this bag. +
getMap() - +Method in class org.apache.commons.collections.AbstractBag +
Utility method for implementations to access the map that backs + this bag.
getMap() - Method in class org.apache.commons.collections.SoftRefHashMap
Retrieves the wrapped HashMap @@ -1101,6 +1129,9 @@
hashCode() - Method in class org.apache.commons.collections.DefaultMapBag
  +
hashCode() - +Method in class org.apache.commons.collections.AbstractBag +
 
hashCode() - Method in class org.apache.commons.collections.FastTreeMap
Return the hash code value for this map. @@ -1131,19 +1162,12 @@
hasNext() - Method in class org.apache.commons.collections.FilterListIterator
  -
hasNext() - -Method in class org.apache.commons.collections.IteratorChain -
Return true if any Iterator in the IteratorChain has a remaining - element.
hasNext() - Method in class org.apache.commons.collections.ProxyIterator
 
hasNext() - Method in class org.apache.commons.collections.FilterIterator
  -
hasNext() - -Method in class org.apache.commons.collections.ListIteratorWrapper -
 
hasNext() - Method in class org.apache.commons.collections.SingletonIterator
  @@ -1156,9 +1180,6 @@
hasPrevious() - Method in class org.apache.commons.collections.FilterListIterator
  -
hasPrevious() - -Method in class org.apache.commons.collections.ListIteratorWrapper -
 
headMap(Object) - Method in class org.apache.commons.collections.FastTreeMap
Return a view of the portion of this map whose keys are strictly @@ -1232,6 +1253,9 @@
isEmpty() - Method in interface org.apache.commons.collections.PriorityQueue
Test if queue is empty. +
isEmpty() - +Method in class org.apache.commons.collections.AbstractBag +
 
isEmpty() - Method in class org.apache.commons.collections.FastTreeMap
Test if this list has no elements. @@ -1267,16 +1291,9 @@ Method in class org.apache.commons.collections.ExtendedProperties
Indicate to client code whether property resources have been initialized or not. -
isLocked - -Variable in class org.apache.commons.collections.IteratorChain -
 
isLocked - Variable in class org.apache.commons.collections.comparators.ComparatorChain
  -
isLocked() - -Method in class org.apache.commons.collections.IteratorChain -
Determine if modifications can still be made to the - IteratorChain.
isLocked() - Method in class org.apache.commons.collections.comparators.ComparatorChain
Determine if modifications can still be made to the @@ -1308,23 +1325,12 @@ Method in interface org.apache.commons.collections.Bag
Returns an Iterator over the entire set of members, including copies due to cardinality. +
iterator() - +Method in class org.apache.commons.collections.AbstractBag +
 
iterator() - Method in class org.apache.commons.collections.CursorableLinkedList
Returns a fail-fast iterator. -
iteratorChain - -Variable in class org.apache.commons.collections.IteratorChain -
  -
IteratorChain - class org.apache.commons.collections.IteratorChain.
An IteratorChain is an Iterator that wraps one or - more Iterators.
IteratorChain() - -Constructor for class org.apache.commons.collections.IteratorChain -
Construct an IteratorChain with no Iterators. -
IteratorChain(Iterator) - -Constructor for class org.apache.commons.collections.IteratorChain -
Construct an IteratorChain with a single Iterator. -
IteratorChain(List) - -Constructor for class org.apache.commons.collections.IteratorChain -
Construct an IteratorChain from the Iterators in the - List.
IteratorEnumeration - class org.apache.commons.collections.IteratorEnumeration.
Adapter to make an Iterator instance appear to be an Enumeration instances
IteratorEnumeration() - Constructor for class org.apache.commons.collections.IteratorEnumeration
  @@ -1393,9 +1399,6 @@
lastKey() - Method in class org.apache.commons.collections.FastTreeMap
Return the last (highest) key currently in this sorted map. -
lastUsedIterator - -Variable in class org.apache.commons.collections.IteratorChain -
 
list - Variable in class org.apache.commons.collections.FastArrayList
The underlying list we are managing. @@ -1421,11 +1424,6 @@
listIterator(int) - Method in class org.apache.commons.collections.CursorableLinkedList
Returns a fail-fast ListIterator. -
ListIteratorWrapper - class org.apache.commons.collections.ListIteratorWrapper.
As the wrapped Iterator is traversed, ListIteratorWrapper - builds a LinkedList of its values, permitting all required - operations of ListIterator.
ListIteratorWrapper(Iterator) - -Constructor for class org.apache.commons.collections.ListIteratorWrapper -
 
load(InputStream) - Method in class org.apache.commons.collections.ExtendedProperties
Load the properties from the given input stream. @@ -1507,21 +1505,15 @@
next() - Method in class org.apache.commons.collections.FilterListIterator
  -
next() - -Method in class org.apache.commons.collections.IteratorChain -
Returns the next Object of the current Iterator
next() - Method in class org.apache.commons.collections.ProxyIterator
  -
next() - -Method in class org.apache.commons.collections.FilterIterator -
  -
next() - -Method in class org.apache.commons.collections.ListIteratorWrapper -
 
next() - Method in class org.apache.commons.collections.TransformIterator
  +
next() - +Method in class org.apache.commons.collections.FilterIterator +
 
next() - Method in class org.apache.commons.collections.SingletonIterator
  @@ -1537,9 +1529,6 @@
nextIndex() - Method in class org.apache.commons.collections.FilterListIterator
  -
nextIndex() - -Method in class org.apache.commons.collections.ListIteratorWrapper -
 
nextIndex() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
  @@ -1606,18 +1595,12 @@
previous() - Method in class org.apache.commons.collections.FilterListIterator
  -
previous() - -Method in class org.apache.commons.collections.ListIteratorWrapper -
 
previousIndex() - Method in class org.apache.commons.collections.ProxyListIterator
 
previousIndex() - Method in class org.apache.commons.collections.FilterListIterator
  -
previousIndex() - -Method in class org.apache.commons.collections.ListIteratorWrapper -
 
previousIndex() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
  @@ -1727,10 +1710,6 @@
remove() - Method in class org.apache.commons.collections.FilterListIterator
Not supported. -
remove() - -Method in class org.apache.commons.collections.IteratorChain -
Removes from the underlying collection the last element - returned by the Iterator.
remove() - Method in class org.apache.commons.collections.ProxyIterator
  @@ -1738,9 +1717,6 @@ Method in class org.apache.commons.collections.FilterIterator
Always throws UnsupportedOperationException as this class does look-ahead with its internal iterator. -
remove() - -Method in class org.apache.commons.collections.ListIteratorWrapper -
 
remove() - Method in class org.apache.commons.collections.SingletonIterator
  @@ -1772,6 +1748,9 @@ Method in interface org.apache.commons.collections.Bag
Remove all occurrences of the given object from the bag, and do not represent the object in the Bag.uniqueSet(). +
remove(Object) - +Method in class org.apache.commons.collections.AbstractBag +
 
remove(Object) - Method in class org.apache.commons.collections.FastTreeMap
Remove any mapping for this key, and return any previously @@ -1798,6 +1777,9 @@
remove(Object, int) - Method in interface org.apache.commons.collections.Bag
Remove the given number of occurrences from the bag. +
remove(Object, int) - +Method in class org.apache.commons.collections.AbstractBag +
 
remove(Object, Object) - Method in class org.apache.commons.collections.MultiHashMap
  @@ -1815,6 +1797,9 @@ Method in interface org.apache.commons.collections.Bag
Remove all elements represented in the given collection, respecting cardinality. +
removeAll(Collection) - +Method in class org.apache.commons.collections.AbstractBag +
 
removeAll(Collection) - Method in class org.apache.commons.collections.CursorableLinkedList
Removes from this list all the elements that are contained in the @@ -1839,6 +1824,10 @@ Method in class org.apache.commons.collections.DefaultMapBag
Remove any members of the bag that are not in the given bag, respecting cardinality. +
retainAll(Bag) - +Method in class org.apache.commons.collections.AbstractBag +
Remove any members of the bag that are not in the given + bag, respecting cardinality.
retainAll(Collection) - Method in class org.apache.commons.collections.FastArrayList
Remove from this collection all of its elements except those that are @@ -1850,6 +1839,9 @@ Method in interface org.apache.commons.collections.Bag
Remove any members of the bag that are not in the given collection, respecting cardinality. +
retainAll(Collection) - +Method in class org.apache.commons.collections.AbstractBag +
 
retainAll(Collection) - Method in class org.apache.commons.collections.CursorableLinkedList
Retains only the elements in this list that are contained in the @@ -1924,9 +1916,6 @@
set(Object) - Method in class org.apache.commons.collections.FilterListIterator
Not supported. -
set(Object) - -Method in class org.apache.commons.collections.ListIteratorWrapper -
 
setArray(Object) - Method in class org.apache.commons.collections.ArrayIterator
Changes the array that the ArrayIterator should iterate over. @@ -1960,15 +1949,12 @@
setInclude(String) - Method in class org.apache.commons.collections.ExtendedProperties
Sets the property value for including other properties files. -
setIterator(int, Iterator) - -Method in class org.apache.commons.collections.IteratorChain -
Replace the Iterator at the given index -
setIterator(Iterator) - -Method in class org.apache.commons.collections.ProxyIterator -
Setter for property iterator.
setIterator(Iterator) - Method in class org.apache.commons.collections.IteratorEnumeration
  +
setIterator(Iterator) - +Method in class org.apache.commons.collections.ProxyIterator +
Setter for property iterator.
setKey(Object) - Method in class org.apache.commons.collections.DefaultMapEntry
  @@ -1979,6 +1965,10 @@ Method in class org.apache.commons.collections.DefaultMapBag
Utility method for implementations to set the map that backs this bag. +
setMap(Map) - +Method in class org.apache.commons.collections.AbstractBag +
Utility method for implementations to set the map that backs + this bag.
setMaximumSize(int) - Method in class org.apache.commons.collections.LRUMap
Setter for property maximumSize. @@ -2022,9 +2012,9 @@
size() - Method in interface org.apache.commons.collections.Bag
Returns the total number of items in the bag across all types. -
size() - -Method in class org.apache.commons.collections.IteratorChain -
Number of Iterators in the current IteratorChain. +
size() - +Method in class org.apache.commons.collections.AbstractBag +
 
size() - Method in class org.apache.commons.collections.FastTreeMap
Return the number of key-value mappings in this map. @@ -2105,6 +2095,9 @@
toArray() - Method in class org.apache.commons.collections.DefaultMapBag
  +
toArray() - +Method in class org.apache.commons.collections.AbstractBag +
 
toArray() - Method in class org.apache.commons.collections.CursorableLinkedList
Returns an array containing all of the elements in this list in proper @@ -2116,6 +2109,9 @@
toArray(Object[]) - Method in class org.apache.commons.collections.DefaultMapBag
  +
toArray(Object[]) - +Method in class org.apache.commons.collections.AbstractBag +
 
toArray(Object[]) - Method in class org.apache.commons.collections.CursorableLinkedList
Returns an array containing all of the elements in this list in proper @@ -2186,9 +2182,6 @@ Static method in class org.apache.commons.collections.CollectionUtils
Returns a Collection containing the union of the given Collections. -
UniqueFilterIterator - class org.apache.commons.collections.UniqueFilterIterator.
A FilterIterator which only returns "unique" Objects.
UniqueFilterIterator(Iterator) - -Constructor for class org.apache.commons.collections.UniqueFilterIterator -
 
uniqueSet() - Method in class org.apache.commons.collections.DefaultMapBag
  @@ -2196,13 +2189,13 @@ Method in interface org.apache.commons.collections.Bag
The Set of unique members that represent all members in the bag. +
uniqueSet() - +Method in class org.apache.commons.collections.AbstractBag +
 
unregisterCursor(CursorableLinkedList.Cursor) - Method in class org.apache.commons.collections.CursorableLinkedList
Removes a CursorableLinkedList.Cursor from the set of cursors to be notified of changes to this list. -
updateCurrentIterator() - -Method in class org.apache.commons.collections.IteratorChain -
 

1.3 +1 -1 jakarta-commons/docs/collections/api/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.html 10 Apr 2002 16:22:18 -0000 1.2 +++ index.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package 1.2 +1 -1 jakarta-commons/docs/collections/api/overview-frame.html Index: overview-frame.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/overview-frame.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- overview-frame.html 10 Apr 2002 16:22:18 -0000 1.1 +++ overview-frame.html 10 Apr 2002 16:35:14 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Overview 1.3 +1 -1 jakarta-commons/docs/collections/api/overview-summary.html Index: overview-summary.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/overview-summary.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- overview-summary.html 10 Apr 2002 16:22:18 -0000 1.2 +++ overview-summary.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Overview 1.3 +1 -1 jakarta-commons/docs/collections/api/packages.html Index: packages.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/packages.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- packages.html 10 Apr 2002 16:22:18 -0000 1.2 +++ packages.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package 1.3 +1 -1 jakarta-commons/docs/collections/api/serialized-form.html Index: serialized-form.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/serialized-form.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- serialized-form.html 10 Apr 2002 16:22:18 -0000 1.2 +++ serialized-form.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Serialized Form 1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/ArrayIterator.html Index: ArrayIterator.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/ArrayIterator.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ArrayIterator.html 10 Apr 2002 16:22:19 -0000 1.2 +++ ArrayIterator.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class ArrayIterator @@ -70,7 +70,7 @@ Implements an Iterator over an array of objects.

-
Version:
$Revision: 1.2 $
+
Version:
$Revision: 1.3 $
Author:
James Strachan, Mauricio S. Moura, Michael A. Smith

1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/ArrayStack.html Index: ArrayStack.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/ArrayStack.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ArrayStack.html 10 Apr 2002 16:22:19 -0000 1.2 +++ ArrayStack.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class ArrayStack @@ -80,7 +80,7 @@ worry about multiple thread contention.

-
Version:
$Revision: 1.2 $ $Date: 2002/04/10 16:22:19 $
+
Version:
$Revision: 1.3 $ $Date: 2002/04/10 16:35:14 $
Author:
Craig R. McClanahan
See Also:
Stack, Serialized Form

1.2 +2 -2 jakarta-commons/docs/collections/api/org/apache/commons/collections/Bag.html Index: Bag.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/Bag.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Bag.html 10 Apr 2002 16:22:19 -0000 1.1 +++ Bag.html 10 Apr 2002 16:35:14 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Interface Bag @@ -61,7 +61,7 @@
All Known Subinterfaces:
SortedBag
-
All Known Implementing Classes:
DefaultMapBag, HashBag, TreeBag
+
All Known Implementing Classes:
DefaultMapBag, HashBag, AbstractBag, TreeBag

1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/BeanMap.MyMapEntry.html Index: BeanMap.MyMapEntry.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/BeanMap.MyMapEntry.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- BeanMap.MyMapEntry.html 10 Apr 2002 16:22:19 -0000 1.1 +++ BeanMap.MyMapEntry.html 10 Apr 2002 16:35:14 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class BeanMap.MyMapEntry 1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/BeanMap.html Index: BeanMap.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/BeanMap.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- BeanMap.html 10 Apr 2002 16:22:19 -0000 1.2 +++ BeanMap.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class BeanMap 1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/BinaryHeap.html Index: BinaryHeap.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/BinaryHeap.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- BinaryHeap.html 10 Apr 2002 16:22:19 -0000 1.2 +++ BinaryHeap.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class BinaryHeap 1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/Closure.html Index: Closure.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/Closure.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Closure.html 10 Apr 2002 16:22:19 -0000 1.2 +++ Closure.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Interface Closure 1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/CollectionUtils.html Index: CollectionUtils.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/CollectionUtils.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- CollectionUtils.html 10 Apr 2002 16:22:19 -0000 1.2 +++ CollectionUtils.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class CollectionUtils @@ -67,7 +67,7 @@ A set of Collection related utility methods.

-
Version:
$Id: CollectionUtils.html,v 1.2 2002/04/10 16:22:19 morgand Exp $
+
Version:
$Id: CollectionUtils.html,v 1.3 2002/04/10 16:35:14 morgand Exp $
Author:
Rodney Waldhoff

1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/CursorableLinkedList.Cursor.html Index: CursorableLinkedList.Cursor.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/CursorableLinkedList.Cursor.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- CursorableLinkedList.Cursor.html 10 Apr 2002 16:22:19 -0000 1.2 +++ CursorableLinkedList.Cursor.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class CursorableLinkedList.Cursor 1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/CursorableLinkedList.html Index: CursorableLinkedList.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/CursorableLinkedList.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- CursorableLinkedList.html 10 Apr 2002 16:22:19 -0000 1.2 +++ CursorableLinkedList.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class CursorableLinkedList @@ -79,7 +79,7 @@ Note that this implementation is not synchronized.

-
Version:
$Id: CursorableLinkedList.html,v 1.2 2002/04/10 16:22:19 morgand Exp $
+
Version:
$Id: CursorableLinkedList.html,v 1.3 2002/04/10 16:35:14 morgand Exp $
Author:
Rodney Waldhoff
See Also:
LinkedList, Serialized Form

1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/DefaultMapBag.html Index: DefaultMapBag.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/DefaultMapBag.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- DefaultMapBag.html 10 Apr 2002 16:22:20 -0000 1.1 +++ DefaultMapBag.html 10 Apr 2002 16:35:14 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class DefaultMapBag 1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/DefaultMapEntry.html Index: DefaultMapEntry.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/DefaultMapEntry.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- DefaultMapEntry.html 10 Apr 2002 16:22:20 -0000 1.2 +++ DefaultMapEntry.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class DefaultMapEntry 1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/DoubleOrderedMap.html Index: DoubleOrderedMap.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/DoubleOrderedMap.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- DoubleOrderedMap.html 10 Apr 2002 16:22:20 -0000 1.1 +++ DoubleOrderedMap.html 10 Apr 2002 16:35:14 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class DoubleOrderedMap 1.3 +2 -2 jakarta-commons/docs/collections/api/org/apache/commons/collections/EnumerationIterator.html Index: EnumerationIterator.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/EnumerationIterator.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- EnumerationIterator.html 10 Apr 2002 16:22:20 -0000 1.2 +++ EnumerationIterator.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class EnumerationIterator @@ -261,7 +261,7 @@
Specified by:
remove in interface Iterator
-
Throws:
IllegalStateException - next() not called.
UnsupportedOperationException - No associated +
Throws:
IllegalStateException - next() not called.
UnsupportedOperationException - No associated Collection.
1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/ExtendedProperties.html Index: ExtendedProperties.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/ExtendedProperties.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ExtendedProperties.html 10 Apr 2002 16:22:20 -0000 1.2 +++ ExtendedProperties.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class ExtendedProperties @@ -152,7 +152,7 @@ it, go ahead and tune it up!

-
Version:
$Id: ExtendedProperties.html,v 1.2 2002/04/10 16:22:20 morgand Exp $
+
Version:
$Id: ExtendedProperties.html,v 1.3 2002/04/10 16:35:14 morgand Exp $
Author:
Stefano Mazzocchi, Jon S. Stevens, Dave Bryson, Jason van Zyl, Geir Magnusson Jr., Leon Messerschmidt, Kent Johnson, Daniel Rall, Ilkka Priha
See Also:
Serialized Form

1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/FastArrayList.html Index: FastArrayList.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/FastArrayList.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- FastArrayList.html 10 Apr 2002 16:22:20 -0000 1.2 +++ FastArrayList.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class FastArrayList @@ -95,7 +95,7 @@ maximum performance.

-
Version:
$Revision: 1.2 $ $Date: 2002/04/10 16:22:20 $
+
Version:
$Revision: 1.3 $ $Date: 2002/04/10 16:35:14 $
Author:
Craig R. McClanahan
See Also:
Serialized Form

1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/FastHashMap.html Index: FastHashMap.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/FastHashMap.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- FastHashMap.html 10 Apr 2002 16:22:20 -0000 1.2 +++ FastHashMap.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class FastHashMap @@ -93,7 +93,7 @@ maximum performance.

-
Version:
$Revision: 1.2 $ $Date: 2002/04/10 16:22:20 $
+
Version:
$Revision: 1.3 $ $Date: 2002/04/10 16:35:14 $
Author:
Craig R. McClanahan
See Also:
Serialized Form

1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/FastTreeMap.html Index: FastTreeMap.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/FastTreeMap.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- FastTreeMap.html 10 Apr 2002 16:22:20 -0000 1.2 +++ FastTreeMap.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class FastTreeMap @@ -93,7 +93,7 @@ maximum performance.

-
Version:
$Revision: 1.2 $ $Date: 2002/04/10 16:22:20 $
+
Version:
$Revision: 1.3 $ $Date: 2002/04/10 16:35:14 $
Author:
Craig R. McClanahan
See Also:
Serialized Form

1.3 +1 -4 jakarta-commons/docs/collections/api/org/apache/commons/collections/FilterIterator.html Index: FilterIterator.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/FilterIterator.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- FilterIterator.html 10 Apr 2002 16:22:20 -0000 1.2 +++ FilterIterator.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class FilterIterator @@ -63,9 +63,6 @@
All Implemented Interfaces:
Iterator
-
-
-
Direct Known Subclasses:
UniqueFilterIterator

1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/FilterListIterator.html Index: FilterListIterator.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/FilterListIterator.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- FilterListIterator.html 10 Apr 2002 16:22:20 -0000 1.1 +++ FilterListIterator.html 10 Apr 2002 16:35:14 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class FilterListIterator @@ -77,7 +77,7 @@ returned by the iterator.

-
Version:
$Revision: 1.1 $ $Date: 2002/04/10 16:22:20 $
+
Version:
$Revision: 1.2 $ $Date: 2002/04/10 16:35:14 $
Author:
Rodney Waldhoff

1.2 +3 -3 jakarta-commons/docs/collections/api/org/apache/commons/collections/HashBag.html Index: HashBag.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/HashBag.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- HashBag.html 10 Apr 2002 16:22:20 -0000 1.1 +++ HashBag.html 10 Apr 2002 16:35:14 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class HashBag @@ -33,7 +33,7 @@

NEXT CLASS @@ -207,7 +207,7 @@ + NEXT CLASS 1.3 +5 -5 jakarta-commons/docs/collections/api/org/apache/commons/collections/IteratorEnumeration.html Index: IteratorEnumeration.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/IteratorEnumeration.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- IteratorEnumeration.html 10 Apr 2002 16:22:20 -0000 1.2 +++ IteratorEnumeration.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class IteratorEnumeration @@ -32,8 +32,8 @@ + PREV CLASS  + NEXT CLASS @@ -261,8 +261,8 @@ + PREV CLASS  + NEXT CLASS 1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/LRUMap.html Index: LRUMap.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/LRUMap.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- LRUMap.html 10 Apr 2002 16:22:20 -0000 1.2 +++ LRUMap.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class LRUMap 1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/MapUtils.html Index: MapUtils.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/MapUtils.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- MapUtils.html 10 Apr 2002 16:22:20 -0000 1.2 +++ MapUtils.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class MapUtils 1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/MultiHashMap.html Index: MultiHashMap.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/MultiHashMap.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- MultiHashMap.html 10 Apr 2002 16:22:20 -0000 1.1 +++ MultiHashMap.html 10 Apr 2002 16:35:14 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class MultiHashMap 1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/MultiMap.html Index: MultiMap.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/MultiMap.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- MultiMap.html 10 Apr 2002 16:22:20 -0000 1.1 +++ MultiMap.html 10 Apr 2002 16:35:14 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Interface MultiMap 1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/Predicate.html Index: Predicate.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/Predicate.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Predicate.html 10 Apr 2002 16:22:20 -0000 1.2 +++ Predicate.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Interface Predicate 1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/PriorityQueue.html Index: PriorityQueue.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/PriorityQueue.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PriorityQueue.html 10 Apr 2002 16:22:20 -0000 1.2 +++ PriorityQueue.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Interface PriorityQueue 1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/ProxyIterator.html Index: ProxyIterator.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/ProxyIterator.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ProxyIterator.html 10 Apr 2002 16:22:20 -0000 1.2 +++ ProxyIterator.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class ProxyIterator @@ -73,7 +73,7 @@ A Proxy Iterator which delegates its methods to a proxy instance.

-
Version:
$Revision: 1.2 $ $Date: 2002/04/10 16:22:20 $
+
Version:
$Revision: 1.3 $ $Date: 2002/04/10 16:35:14 $
Author:
James Strachan
See Also:
ProxyListIterator

1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/ProxyListIterator.html Index: ProxyListIterator.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/ProxyListIterator.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ProxyListIterator.html 10 Apr 2002 16:22:20 -0000 1.1 +++ ProxyListIterator.html 10 Apr 2002 16:35:14 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class ProxyListIterator @@ -74,7 +74,7 @@ methods to a proxy instance.

-
Version:
$Revision: 1.1 $ $Date: 2002/04/10 16:22:20 $
+
Version:
$Revision: 1.2 $ $Date: 2002/04/10 16:35:14 $
Author:
Rodney Waldhoff
See Also:
ProxyIterator

1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/ProxyMap.html Index: ProxyMap.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/ProxyMap.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ProxyMap.html 10 Apr 2002 16:22:20 -0000 1.1 +++ ProxyMap.html 10 Apr 2002 16:35:14 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class ProxyMap 1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/SequencedHashMap.html Index: SequencedHashMap.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/SequencedHashMap.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SequencedHashMap.html 10 Apr 2002 16:22:20 -0000 1.1 +++ SequencedHashMap.html 10 Apr 2002 16:35:14 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class SequencedHashMap 1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/SingletonIterator.html Index: SingletonIterator.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/SingletonIterator.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SingletonIterator.html 10 Apr 2002 16:22:20 -0000 1.1 +++ SingletonIterator.html 10 Apr 2002 16:35:14 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class SingletonIterator @@ -71,7 +71,7 @@ object instance.

-
Version:
$Revision: 1.1 $
+
Version:
$Revision: 1.2 $
Author:
James Strachan

1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/SoftRefHashMap.html Index: SoftRefHashMap.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/SoftRefHashMap.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SoftRefHashMap.html 10 Apr 2002 16:22:20 -0000 1.2 +++ SoftRefHashMap.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class SoftRefHashMap 1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/SortedBag.html Index: SortedBag.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/SortedBag.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SortedBag.html 10 Apr 2002 16:22:20 -0000 1.1 +++ SortedBag.html 10 Apr 2002 16:35:14 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Interface SortedBag 1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/StringStack.html Index: StringStack.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/StringStack.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- StringStack.html 10 Apr 2002 16:22:20 -0000 1.1 +++ StringStack.html 10 Apr 2002 16:35:14 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class StringStack @@ -70,7 +70,7 @@ This class implements a stack for String objects.

-
Version:
$Id: StringStack.html,v 1.1 2002/04/10 16:22:20 morgand Exp $
+
Version:
$Id: StringStack.html,v 1.2 2002/04/10 16:35:14 morgand Exp $
Author:
John D. McNally, Daniel Rall
See Also:
Serialized Form

1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/SynchronizedPriorityQueue.html Index: SynchronizedPriorityQueue.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/SynchronizedPriorityQueue.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SynchronizedPriorityQueue.html 10 Apr 2002 16:22:20 -0000 1.2 +++ SynchronizedPriorityQueue.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class SynchronizedPriorityQueue 1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/TransformIterator.html Index: TransformIterator.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/TransformIterator.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- TransformIterator.html 10 Apr 2002 16:22:20 -0000 1.2 +++ TransformIterator.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class TransformIterator 1.3 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/Transformer.html Index: Transformer.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/Transformer.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Transformer.html 10 Apr 2002 16:22:20 -0000 1.2 +++ Transformer.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Interface Transformer 1.2 +3 -3 jakarta-commons/docs/collections/api/org/apache/commons/collections/TreeBag.html Index: TreeBag.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/TreeBag.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- TreeBag.html 10 Apr 2002 16:22:20 -0000 1.1 +++ TreeBag.html 10 Apr 2002 16:35:14 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class TreeBag @@ -33,7 +33,7 @@ + NEXT CLASS @@ -299,7 +299,7 @@ + NEXT CLASS 1.3 +4 -8 jakarta-commons/docs/collections/api/org/apache/commons/collections/package-frame.html Index: package-frame.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/package-frame.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- package-frame.html 10 Apr 2002 16:22:20 -0000 1.2 +++ package-frame.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Package org.apache.commons.collections @@ -40,6 +40,8 @@ Classes 
+AbstractBag +
ArrayIterator
ArrayStack @@ -76,12 +78,8 @@
HashBag
-IteratorChain -
IteratorEnumeration
-ListIteratorWrapper -
LRUMap
MapUtils @@ -106,9 +104,7 @@
TransformIterator
-TreeBag -
-UniqueFilterIterator
+TreeBag
ArrayIterator +AbstractBag +
+ArrayIterator
ArrayStack
@@ -59,12 +61,8 @@
HashBag
-IteratorChain -
IteratorEnumeration
-ListIteratorWrapper -
LRUMap
MapUtils @@ -102,8 +100,6 @@ TransformIterator
TreeBag -
-UniqueFilterIterator
1.3 +6 -16 jakarta-commons/docs/collections/api/org/apache/commons/collections/package-summary.html Index: package-summary.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/package-summary.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- package-summary.html 10 Apr 2002 16:22:20 -0000 1.2 +++ package-summary.html 10 Apr 2002 16:35:14 -0000 1.3 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Package org.apache.commons.collections @@ -101,6 +101,11 @@ Class Summary +AbstractBag +This class provides a skeletal implementation of the Bag + interface to minimize the effort required for target implementations. + + ArrayIterator Implements an Iterator over an array of objects. @@ -192,21 +197,10 @@ An implementation of Bag that is backed by a HashMap. -IteratorChain -An IteratorChain is an Iterator that wraps one or - more Iterators. - - IteratorEnumeration Adapter to make an Iterator instance appear to be an Enumeration instances -ListIteratorWrapper -As the wrapped Iterator is traversed, ListIteratorWrapper - builds a LinkedList of its values, permitting all required - operations of ListIterator. - - LRUMap An implementation of a Map which has a maximum size and uses a Least Recently Used @@ -268,10 +262,6 @@ TreeBag An implementation of Bag that is backed by a TreeMap. - - -UniqueFilterIterator -A FilterIterator which only returns "unique" Objects.   1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/comparators/ComparableComparator.html Index: ComparableComparator.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/comparators/ComparableComparator.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ComparableComparator.html 10 Apr 2002 16:22:24 -0000 1.1 +++ ComparableComparator.html 10 Apr 2002 16:35:16 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class ComparableComparator @@ -77,7 +77,7 @@ of SortedSet and SortedMap.

-
Version:
$Id: ComparableComparator.html,v 1.1 2002/04/10 16:22:24 morgand Exp $
+
Version:
$Id: ComparableComparator.html,v 1.2 2002/04/10 16:35:16 morgand Exp $
Author:
bayard@generationjava.com
See Also:
Serialized Form

1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/comparators/ComparatorChain.html Index: ComparatorChain.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/comparators/ComparatorChain.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ComparatorChain.html 10 Apr 2002 16:22:24 -0000 1.1 +++ ComparatorChain.html 10 Apr 2002 16:35:16 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class ComparatorChain 1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/comparators/ReverseComparator.html Index: ReverseComparator.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/comparators/ReverseComparator.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ReverseComparator.html 10 Apr 2002 16:22:24 -0000 1.1 +++ ReverseComparator.html 10 Apr 2002 16:35:16 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Class ReverseComparator @@ -70,7 +70,7 @@ Reverses the order of another comparator.

-
Version:
$Id: ReverseComparator.html,v 1.1 2002/04/10 16:22:24 morgand Exp $
+
Version:
$Id: ReverseComparator.html,v 1.2 2002/04/10 16:35:16 morgand Exp $
Author:
bayard@generationjava.com, Michael A. Smith
See Also:
Serialized Form

1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/comparators/package-frame.html Index: package-frame.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/comparators/package-frame.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- package-frame.html 10 Apr 2002 16:22:24 -0000 1.1 +++ package-frame.html 10 Apr 2002 16:35:16 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Package org.apache.commons.collections.comparators 1.2 +1 -1 jakarta-commons/docs/collections/api/org/apache/commons/collections/comparators/package-summary.html Index: package-summary.html =================================================================== RCS file: /home/cvs/jakarta-commons/docs/collections/api/org/apache/commons/collections/comparators/package-summary.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- package-summary.html 10 Apr 2002 16:22:24 -0000 1.1 +++ package-summary.html 10 Apr 2002 16:35:16 -0000 1.2 @@ -2,7 +2,7 @@ - + Jakarta Commons Collections Package: Package org.apache.commons.collections.comparators -- To unsubscribe, e-mail: For additional commands, e-mail: