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
-
allCollectables
- A CollectableStreamer that has already been registered with each of the individual
mappings available from this class.
-
Bag
- Maps a Tools.h++ RWBag to a com.roguewave.tools.v2-0.Bag
-
BinaryTree
- Maps a Tools.h++ RWBinaryTree to a com.roguewave.tools.v2-0.BinaryTree
-
BTree
- Maps a Tools.h++ RWBTree to a com.roguewave.tools.v2-0.BTree
-
BTreeDictionary
- Maps a Tools.h++ RWBTreeDictionary to a com.roguewave.tools.v2-0.BTreeDictionary
-
CollectableInt
- Maps a Tools.h++ RWCollectableInt to a java.lang.Integer
-
CollectableString
- Maps a Tools.h++ RWCollectableString to a java.lang.String
-
DlistCollectables
- Maps a Tools.h++ RWDlistCollectables to a com.roguewave.tools.v2-0.Dlist
-
HashDictionary
- Maps a Tools.h++ RWHashDictionary to a com.roguewave.tools.v2-0.HashDictionary
-
IdentityDictionary
- Maps a Tools.h++ RWIdentityDictionary to a com.roguewave.tools.v2-0.IdentityDictionary
-
IdentitySet
- Maps a Tools.h++ RWIdentitySet to a com.roguewave.tools.v2-0.IdentitySet
-
OrderedVector
- Maps a Tools.h++ RWOrdered to a java.util.Vector
-
Set
- Maps a Tools.h++ RWSet to a com.roguewave.tools.v2-0.Set
-
SlistCollectables
- Maps a Tools.h++ RWSlistCollectables to a com.roguewave.tools.v2-0.Slist
-
SlistCollectablesQueue
- Maps a Tools.h++ RWSlistCollectablesQueue to a com.roguewave.tools.v2-0.Queue
-
SlistCollectablesStack
- Maps a Tools.h++ RWSlistCollectablesStack to a java.util.Stack
-
CollectableMappings()
-
-
registerAllCollectables(CollectableStreamer)
- Registers each of the individual mappings available from this class with the given
CollectableStreamer.
Bag
public static final DefineCollectable Bag
- Maps a Tools.h++ RWBag to a com.roguewave.tools.v2-0.Bag
BinaryTree
public static final DefineCollectable BinaryTree
- Maps a Tools.h++ RWBinaryTree to a com.roguewave.tools.v2-0.BinaryTree
BTree
public static final DefineCollectable BTree
- Maps a Tools.h++ RWBTree to a com.roguewave.tools.v2-0.BTree
BTreeDictionary
public static final DefineCollectable BTreeDictionary
- Maps a Tools.h++ RWBTreeDictionary to a com.roguewave.tools.v2-0.BTreeDictionary
CollectableInt
public static final DefineCollectable CollectableInt
- Maps a Tools.h++ RWCollectableInt to a java.lang.Integer
CollectableString
public static final DefineCollectable CollectableString
- Maps a Tools.h++ RWCollectableString to a java.lang.String
DlistCollectables
public static final DefineCollectable DlistCollectables
- Maps a Tools.h++ RWDlistCollectables to a com.roguewave.tools.v2-0.Dlist
HashDictionary
public static final DefineCollectable HashDictionary
- Maps a Tools.h++ RWHashDictionary to a com.roguewave.tools.v2-0.HashDictionary
IdentityDictionary
public static final DefineCollectable IdentityDictionary
- Maps a Tools.h++ RWIdentityDictionary to a com.roguewave.tools.v2-0.IdentityDictionary
IdentitySet
public static final DefineCollectable IdentitySet
- Maps a Tools.h++ RWIdentitySet to a com.roguewave.tools.v2-0.IdentitySet
OrderedVector
public static final DefineCollectable OrderedVector
- Maps a Tools.h++ RWOrdered to a java.util.Vector
Set
public static final DefineCollectable Set
- Maps a Tools.h++ RWSet to a com.roguewave.tools.v2-0.Set
SlistCollectablesQueue
public static final DefineCollectable SlistCollectablesQueue
- Maps a Tools.h++ RWSlistCollectablesQueue to a com.roguewave.tools.v2-0.Queue
SlistCollectablesStack
public static final DefineCollectable SlistCollectablesStack
- Maps a Tools.h++ RWSlistCollectablesStack to a java.util.Stack
SlistCollectables
public static final DefineCollectable SlistCollectables
- Maps a Tools.h++ RWSlistCollectables to a com.roguewave.tools.v2-0.Slist
allCollectables
public static final CollectableStreamer allCollectables
- A CollectableStreamer that has already been registered with each of the individual
mappings available from this class.
CollectableMappings
public CollectableMappings()
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