|
VegasTutorialsADT
Abstract Data Type and Collections with VEGASThe collections framework is a unified architecture for representing and manipulating collections, allowing them to be manipulated independently of the details of their representation. It reduces programming effort while increasing performance. The VEGAS collection framework is inspired on the JAVA Collections Framework and the Jakarta Collections Framework. This framework is inspired on interfaces to defines the differents types of collections.
|
Sign in to add a comment