ports/126858: [NEW PORT]java/collections-generic:New Version of the popular Jakarta-Commons-Collections

Wen heping wenheping at gmail.com
Tue Aug 26 14:40:03 UTC 2008


>Number:         126858
>Category:       ports
>Synopsis:       [NEW PORT]java/collections-generic:New Version of the popular Jakarta-Commons-Collections
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 26 14:40:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Collections-generic is a new version of the popular
Jakarta-Commons-Collections project. It features
support for Java 1.5 Generics. collections-generic
introduce a whole new level of usability and type-safety
to the Commons-Collections classes.

WWW: http://larvalabs.com/collections/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	collections-generic
#	collections-generic/pkg-descr
#	collections-generic/distinfo
#	collections-generic/Makefile
#	collections-generic/pkg-plist
#
echo c - collections-generic
mkdir -p collections-generic > /dev/null 2>&1
echo x - collections-generic/pkg-descr
sed 's/^X//' >collections-generic/pkg-descr << 'END-of-collections-generic/pkg-descr'
XCollections-generic is a new version of the popular
XJakarta-Commons-Collections project. It features
Xsupport for Java 1.5 Generics. collections-generic
Xintroduce a whole new level of usability and type-safety
Xto the Commons-Collections classes.
X
XWWW: http://larvalabs.com/collections/
END-of-collections-generic/pkg-descr
echo x - collections-generic/distinfo
sed 's/^X//' >collections-generic/distinfo << 'END-of-collections-generic/distinfo'
XMD5 (collections-generic-4.01-src.tar.gz) = 800ae38f3ae5f23b962fc61a9de06296
XSHA256 (collections-generic-4.01-src.tar.gz) = 352d8cc256c5264c93f542446a5bd9ab7867be2bbaf92fe7e0c9565548c7d611
XSIZE (collections-generic-4.01-src.tar.gz) = 1029699
END-of-collections-generic/distinfo
echo x - collections-generic/Makefile
sed 's/^X//' >collections-generic/Makefile << 'END-of-collections-generic/Makefile'
X# New ports collection makefile for:	collections-generic
X# Date created:				August 19, 2008
X# Whom:					Wen Heping <wenheping at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	collections-generic
XPORTVERSION=	4.01
XCATEGORIES=	java devel
XMASTER_SITES=	SF
XMASTER_SITE_SUBDIR=	collections
XDISTNAME=	${PORTNAME}-${PORTVERSION}-src
X
XMAINTAINER=	wenheping at gmail.com
XCOMMENT=	New Version of the popular Jakarta-Commons-Collections
X
XUSE_JAVA=	1.5+
XUSE_ANT=	yes
XWRKSRC=		${WRKDIR}/${PORTNAME}-4.01
X
XALL_TARGET=	jar
X.if !defined(NOPORTDOCS)
XALL_TARGET+=	javadoc
X.endif
X
XJARFILE=	${PORTNAME}-${PORTVERSION}.jar
XDESTJARFILE=	${PORTNAME}.jar
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${DESTJARFILE}..."
X	@${MKDIR} ${JAVAJARDIR}
X	@${INSTALL_DATA} ${WRKSRC}/build/${JARFILE} ${JAVAJARDIR}/${DESTJARFILE}
X	@${ECHO_MSG} " [ DONE ]"
X
X.if !defined(NOPORTDOCS)
X	@${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..."
X	@${MKDIR} ${DOCSDIR}
X	@cd ${WRKSRC}/build/docs && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \;
X	@cd ${WRKSRC}/build/docs && ${FIND} . -type f -exec \
X		${INSTALL_DATA} {} ${DOCSDIR}/{} \;
X	@${ECHO_MSG} " [ DONE ]"
X.endif
X
X.include <bsd.port.post.mk>
END-of-collections-generic/Makefile
echo x - collections-generic/pkg-plist
sed 's/^X//' >collections-generic/pkg-plist << 'END-of-collections-generic/pkg-plist'
X%%JAVAJARDIR%%/collections-generic.jar
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/ArrayStack.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/Bag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/BagUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/BeanMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/BeanMap.MyMapEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/BidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/BoundedCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/BoundedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/Buffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/BufferOverflowException.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/BufferUnderflowException.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/BufferUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/Closure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/ClosureUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/CollectionUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/ComparatorUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/EnumerationUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/ExtendedProperties.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/Factory.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/FactoryUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/FunctorException.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/IterableMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/IteratorUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/KeyValue.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/ListUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/MapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/MapUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/MultiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/OrderedBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/OrderedIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/OrderedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/OrderedMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/Predicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/PredicateUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/ResettableIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/AbstractBagDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/AbstractMapBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/AbstractMapBag.MutableInteger.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/AbstractSortedBagDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/HashBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/PredicatedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/PredicatedSortedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/SynchronizedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/SynchronizedSortedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/TransformedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/TransformedSortedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/TreeBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/TypedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/TypedSortedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/UnmodifiableBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/UnmodifiableSortedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/package-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/package-summary.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/package-tree.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use/UnmodifiableSortedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use/UnmodifiableBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use/TypedSortedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use/TypedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use/TreeBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use/TransformedSortedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use/TransformedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use/SynchronizedSortedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use/SynchronizedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use/PredicatedSortedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use/PredicatedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use/HashBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use/AbstractSortedBagDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use/AbstractMapBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use/AbstractMapBag.MutableInteger.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use/AbstractBagDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/package-use.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/ResettableListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/SetUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/SortedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/SortedBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/Transformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/TransformerUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/Unmodifiable.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/AbstractBidiMapDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/AbstractDualBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/AbstractDualBidiMap.BidiMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/AbstractDualBidiMap.EntrySet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/AbstractDualBidiMap.EntrySetIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/AbstractDualBidiMap.KeySet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/AbstractDualBidiMap.KeySetIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/AbstractDualBidiMap.MapEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/AbstractDualBidiMap.Values.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/AbstractDualBidiMap.ValuesIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/AbstractDualBidiMap.View.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/AbstractOrderedBidiMapDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/AbstractSortedBidiMapDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/DualHashBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/DualTreeBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/DualTreeBidiMap.BidiOrderedMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/DualTreeBidiMap.ViewMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/TreeBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/UnmodifiableBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/UnmodifiableOrderedBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/UnmodifiableSortedBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/package-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/package-summary.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/package-tree.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/UnmodifiableSortedBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/UnmodifiableOrderedBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/UnmodifiableBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/TreeBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/DualTreeBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/DualTreeBidiMap.ViewMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/DualTreeBidiMap.BidiOrderedMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/DualHashBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/AbstractSortedBidiMapDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/AbstractOrderedBidiMapDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/AbstractDualBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/AbstractDualBidiMap.View.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/AbstractDualBidiMap.KeySet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/AbstractDualBidiMap.KeySetIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/AbstractDualBidiMap.Values.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/AbstractDualBidiMap.ValuesIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/AbstractDualBidiMap.EntrySet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/AbstractDualBidiMap.EntrySetIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/AbstractDualBidiMap.MapEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/AbstractDualBidiMap.BidiMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use/AbstractBidiMapDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/package-use.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/AbstractBufferDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/BlockingBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/BoundedFifoBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/CircularFifoBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/PredicatedBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/PriorityBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/SynchronizedBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/TransformedBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/TypedBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/UnboundedFifoBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/UnmodifiableBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/package-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/package-summary.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/package-tree.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/class-use/UnmodifiableBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/class-use/UnboundedFifoBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/class-use/TypedBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/class-use/TransformedBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/class-use/SynchronizedBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/class-use/PriorityBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/class-use/PredicatedBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/class-use/CircularFifoBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/class-use/BoundedFifoBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/class-use/BlockingBuffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/class-use/AbstractBufferDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/package-use.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/AbstractCollectionDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/AbstractSerializableCollectionDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/CompositeCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/CompositeCollection.CollectionMutator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/PredicatedCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/SynchronizedCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/TransformedCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/TypedCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/UnmodifiableBoundedCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/UnmodifiableCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/package-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/package-summary.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/class-use/UnmodifiableCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/class-use/UnmodifiableBoundedCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/class-use/TypedCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/class-use/TransformedCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/class-use/SynchronizedCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/class-use/PredicatedCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/class-use/CompositeCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/class-use/CompositeCollection.CollectionMutator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/class-use/AbstractSerializableCollectionDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/class-use/AbstractCollectionDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/package-tree.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/package-use.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/BooleanComparator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/ComparableComparator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/ComparatorChain.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/FixedOrderComparator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/NullComparator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/ReverseComparator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/TransformingComparator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/package-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/package-summary.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/package-tree.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/class-use/TransformingComparator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/class-use/ReverseComparator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/class-use/NullComparator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/class-use/FixedOrderComparator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/class-use/ComparatorChain.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/class-use/ComparableComparator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/class-use/BooleanComparator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/package-use.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/AllPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/AndPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/AnyPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/ChainedClosure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/ChainedTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/CloneTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/ClosureTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/ConstantFactory.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/ConstantTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/EqualPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/ExceptionClosure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/ExceptionFactory.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/ExceptionPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/ExceptionTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/FactoryTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/WhileClosure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/UniquePredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/TruePredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/TransformerPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/TransformerClosure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/TransformedPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/SwitchTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/SwitchClosure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/StringValueTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/PrototypeFactory.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/PredicateTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/PredicateDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/OrPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/OnePredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/NullIsTruePredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/NullIsFalsePredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/NullPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/NullIsExceptionPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/NotPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/NotNullPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/NonePredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/NOPTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/NOPClosure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/MapTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/InvokerTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/InstantiateTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/InstantiateFactory.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/InstanceofPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/IfClosure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/IdentityPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/ForClosure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/FalsePredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/FactoryTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/ExceptionTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/ExceptionPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/ExceptionFactory.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/ExceptionClosure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/EqualPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/ConstantTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/ConstantFactory.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/ClosureTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/CloneTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/ChainedTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/ChainedClosure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/AnyPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/AndPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use/AllPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/FalsePredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/ForClosure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/IdentityPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/IfClosure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/InstanceofPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/InstantiateFactory.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/InstantiateTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/InvokerTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/MapTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/NonePredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/NOPClosure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/NOPTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/NotNullPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/NotPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/NullIsExceptionPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/NullIsFalsePredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/NullIsTruePredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/NullPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/OnePredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/OrPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/PredicateDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/PredicateTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/PrototypeFactory.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/StringValueTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/SwitchClosure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/SwitchTransformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/TransformedPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/TransformerClosure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/TransformerPredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/TruePredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/UniquePredicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/WhileClosure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/package-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/package-summary.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/package-tree.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/package-use.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/AbstractIteratorDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/AbstractListIteratorDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/AbstractMapIteratorDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/AbstractOrderedMapIteratorDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/ArrayIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/ArrayListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/CollatingIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/EmptyIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/EmptyListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/EmptyMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/EmptyOrderedIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/EmptyOrderedMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/EntrySetMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/EnumerationIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/FilterIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/FilterListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/IteratorChain.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/IteratorEnumeration.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/ListIteratorWrapper.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/LoopingIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/ObjectArrayIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/ObjectArrayListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/ObjectGraphIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/SingletonIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/SingletonListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/TransformIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/UniqueFilterIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/UnmodifiableIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/UnmodifiableListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/UnmodifiableMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/UnmodifiableOrderedMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/package-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/package-summary.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/package-tree.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/UnmodifiableOrderedMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/UnmodifiableMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/UnmodifiableListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/UnmodifiableIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/UniqueFilterIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/TransformIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/SingletonListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/SingletonIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/ObjectGraphIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/ObjectArrayListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/ObjectArrayIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/LoopingIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/ListIteratorWrapper.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/IteratorEnumeration.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/IteratorChain.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/FilterListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/FilterIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/EnumerationIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/EntrySetMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/EmptyOrderedMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/EmptyOrderedIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/EmptyMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/EmptyListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/EmptyIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/CollatingIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/ArrayListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/ArrayIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/AbstractOrderedMapIteratorDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/AbstractMapIteratorDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/AbstractListIteratorDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use/AbstractIteratorDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/package-use.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/AbstractKeyValue.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/AbstractMapEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/AbstractMapEntryDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/DefaultKeyValue.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/DefaultMapEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/MultiKey.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/TiedMapEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/UnmodifiableMapEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/package-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/package-summary.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/package-tree.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/class-use/UnmodifiableMapEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/class-use/TiedMapEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/class-use/MultiKey.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/class-use/DefaultMapEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/class-use/DefaultKeyValue.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/class-use/AbstractMapEntryDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/class-use/AbstractMapEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/class-use/AbstractKeyValue.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/package-use.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/AbstractLinkedList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/AbstractLinkedList.LinkedListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/AbstractLinkedList.LinkedSubList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/AbstractLinkedList.LinkedSubListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/AbstractLinkedList.Node.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/AbstractListDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/AbstractSerializableListDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/CursorableLinkedList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/CursorableLinkedList.Cursor.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/FastArrayList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/FixedSizeList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/LazyList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/NodeCachingLinkedList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/PredicatedList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/PredicatedList.PredicatedListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/SetUniqueList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/SynchronizedList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/TransformedList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/TransformedList.TransformedListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/TreeList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/TypedList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/UnmodifiableList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/package-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/package-summary.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/package-tree.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/UnmodifiableList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/TypedList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/TreeList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/TransformedList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/TransformedList.TransformedListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/SynchronizedList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/SetUniqueList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/PredicatedList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/PredicatedList.PredicatedListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/NodeCachingLinkedList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/LazyList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/FixedSizeList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/FastArrayList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/CursorableLinkedList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/CursorableLinkedList.Cursor.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/AbstractSerializableListDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/AbstractListDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/AbstractLinkedList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/AbstractLinkedList.Node.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/AbstractLinkedList.LinkedListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/AbstractLinkedList.LinkedSubListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use/AbstractLinkedList.LinkedSubList.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/package-use.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractHashedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractHashedMap.EntrySet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractHashedMap.EntrySetIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractHashedMap.HashEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractHashedMap.HashIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractHashedMap.HashMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractHashedMap.KeySet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractHashedMap.KeySetIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractHashedMap.Values.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractHashedMap.ValuesIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractLinkedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/Flat3Map.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractLinkedMap.EntrySetIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractLinkedMap.KeySetIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractLinkedMap.LinkEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractLinkedMap.LinkIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractLinkedMap.LinkMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractLinkedMap.ValuesIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractMapDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractOrderedMapDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractReferenceMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractReferenceMap.ReferenceEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/AbstractSortedMapDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/HashedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/CaseInsensitiveMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/CompositeMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/CompositeMap.MapMutator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/FastHashMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/FastTreeMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/FixedSizeMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/FixedSizeSortedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/IdentityMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/IdentityMap.IdentityEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/LazySortedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/LinkedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/ListOrderedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/LRUMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/MultiKeyMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/PredicatedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/PredicatedSortedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/ReferenceIdentityMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/ReferenceMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/SingletonMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/StaticBucketMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/TransformedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/TransformedSortedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/TypedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/TypedSortedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/UnmodifiableEntrySet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/UnmodifiableMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/UnmodifiableOrderedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/UnmodifiableSortedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/package-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/package-summary.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/package-tree.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/package-use.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/UnmodifiableSortedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/UnmodifiableOrderedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/UnmodifiableMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/UnmodifiableEntrySet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/TypedSortedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/TypedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/TransformedSortedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/TransformedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/StaticBucketMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/SingletonMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/ReferenceMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/ReferenceIdentityMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/PredicatedSortedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/PredicatedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/MultiKeyMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/ListOrderedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/LinkedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/LazySortedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/LazyMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/IdentityMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/IdentityMap.IdentityEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/HashedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/LRUMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/Flat3Map.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/FixedSizeSortedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/FixedSizeMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/FastTreeMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/FastHashMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/CompositeMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/CompositeMap.MapMutator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/CaseInsensitiveMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractSortedMapDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractReferenceMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractReferenceMap.ReferenceEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractOrderedMapDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractMapDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractLinkedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractLinkedMap.LinkMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractLinkedMap.EntrySetIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractLinkedMap.KeySetIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractLinkedMap.ValuesIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractLinkedMap.LinkEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractLinkedMap.LinkIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractHashedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractHashedMap.HashMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractHashedMap.EntrySet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractHashedMap.EntrySetIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractHashedMap.KeySet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractHashedMap.KeySetIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractHashedMap.Values.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractHashedMap.ValuesIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractHashedMap.HashEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use/AbstractHashedMap.HashIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/LazyMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/multimap/MultiHashMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/multimap/package-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/multimap/package-summary.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/multimap/package-tree.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/multimap/class-use/MultiHashMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/multimap/package-use.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/AbstractSerializableSetDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/AbstractSetDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/AbstractSortedSetDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/CompositeSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/CompositeSet.SetMutator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/ListOrderedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/MapBackedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/PredicatedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/PredicatedSortedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/SynchronizedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/SynchronizedSortedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/TransformedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/TransformedSortedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/TypedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/UnmodifiableSortedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/UnmodifiableSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/TypedSortedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/TypedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/TransformedSortedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/TransformedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/SynchronizedSortedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/SynchronizedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/PredicatedSortedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/PredicatedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/MapBackedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/ListOrderedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/CompositeSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/CompositeSet.SetMutator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/AbstractSortedSetDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/AbstractSetDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use/AbstractSerializableSetDecorator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/TypedSortedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/UnmodifiableSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/UnmodifiableSortedSet.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/package-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/package-summary.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/package-tree.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/package-use.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/package-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/package-summary.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/package-tree.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/Unmodifiable.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/TransformerUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/Transformer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/SortedBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/SortedBag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/SetUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/ResettableListIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/ResettableIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/PredicateUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/Predicate.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/OrderedMapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/OrderedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/OrderedIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/OrderedBidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/MultiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/MapUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/MapIterator.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/ListUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/KeyValue.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/IteratorUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/IterableMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/FunctorException.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/FactoryUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/Factory.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/ExtendedProperties.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/EnumerationUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/ComparatorUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/CollectionUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/ClosureUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/Closure.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/BufferUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/BufferUnderflowException.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/BufferOverflowException.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/Buffer.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/BoundedMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/BoundedCollection.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/BidiMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/BeanMap.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/BeanMap.MyMapEntry.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/BagUtils.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/Bag.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use/ArrayStack.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/org/apache/commons/collections15/package-use.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/package-list
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/overview-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/constant-values.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/serialized-form.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/resources/inherit.gif
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/overview-tree.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/index-all.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/deprecated-list.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/allclasses-frame.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/allclasses-noframe.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/index.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/overview-summary.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/help-doc.html
X%%PORTDOCS%%%%DOCSDIR%%/apidocs/stylesheet.css
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag/class-use
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/bag
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap/class-use
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/bidimap
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer/class-use
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/buffer
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection/class-use
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/collection
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators/class-use
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/comparators
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors/class-use
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/functors
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators/class-use
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/iterators
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue/class-use
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/keyvalue
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/list/class-use
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/list
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/map/class-use
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/map
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/multimap/class-use
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/multimap
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/set/class-use
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/set
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15/class-use
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons/collections15
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache/commons
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org/apache
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/org
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs/resources
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidocs
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/
END-of-collections-generic/pkg-plist
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list