Whitespace

This commit is contained in:
Gary Gregory 2024-01-27 09:19:27 -05:00
parent d96822d3a8
commit 8e5940ca95
20 changed files with 20 additions and 20 deletions

View File

@ -16,7 +16,7 @@
*/
/**
* This package contains implementations of the {@link org.apache.commons.collections4.Bag Bag} and
* Implements the {@link org.apache.commons.collections4.Bag Bag} and
* {@link org.apache.commons.collections4.SortedBag SortedBag} interfaces.
* A bag stores an object and a count of the number of occurrences of the object.
* <p>

View File

@ -16,7 +16,7 @@
*/
/**
* This package contains implementations of the
* Implements the
* {@link org.apache.commons.collections4.BidiMap BidiMap},
* {@link org.apache.commons.collections4.OrderedBidiMap OrderedBidiMap} and
* {@link org.apache.commons.collections4.SortedBidiMap SortedBidiMap} interfaces.

View File

@ -16,7 +16,7 @@
*/
/**
* A collection of extensible Bloom filter classes and interfaces.
* Collects extensible Bloom filter classes and interfaces.
*
* <h2>Background:</h2>
*

View File

@ -16,7 +16,7 @@
*/
/**
* This package contains implementations of the
* Implementations of the
* {@link java.util.Collection Collection} interface.
* <p>
* The following implementations are provided in the package:

View File

@ -16,7 +16,7 @@
*/
/**
* This package contains implementations of the
* Implements the
* {@link java.util.Comparator Comparator} interface.
* <p>
* You may also consider using

View File

@ -16,7 +16,7 @@
*/
/**
* This package contains implementations of the
* Implements the
* {@link org.apache.commons.collections4.Closure Closure},
* {@link org.apache.commons.collections4.Predicate Predicate},
* {@link org.apache.commons.collections4.Transformer Transformer} and

View File

@ -16,7 +16,7 @@
*/
/**
* This package contains implementations of the
* Implements the
* {@link java.util.Iterator Iterator} interface.
* <p>
* You may also consider using

View File

@ -16,7 +16,7 @@
*/
/**
* This package contains implementations of collection and map related key/value classes.
* Implements collection and map related key/value classes.
* These are usually used in maps, however they can be used as data holders in any collection.
* <p>
* The following key/value designs are included:

View File

@ -16,7 +16,7 @@
*/
/**
* This package contains implementations of the {@link java.util.List List} interface.
* Implements the {@link java.util.List List} interface.
* <p>
* The following implementations are provided in the package:
* <ul>

View File

@ -16,7 +16,7 @@
*/
/**
* This package contains implementations of the {@link java.util.Map Map},
* Implements the {@link java.util.Map Map},
* {@link org.apache.commons.collections4.IterableMap IterableMap},
* {@link org.apache.commons.collections4.OrderedMap OrderedMap} and
* {@link java.util.SortedMap SortedMap} interfaces.

View File

@ -16,7 +16,7 @@
*/
/**
* This package contains implementations of the {@link org.apache.commons.collections4.MultiValuedMap} interfaces.
* Implements the {@link org.apache.commons.collections4.MultiValuedMap} interfaces.
* A MultiValuedMap holds a collection of values against each key.
* <p>
* The following implementations are provided in the package:

View File

@ -16,7 +16,7 @@
*/
/**
* This package contains implementations of the
* Implements the
* {@link org.apache.commons.collections4.MultiSet MultiSet} interface.
* A multiset stores an object and a count of the number of occurrences of the object.
* <p>

View File

@ -16,7 +16,7 @@
*/
/**
* This package contains the interfaces and utilities shared across all the subpackages of this component.
* Interfaces and utilities shared across all packages.
* <p>
* The following collection implementations are provided in the package:
* <ul>

View File

@ -16,7 +16,7 @@
*/
/**
* This package contains classes to extend or customize the behavior of
* Extends and customizes the behavior of
* {@link java.util.Properties Properties}.
* <p>
* The following classes are provided in the package:

View File

@ -16,7 +16,7 @@
*/
/**
* This package contains implementations for the {@link java.util.Queue Queue} interface.
* Implements the {@link java.util.Queue Queue} interface.
* <p>
* The following implementations are provided in the package:
* <ul>

View File

@ -16,7 +16,7 @@
*/
/**
* This package provides classes to compare two sequences of objects.
* Compares two sequences of objects.
* <p>
* The two sequences can hold any object type, as only the
* {@code equals} method is used to compare the elements of the

View File

@ -16,7 +16,7 @@
*/
/**
* This package contains implementations of the {@link java.util.Set Set},
* Implements the {@link java.util.Set Set},
* {@link java.util.SortedSet SortedSet} and
* {@link java.util.NavigableSet NavigableSet} interfaces.
* <p>

View File

@ -16,7 +16,7 @@
*/
/**
* The "split map" concept is that of an object that implements
* Implements the "split map" concept. A split map is an object that implements
* the {@link org.apache.commons.collections4.Put Put} and
* {@link org.apache.commons.collections4.Get Get} interfaces,
* with <i>differing</i> generic types. This is like a pre-generics

View File

@ -16,6 +16,6 @@
*/
/**
* This package contains various {@link org.apache.commons.collections4.trie.KeyAnalyzer} implementations.
* Implements {@link org.apache.commons.collections4.trie.KeyAnalyzer}.
*/
package org.apache.commons.collections4.trie.analyzer;

View File

@ -16,7 +16,7 @@
*/
/**
* This package contains implementations of the
* Implements the
* {@link org.apache.commons.collections4.Trie Trie} interface.
* <p>
* The implementations are in the form of direct implementations and decorators.