Deprecated API


Contents
Deprecated Classes
jpaul.DataStructs.MapFacts.HashMapFactory
          As of jpaul 2.2, use MapFacts.hash() instead. 
jpaul.DataStructs.MapFacts.TreeMapFactory
          As of jpaul 2.2, use MapFacts.tree(Comparator) instead. 
jpaul.DataStructs.RelFacts.COWRelationFactory
          As of jpaul 2.2, use RelFacts.cow(RelationFactory) instead. 
jpaul.DataStructs.RelFacts.MapSetRelationFactory
          As of jpaul 2.2, use RelFacts.mapSet() or RelFacts.mapSet(MapFactory,SetFactory) instead. 
jpaul.DataStructs.SetFacts.COWSetFactory
          As of jpaul 2.2, use SetFacts.cow(SetFactory) instead. 
jpaul.DataStructs.SetFacts.HashSetFactory
          As of jpaul 2.2, use SetFacts.hash() instead. 
jpaul.DataStructs.SetFacts.TreeSetFactory
          As of jpaul 2.2, use SetFacts.tree(Comparator) instead. 
 



Copyright 2005 Alexandru Salcianu - salcianu@alum.mit.edu