Package com.generationjava.collections.typed

Interface Summary
TypedStructure A structure which only allows contents of a particular type.
 

Class Summary
AbstractTypedStructure A structure that has a type.
TypedList An implementation of Set that checks the entries are of the correct type.
TypedMap A Map in which the key and values are of a known type.
TypedSet An implementation of Set that checks the entries are of the correct type.
 

Exception Summary
IllegalTypeException A runtime exception.
 



Copyright © 2000-2003 GenerationJava. All Rights Reserved.