2020</ head >
2121< body >
2222
23-
24- < div align ="center ">
23+ < div >
2524< h1 > The Apache Commons < em > Collections</ em > Package</ h1 >
26- < h2 > Developers Guide</ h2 >
27- < a href =" #Introduction " > [Introduction] </ a >
28- < a href ="#CollectionInterfaces " > [Collection Interfaces] </ a >
29- < a href ="#CollectionImplementations " > [ Collection Implementations] </ a >
30- < a href ="#UtilityClasses " > [Utility Classes] </ a >
31- < a href ="#CodingStandards " > [Coding Standards] </ a >
32- < br / >
33- < br / >
25+ < h2 > Developer's Guide</ h2 >
26+ < ol >
27+ < li > < a href ="#Introduction " > Introduction </ a > </ li >
28+ < li > < a href ="#CollectionInterfaces " > Collection Interfaces </ a > </ li >
29+ < li > < a href ="#CollectionImplementations " > Collection Implementations </ a > </ li >
30+ < li > < a href ="#UtilityClasses " > Utility Classes </ a > </ li >
31+ < li > < a href =" #CodingStandards " > Coding Standards </ a > </ li >
32+ </ ol >
3433</ div >
3534
36-
37- < a name ="Introduction "> </ a >
35+ < a id ="Introduction "> </ a >
3836< h3 > 1. INTRODUCTION</ h3 >
3937
4038< p > The < em > Collections</ em > package contains a set of Java classes that extend
@@ -47,7 +45,7 @@ <h3>1. INTRODUCTION</h3>
4745java.util.Collections.</ p >
4846
4947
50- < a name ="CollectionInterfaces "> </ a >
48+ < a id ="CollectionInterfaces "> </ a >
5149< h3 > 2. COLLECTION INTERFACES</ h3 >
5250
5351< p > Collection interfaces are new types of collections not included in Java.
@@ -59,7 +57,7 @@ <h3>2. COLLECTION INTERFACES</h3>
5957</ ul >
6058
6159
62- < a name ="CollectionImplementations "> </ a >
60+ < a id ="CollectionImplementations "> </ a >
6361< h3 > 3. COLLECTION IMPLEMENTATIONS</ h3 >
6462
6563< p > Collection implementation are new implementations of collection interfaces.
@@ -75,7 +73,7 @@ <h3>3. COLLECTION IMPLEMENTATIONS</h3>
7573</ ul >
7674
7775
78- < a name ="UtilityClasses "> </ a >
76+ < a id ="UtilityClasses "> </ a >
7977< h3 > 4. UTILITY CLASSES</ h3 >
8078
8179< p > Utility classes provide additional functionality around an interface and
@@ -111,7 +109,7 @@ <h3>4. UTILITY CLASSES</h3>
111109the constructors should be protected and a public static decorate() method
112110provided on each class for construction.</ p >
113111
114- < a name ="CodingStandards "> </ a >
112+ < a id ="CodingStandards "> </ a >
115113< h3 > 5. CODING STANDARDS</ h3 >
116114
117115< p > Commons Collections follows similar style rules to many other Java open source
0 commit comments