public class Acronyms
extends Object
this class manages a list of acronyms (with the trailing period removed). new Acronyms can be
added to the array known_acronyms, static initializers take care of organizing and constructing
an efficient search data structure from those. The get
method will return an array of
acronyms starting with the given character. It is case sensitive.
- Author:
- redman