Package com.starbase.util.collections

Interface Summary
Collection This interface is intended to parallel the JDK 1.2 Collection interface.
Iterator This interface is intended to parallel the JDK 1.2 Iterator interface.
Map This interface is intended to parallel the JDK 1.2 Map interface.
Map.Entry An interface representing entries in a map.
Set This interface is intended to parallel the JDK 1.2 Set interface.
 

Class Summary
EnumerationIterator This is a utility wrapper class to make an Enumeration object behave as an Iterator.
HashtableKeySet This class wraps a Set implementation on the keys of an underlying hash table.
SimpleHashMap A simple implementation of the Map interface that uses a Hashtable as its underlying implementation.
 

Exception Summary
ConcurrentModificationException This exception is intended to parallel the JDK 1.2 ConcurrentModificationException exception Please see the JDK 1.2 documenation for further details.
UnsupportedOperationException This exception is intended to parallel the JDK 1.2 UnsupportedOperationException exception Please see the JDK 1.2 documenation for further details.
 



StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.