/**
 * PRAXIS-INFO
 * Here we will use important interfaces and @WebDocuments({"Lectures/ArraysCollectionsKinds.pptx", "Lectures/ArraysCollectionsKinds.pdf", "Videos/ArraysCollectionsKinds.avi"})
classes from Java's 
 * collection hierarchy
 * 
 * NAVIGATION-INFO
 * VectorArrayListUser
 * MapUser
 * JavaCollectionHierarchy
 */

package lectures.arrays.collections_kinds;
import util.annotations.WebDocuments;