Treffer: Java4030: Purpose of Framework Interfaces
Title:
Java4030: Purpose of Framework Interfaces
Authors:
Publication Year:
2014
Collection:
Connexions (Educational Material)
Subject Terms:
Document Type:
other/unknown material
Language:
English
Accession Number:
edsbas.6E71D4A0
Database:
BASE
Weitere Informationen
There are eight core interfaces in the Java Collections Framework. Each interface declares several methods and provides a contract that applies to each declared method. The method declarations and their associated contracts specify the general behavior of matching methods in the classes that implement the interfaces. The purpose of this module is to provide a brief explanation of some of those interfaces and their contracts.