The New Java Generic Mechanism and Its Application

F. Tian,H. H. Shi,M. T. Yan
DOI: https://doi.org/10.2991/aiie-15.2015.78
2015-01-01
Abstract:In the paper, the core ideas of Java language generic mechanism are described and analyzed in detail, including the generic class, generic method, generic interface, generic wildcard as well as erasure and restrictions on generics, and the Java generic functions are also summarized. An ingenious KLEEN algorithm program is presented and implemented by applying new Java generic mechanism. The paper aims to reveal the generics-based Java component design idea and program refactoring technology for complex algorithmic problems.
What problem does this paper attempt to address?