Skip to main content

2 docs tagged with "generics"

View all tags

Collections

Learn Java collections -- ArrayList, HashMap, HashSet, iterating, generics, immutable collections, and choosing the right collection.

Generics and Type Erasure

Java Generics guide: generic classes, methods, bounded types, wildcards, PECS principle, type erasure, and common patterns.