★ wanayoo — archive 1999 http://jga.dev.java.net/Nouvelle recherche | Portail wanayoo
My pages Projects
 

Project home

If you were registered and logged in, you could join this project.

Summary Java Generic Algorithms
Categories None
License Lesser General Public License (LGPL)
Owner(s) david_hall

Description

JGA is intended to provide functionality roughly analogous to the portions of the C++ STL library that are not already provided by standard Java or the Generic Java package. The primary functionality to be provided is:

  • a set of functors and predicates that may be applied both the the generic collections and to other areas of the standard java library.
  • basic utility algorithms for use with java collections such as those found in STL
  • implementations of standard java classes that are intended to be user-derivable that apply the algorithms and functors for general benefit (for example, implementations of standard swing models that take advantage of predicates and functors)

jga will not necessarily reproduce STL in all of its details: where Java and C++ provide different interpretations of standard design patterns, we will stay true to standard Java idiomsin order to be as comfortable for Java programmers to adopt as is practical. The main project homepage is at http://jga.sf.net