All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.roguewave.vsj.streamer.CollectableMappings

java.lang.Object
   |
   +----com.roguewave.vsj.streamer.CollectableMappings

public class CollectableMappings
extends Object

Variable Index

 o allCollectables
A CollectableStreamer that has already been registered with each of the individual mappings available from this class.
 o Bag
Maps a Tools.h++ RWBag to a com.roguewave.tools.v2-0.Bag
 o BinaryTree
Maps a Tools.h++ RWBinaryTree to a com.roguewave.tools.v2-0.BinaryTree
 o BTree
Maps a Tools.h++ RWBTree to a com.roguewave.tools.v2-0.BTree
 o BTreeDictionary
Maps a Tools.h++ RWBTreeDictionary to a com.roguewave.tools.v2-0.BTreeDictionary
 o CollectableInt
Maps a Tools.h++ RWCollectableInt to a java.lang.Integer
 o CollectableString
Maps a Tools.h++ RWCollectableString to a java.lang.String
 o DlistCollectables
Maps a Tools.h++ RWDlistCollectables to a com.roguewave.tools.v2-0.Dlist
 o HashDictionary
Maps a Tools.h++ RWHashDictionary to a com.roguewave.tools.v2-0.HashDictionary
 o IdentityDictionary
Maps a Tools.h++ RWIdentityDictionary to a com.roguewave.tools.v2-0.IdentityDictionary
 o IdentitySet
Maps a Tools.h++ RWIdentitySet to a com.roguewave.tools.v2-0.IdentitySet
 o OrderedVector
Maps a Tools.h++ RWOrdered to a java.util.Vector
 o Set
Maps a Tools.h++ RWSet to a com.roguewave.tools.v2-0.Set
 o SlistCollectables
Maps a Tools.h++ RWSlistCollectables to a com.roguewave.tools.v2-0.Slist
 o SlistCollectablesQueue
Maps a Tools.h++ RWSlistCollectablesQueue to a com.roguewave.tools.v2-0.Queue
 o SlistCollectablesStack
Maps a Tools.h++ RWSlistCollectablesStack to a java.util.Stack

Constructor Index

 o CollectableMappings()

Method Index

 o registerAllCollectables(CollectableStreamer)
Registers each of the individual mappings available from this class with the given CollectableStreamer.

Variables

 o Bag
 public static final DefineCollectable Bag
Maps a Tools.h++ RWBag to a com.roguewave.tools.v2-0.Bag

 o BinaryTree
 public static final DefineCollectable BinaryTree
Maps a Tools.h++ RWBinaryTree to a com.roguewave.tools.v2-0.BinaryTree

 o BTree
 public static final DefineCollectable BTree
Maps a Tools.h++ RWBTree to a com.roguewave.tools.v2-0.BTree

 o BTreeDictionary
 public static final DefineCollectable BTreeDictionary
Maps a Tools.h++ RWBTreeDictionary to a com.roguewave.tools.v2-0.BTreeDictionary

 o CollectableInt
 public static final DefineCollectable CollectableInt
Maps a Tools.h++ RWCollectableInt to a java.lang.Integer

 o CollectableString
 public static final DefineCollectable CollectableString
Maps a Tools.h++ RWCollectableString to a java.lang.String

 o DlistCollectables
 public static final DefineCollectable DlistCollectables
Maps a Tools.h++ RWDlistCollectables to a com.roguewave.tools.v2-0.Dlist

 o HashDictionary
 public static final DefineCollectable HashDictionary
Maps a Tools.h++ RWHashDictionary to a com.roguewave.tools.v2-0.HashDictionary

 o IdentityDictionary
 public static final DefineCollectable IdentityDictionary
Maps a Tools.h++ RWIdentityDictionary to a com.roguewave.tools.v2-0.IdentityDictionary

 o IdentitySet
 public static final DefineCollectable IdentitySet
Maps a Tools.h++ RWIdentitySet to a com.roguewave.tools.v2-0.IdentitySet

 o OrderedVector
 public static final DefineCollectable OrderedVector
Maps a Tools.h++ RWOrdered to a java.util.Vector

 o Set
 public static final DefineCollectable Set
Maps a Tools.h++ RWSet to a com.roguewave.tools.v2-0.Set

 o SlistCollectablesQueue
 public static final DefineCollectable SlistCollectablesQueue
Maps a Tools.h++ RWSlistCollectablesQueue to a com.roguewave.tools.v2-0.Queue

 o SlistCollectablesStack
 public static final DefineCollectable SlistCollectablesStack
Maps a Tools.h++ RWSlistCollectablesStack to a java.util.Stack

 o SlistCollectables
 public static final DefineCollectable SlistCollectables
Maps a Tools.h++ RWSlistCollectables to a com.roguewave.tools.v2-0.Slist

 o allCollectables
 public static final CollectableStreamer allCollectables
A CollectableStreamer that has already been registered with each of the individual mappings available from this class.

Constructors

 o CollectableMappings
 public CollectableMappings()

Methods

 o registerAllCollectables
 public static CollectableStreamer registerAllCollectables(CollectableStreamer collstr)
Registers each of the individual mappings available from this class with the given CollectableStreamer. The function returns its argument.


All Packages  Class Hierarchy  This Package  Previous  Next  Index