|
Class Summary |
| TypeSafeCollection |
Implementation of the java.util.Collection class which accepts
only objects of a given type for add operations. |
| TypeSafeCollections |
This class contains a Collection of static methods which return
a wrapper to an existing container interface of the
Java Collection Framework. |
| TypeSafeList |
Implementation of the java.util.List class which accepts
only objects of a given type for add operations. |
| TypeSafeMap |
Implementation of the java.util.Map class which accepts
only key and value objects of a given type for put operations. |
| TypeSafeMapEntrySet |
Implementation of the java.util.Set class which contains
java.util.Map.Entry objects which accept
objects of a given type for add operations only. |
| TypeSafeSet |
Implementation of the java.util.Set class which accepts
only objects of a given type for add operations. |
| TypeSafeSortedMap |
Implementation of the java.util.SortedMap class which accepts
only key and value objects of a given type for put operations. |
| TypeSafeSortedSet |
Implementation of the java.util.SortedSet class which accepts
only objects of a given type for add operations. |