All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

addConstant(int, String, String, String). Method in class com.roguewave.common.ConstantStringsHelper
addElement(Object). Method in class com.roguewave.vsj.ReadTable
Add an object to the ReadTable
addElement(Object). Method in interface com.roguewave.vsj.RestoreContext
Add an object to the read table.
addElement(Object). Method in interface com.roguewave.vsj.SaveContext
Add an object to the store table.
addElement(Object). Method in class com.roguewave.vsj.StoreTable
Add an object to the StoreTable.
addLeadingZero(). Method in class com.roguewave.format.NumericFormat
Return whether or not a leading '0' should be added to numbers with no digits before the decimal place.
addTrailingZero(). Method in class com.roguewave.format.NumericFormat
Return whether a trailing zero will be added to integer valued numbers.
allCollectables. Static variable in class com.roguewave.vsj.streamer.CollectableMappings
A CollectableStreamer that has already been registered with each of the individual mappings available from this class.
append(Object). Method in class com.roguewave.tools.v2-0.Dlist
Adds an element to the end of the list
append(Object). Method in interface com.roguewave.tools.v2-0.Sequence
Adds an item to the end of the collection
append(Object). Method in class com.roguewave.tools.v2-0.Slist
Adds an item to the end of the list.
apply(BinaryFunction). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Applies the specified function to each key and value pair in the tree.
apply(BinaryFunction). Method in class com.roguewave.tools.v2-0.HashDictionary
Applies the specified function to each key and value pair in the tree.
apply(UnaryFunction). Method in interface com.roguewave.tools.v2-0.Collection
Applies the unary function to every element of the collection in turn.
apply(UnaryFunction). Method in class com.roguewave.tools.v2-0.CollectionBase
Applies the UnaryFunction to every element of the collection in turn.
apply(UnaryFunction). Method in class com.roguewave.tools.v2-0.Set
Applies the unary function to every element of the collection in turn.
arg(double). Method in class com.roguewave.format.QuickFormat
Plug the argument value into the next "slot" in the picture.
arg(Double). Method in class com.roguewave.format.QuickFormat
Plug the argument value into the next "slot" in the picture.
arg(double). Method in class com.roguewave.format.TextPicture
Replace the next blank with the floating point argument.
arg(Double). Method in class com.roguewave.format.TextPicture
Replace the next blank with the floating point argument.
arg(Float). Method in class com.roguewave.format.QuickFormat
Plug the argument value into the next "slot" in the picture.
arg(float). Method in class com.roguewave.format.QuickFormat
Plug the argument value into the next "slot" in the picture.
arg(Float). Method in class com.roguewave.format.TextPicture
Replace the next blank with the floating point argument.
arg(float). Method in class com.roguewave.format.TextPicture
Replace the next blank with the floating point argument.
arg(Formattable). Method in class com.roguewave.format.QuickFormat
Plug the argument value into the next "slot" in the picture.
arg(int). Method in class com.roguewave.format.QuickFormat
Plug the argument value into the next "slot" in the picture.
arg(int). Method in class com.roguewave.format.TextPicture
Replace the next blank with the integer argument.
arg(Integer). Method in class com.roguewave.format.QuickFormat
Plug the argument value into the next "slot" in the picture.
arg(Integer). Method in class com.roguewave.format.TextPicture
Replace the next blank with the integer argument.
arg(long). Method in class com.roguewave.format.QuickFormat
Substitute the argument value into the picture.
arg(Long). Method in class com.roguewave.format.QuickFormat
Plug the argument value into the next "slot" in the picture.
arg(Long). Method in class com.roguewave.format.TextPicture
Replace the next blank with the argument integer.
arg(long). Method in class com.roguewave.format.TextPicture
Replace the next blank with the argument integer.
arg(String). Method in class com.roguewave.format.QuickFormat
Substitute the argument value into the picture.
arg(String). Method in class com.roguewave.format.TextPicture
Replace the next blank with the argument string arg.
arg(TextAlignment). Method in class com.roguewave.format.QuickFormat
Substitute the argument value into the picture.
arg(TextAlignment). Method in class com.roguewave.format.TextPicture
Replace the next blank with the argument TextAlignment.
at(int). Method in class com.roguewave.tools.v2-0.Dlist
Returns the ith element of the list where i is between 0 and one less than the number of entries.
at(int). Method in interface com.roguewave.tools.v2-0.Sequence
Returns an element from a particular location within the collection
at(int). Method in class com.roguewave.tools.v2-0.Slist
Returns the ith element of the list where i is between 0 and one less than the number of entries.
atPut(int, Object). Method in class com.roguewave.tools.v2-0.Dlist
Replaces the element at the given position with the given item.
atPut(int, Object). Method in interface com.roguewave.tools.v2-0.Sequence
Replaces an element at a particular location within the collection
atPut(int, Object). Method in class com.roguewave.tools.v2-0.Slist
Replaces the element at the given position with the given item.

B

BadRegularExpressionException(). Constructor for class com.roguewave.tools.v2-0.BadRegularExpressionException
Constructs a new BadRegularExpressionException.
BadRegularExpressionException(String). Constructor for class com.roguewave.tools.v2-0.BadRegularExpressionException
Constructs a new BadRegularExpressionException with a detailed message.
Bag. Static variable in class com.roguewave.vsj.streamer.CollectableMappings
Maps a Tools.h++ RWBag to a com.roguewave.tools.v2-0.Bag
Bag(). Constructor for class com.roguewave.tools.v2-0.Bag
Creates an empty bag with default capacity.
Bag(int). Constructor for class com.roguewave.tools.v2-0.Bag
Creates an empty bag with a given initial capacity.
balance(). Method in class com.roguewave.tools.v2-0.BinaryTree
Balances this BinaryTree.
balanceNodes(Vector, int, int). Method in class com.roguewave.tools.v2-0.BinaryTree
Creates a balanced sorted binary tree from a vector of Nodes.
BasicMappings(). Constructor for class com.roguewave.vsj.streamer.BasicMappings
bfun(Object, Object). Method in interface com.roguewave.tools.v2-0.BinaryFunction
A binary function
bidirectionalElements(). Method in class com.roguewave.tools.v2-0.Dlist
Returns a bidirectional enumeration of the elements in the list.
BinaryTree. Static variable in class com.roguewave.vsj.streamer.CollectableMappings
Maps a Tools.h++ RWBinaryTree to a com.roguewave.tools.v2-0.BinaryTree
BinaryTree(). Constructor for class com.roguewave.tools.v2-0.BinaryTree
Creates an empty BinaryTree with a null comparator.
BinaryTree(Comparator). Constructor for class com.roguewave.tools.v2-0.BinaryTree
Creates an empty BinaryTree.
BinaryTree(Node, Comparator). Constructor for class com.roguewave.tools.v2-0.BinaryTree
Constructs a BinaryTree with the given root and comparator.
Boolean. Static variable in class com.roguewave.vsj.streamer.BasicMappings
Map a C++ int to a Java Boolean.
BTree. Static variable in class com.roguewave.vsj.streamer.CollectableMappings
Maps a Tools.h++ RWBTree to a com.roguewave.tools.v2-0.BTree
BTree(). Constructor for class com.roguewave.tools.v2-0.BTree
Creates an empty BTree with a null comparator.
BTree(Comparator). Constructor for class com.roguewave.tools.v2-0.BTree
Creates an empty tree.
btree_. Variable in class com.roguewave.tools.v2-0.BTreeDictionary
The underlying BTree of Associations.
BTreeDictionary. Static variable in class com.roguewave.vsj.streamer.CollectableMappings
Maps a Tools.h++ RWBTreeDictionary to a com.roguewave.tools.v2-0.BTreeDictionary
BTreeDictionary(). Constructor for class com.roguewave.tools.v2-0.BTreeDictionary
Creates an empty BTreeDictionary with a null comparator.
BTreeDictionary(Comparator). Constructor for class com.roguewave.tools.v2-0.BTreeDictionary
Creates an empty BTreeDictionary.
Byte. Static variable in class com.roguewave.vsj.streamer.BasicMappings
Map a C++ char to a Java Byte.

C

CENTER. Static variable in class com.roguewave.format.TextAlignment
Character. Static variable in class com.roguewave.vsj.streamer.BasicMappings
Map a C++ char to a Java Character.
classIdToDefcoll_. Variable in class com.roguewave.vsj.CollectableStreamer
Maps C++ classIds to DefineCollectables
clear(). Method in class com.roguewave.tools.v2-0.Bag
Removes all items from the collection
clear(). Method in class com.roguewave.tools.v2-0.BinaryTree
Removes all items from the collection.
clear(). Method in class com.roguewave.tools.v2-0.BTree
Removes all items from the collection.
clear(). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Removes all items from the collection.
clear(). Method in interface com.roguewave.tools.v2-0.Collection
Removes all elements from the collection
clear(). Method in class com.roguewave.tools.v2-0.CollectionBase
Removes all elements from the collection
clear(). Method in class com.roguewave.tools.v2-0.Dlist
Removes all elements from the list.
clear(). Method in class com.roguewave.tools.v2-0.HashDictionary
Removes all items from the collection.
clear(). Method in class com.roguewave.tools.v2-0.Set
Removes all elements from the collection.
clear(). Method in class com.roguewave.tools.v2-0.Slist
Removes all elements from the list.
clone(). Method in class com.roguewave.tools.v2-0.Bag
Returns a clone of this bag.
clone(). Method in class com.roguewave.tools.v2-0.BinaryTree
Returns a clone of this BinaryTree.
clone(). Method in class com.roguewave.tools.v2-0.BTree
Returns a clone of this BTree.
clone(). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Returns a clone of this BTreeDictionary.
clone(). Method in class com.roguewave.tools.v2-0.Dlist
Returns a clone of this Dlist.
clone(). Method in class com.roguewave.tools.v2-0.HashDictionary
Returns a clone of this HashDictionary.
clone(). Method in class com.roguewave.tools.v2-0.IdentityDictionary
Returns a clone of this IdentityDictionary.
clone(). Method in class com.roguewave.tools.v2-0.IdentitySet
Returns a clone of this IdentitySet.
clone(). Method in class com.roguewave.format.NumericFormat
Returns a clone of this NumericFormat object.
clone(). Method in class com.roguewave.tools.v2-0.Queue
Returns a clone of this Queue.
clone(). Method in class com.roguewave.tools.v2-0.RegExp
Creates a regular expression equal to self.
clone(). Method in class com.roguewave.tools.v2-0.Set
Returns a clone of this Set.
clone(). Method in class com.roguewave.tools.v2-0.Slist
Returns a clone of this Slist.
CollectableCompare(). Constructor for class com.roguewave.vsj.streamer.CollectableCompare
CollectableInt. Static variable in class com.roguewave.vsj.streamer.CollectableMappings
Maps a Tools.h++ RWCollectableInt to a java.lang.Integer
CollectableMappings(). Constructor for class com.roguewave.vsj.streamer.CollectableMappings
CollectableStreamer(). Constructor for class com.roguewave.vsj.CollectableStreamer
CollectableString. Static variable in class com.roguewave.vsj.streamer.CollectableMappings
Maps a Tools.h++ RWCollectableString to a java.lang.String
CollectionBase(). Constructor for class com.roguewave.tools.v2-0.CollectionBase
column_. Variable in class com.roguewave.vsj.PortableOutputStream
Keep track of the column to enhance human readability of output
comp_. Variable in class com.roguewave.tools.v2-0.BinaryTree
The Comparator used to order elements of this tree
comp_. Variable in class com.roguewave.tools.v2-0.BTree
The Comparator object used to order elements of this BTree.
compare(Object, Object). Method in class com.roguewave.vsj.streamer.CollectableCompare
Compares two Objects using their hash codes.
compare(Object, Object). Method in interface com.roguewave.tools.v2-0.Comparator
Compare two objects.
compare(Object, Object). Method in class com.roguewave.tools.v2-0.NumericCompare
Compares two Numbers using their double values.
compare(Object, Object). Method in class com.roguewave.tools.v2-0.StringCompare
Compares two objects based on their string values.
conciseString(int). Method in interface com.roguewave.common.ConstantStrings
conciseString(int). Method in class com.roguewave.common.ConstantStringsHelper
constantName(int). Method in interface com.roguewave.common.ConstantStrings
constantName(int). Method in class com.roguewave.common.ConstantStringsHelper
ConstantStringsHelper(). Constructor for class com.roguewave.common.ConstantStringsHelper
ConstantStringsHelper(String). Constructor for class com.roguewave.common.ConstantStringsHelper
contains(Object). Method in class com.roguewave.tools.v2-0.Bag
Checks the bag for an element that compares equal to the given item.
contains(Object). Method in class com.roguewave.tools.v2-0.BinaryTree
Returns true if the tree contains an element that compares equal to the given item.
contains(Object). Method in class com.roguewave.tools.v2-0.BTree
Checks the tree for an element that compares equal to the given item.
contains(Object). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Searches the BTreeDictionary for a value that compares equal to the given item.
contains(Object). Method in interface com.roguewave.tools.v2-0.Collection
Returns true if the collection contains an element equivalent to the given item.
contains(Object). Method in class com.roguewave.tools.v2-0.CollectionBase
Returns true if an element equivalent to item is contained in the collection.
contains(Object). Method in class com.roguewave.tools.v2-0.Dlist
Returns true if the list contains an element equal to (equals()) the given item.
contains(Object). Method in class com.roguewave.tools.v2-0.HashDictionary
Searches the HashDictionary for a value that compares equal to the given item.
contains(Object). Method in class com.roguewave.tools.v2-0.IdentitySet
Returns true if the IdentitySet contains an element identical to the given item, false otherwise.
contains(Object). Method in class com.roguewave.tools.v2-0.Set
Returns true if the Set contains an element equal to the given item, false otherwise.
contains(Object). Method in class com.roguewave.tools.v2-0.Slist
Returns true if the list contains an element equal to (equals()) the given item.
containsKey(Object). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Checks the BTreeDictionary for a key that compares equal to the given item.
containsKey(Object). Method in class com.roguewave.tools.v2-0.HashDictionary
Checks the HashDictionary for a key that compares equal to the given item.
containsReference(Object). Method in class com.roguewave.tools.v2-0.Dlist
Returns true if the list contains an element that is identical to (==) the given item.
containsReference(Object). Method in interface com.roguewave.tools.v2-0.Sequence
Returns true if the collection contains an element identical to the given item.
containsReference(Object). Method in class com.roguewave.tools.v2-0.Slist
Returns true if the list contains an element that is identical to (==) the given item.
create(VirtualInputStream). Method in interface com.roguewave.vsj.DefineCollectable
This method will be called by CollectableStreamer to create an instance of the object being restored.
create(VirtualInputStream). Method in interface com.roguewave.vsj.DefinePersistable
This method will be called by PersistableStreamer to create an instance of the object being restored.
create(VirtualInputStream). Method in class com.roguewave.vsj.streamer.DefinePersistableTemplColl
Return a new Collection (to be called from PersistableStreamer).
CString. Static variable in class com.roguewave.vsj.streamer.SimpleMappings
Maps a Tools.h++ RWCString to a java.lang.String

D

Date. Static variable in class com.roguewave.vsj.streamer.SimpleMappings
Maps a Tools.h++ RWDate to a java.util.GregorianCalendar
DefineCollectableCollection(). Constructor for class com.roguewave.vsj.streamer.DefineCollectableCollection
DefinePersistableTemplColl(Class, ObjectStreamer). Constructor for class com.roguewave.vsj.streamer.DefinePersistableTemplColl
Create a DefinePersistableTemplColl.
descriptiveString(int). Method in interface com.roguewave.common.ConstantStrings
descriptiveString(int). Method in class com.roguewave.common.ConstantStringsHelper
difference(IdentitySet, IdentitySet). Static method in class com.roguewave.tools.v2-0.IdentitySet
Returns a new IdentitySet containing the difference (A - B) of the two IdentitySets specified.
difference(Set, Set). Static method in class com.roguewave.tools.v2-0.Set
Returns a new Set containing the difference (A - B) of the two Sets specified.
differenceWith(IdentitySet). Method in class com.roguewave.tools.v2-0.IdentitySet
Modifies self to contain the difference of self with the given set (self = self - set)
differenceWith(Set). Method in class com.roguewave.tools.v2-0.Set
Modifies self to contain the difference of self with the given set (self = self - set)
Dlist(). Constructor for class com.roguewave.tools.v2-0.Dlist
Creates an empty doubly-linked list
Dlist(ObjectStreamer). Static method in class com.roguewave.vsj.streamer.TemplateMappings
Return a streamer mapping either of RWTValDlist or RWTPtrDlist to com.roguewave.tools.v2-0.Dlist
DlistCollectables. Static variable in class com.roguewave.vsj.streamer.CollectableMappings
Maps a Tools.h++ RWDlistCollectables to a com.roguewave.tools.v2-0.Dlist
DlistIndexOutOfBoundsException(). Constructor for class com.roguewave.tools.v2-0.DlistIndexOutOfBoundsException
Constructs a DlistIndexOutOfBoundsException with no detailed message.
DlistIndexOutOfBoundsException(int, int, int). Constructor for class com.roguewave.tools.v2-0.DlistIndexOutOfBoundsException
Constructs an DlistIndexOutOfBoundsException giving the allowable range and the bad index.
DlistIndexOutOfBoundsException(String). Constructor for class com.roguewave.tools.v2-0.DlistIndexOutOfBoundsException
Constructs a DlistIndexOutOfBoundsException with a given detailed message.
Double. Static variable in class com.roguewave.vsj.streamer.BasicMappings
Map a C++ double to a Java Double.
dupStrIdMarker. Static variable in class com.roguewave.vsj.CollectableStreamer
Announces a back-reference to a stringId:

E

elementAt(int). Method in class com.roguewave.vsj.ReadTable
Return an object from the ReadTable.
elementAt(int). Method in interface com.roguewave.vsj.RestoreContext
Return an object from the read table.
elements(). Method in class com.roguewave.tools.v2-0.Bag
Returns an Enumeration object, which can be used to visit each element of the collection in turn.
elements(). Method in class com.roguewave.tools.v2-0.BinaryTree
Returns an enumeration of the elements in the BinaryTree.
elements(). Method in class com.roguewave.tools.v2-0.BTree
Returns an Enumeration object, which can be used to visit each element of the collection in turn.
elements(). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Returns an Enumeration object of the values in this BTreeDictionary, which can be used to visit each value in turn.
elements(). Method in interface com.roguewave.tools.v2-0.Collection
Returns an Enumeration object, which can be used to visit Each element of the collection in turn.
elements(). Method in class com.roguewave.tools.v2-0.CollectionBase
Returns an Enumeration object, which can be used to visit Each element of the collection in turn.
elements(). Method in class com.roguewave.tools.v2-0.Dlist
Returns an enumeration of the elements in the list.
elements(). Method in class com.roguewave.tools.v2-0.HashDictionary
Returns an Enumeration object of the values in this HashDictionary, which can be used to visit each value in turn.
elements(). Method in class com.roguewave.tools.v2-0.Set
Returns an Enumeration object, which can be used to visit each element of the collection in turn.
elements(). Method in class com.roguewave.tools.v2-0.Slist
Returns an enumeration of the elements in the list.
EmptyQueueException(). Constructor for class com.roguewave.tools.v2-0.EmptyQueueException
Constructs a new EmptyQueueException.
EmptyQueueException(String). Constructor for class com.roguewave.tools.v2-0.EmptyQueueException
Constructs a new EmptyQueueException with a given detailed message.
endContext(). Method in class com.roguewave.vsj.ReadTable
End the current persistence context.
endContext(). Method in interface com.roguewave.vsj.RestoreContext
End the current persistence context.
endContext(). Method in interface com.roguewave.vsj.SaveContext
End the current persistence context.
endContext(). Method in class com.roguewave.vsj.StoreTable
End the current persistence context.
extractChar(). Method in class com.roguewave.vsj.PortableInputStream
Read a character.
extractChar(). Method in interface com.roguewave.vsj.VirtualInputStream
Read a character.
extractDouble(). Method in class com.roguewave.vsj.PortableInputStream
Read a double.
extractDouble(). Method in interface com.roguewave.vsj.VirtualInputStream
Read a double.
extractFloat(). Method in class com.roguewave.vsj.PortableInputStream
Read a float.
extractFloat(). Method in interface com.roguewave.vsj.VirtualInputStream
Read a float.
extractInt(). Method in class com.roguewave.vsj.PortableInputStream
Read an int.
extractInt(). Method in interface com.roguewave.vsj.VirtualInputStream
Read an int.
extractLong(). Method in class com.roguewave.vsj.PortableInputStream
Read a long.
extractLong(). Method in interface com.roguewave.vsj.VirtualInputStream
Read a long.
extractShort(). Method in class com.roguewave.vsj.PortableInputStream
Read a short.
extractShort(). Method in interface com.roguewave.vsj.VirtualInputStream
Read a short.
extractUnsignedChar(). Method in class com.roguewave.vsj.PortableInputStream
Read an unsigned character.
extractUnsignedChar(). Method in interface com.roguewave.vsj.VirtualInputStream
Read an unsigned character.
extractUnsignedInt(). Method in class com.roguewave.vsj.PortableInputStream
Read an unsigned int.
extractUnsignedInt(). Method in interface com.roguewave.vsj.VirtualInputStream
Read an unsigned int.
extractUnsignedLong(). Method in class com.roguewave.vsj.PortableInputStream
Read an unsigned long.
extractUnsignedLong(). Method in interface com.roguewave.vsj.VirtualInputStream
Read an unsigned long.
extractUnsignedShort(). Method in class com.roguewave.vsj.PortableInputStream
Read an unsigned short.
extractUnsignedShort(). Method in interface com.roguewave.vsj.VirtualInputStream
Read an unsigned short.
extractWChar(). Method in class com.roguewave.vsj.PortableInputStream
Read a wide character.
extractWChar(). Method in interface com.roguewave.vsj.VirtualInputStream
Read a wide character.

F

find(Object). Method in class com.roguewave.tools.v2-0.Bag
Returns the original element equal to the given item that was inserted into the bag, or null if no such element is found.
find(Object). Method in class com.roguewave.tools.v2-0.BinaryTree
Returns the first element in the tree that compares equal to the given item, or null if no such element.
find(Object). Method in class com.roguewave.tools.v2-0.BTree
find(Object). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Searches the BTreeDictionary for a value matching the given item.
find(Object). Method in interface com.roguewave.tools.v2-0.Collection
Returns an element from the collection equivalent to the given item, or null if no such element is found.
find(Object). Method in class com.roguewave.tools.v2-0.CollectionBase
find(Object). Method in class com.roguewave.tools.v2-0.Dlist
Returns the first element in the list equal to (equals()) the given item, or null if no such element is found.
find(Object). Method in class com.roguewave.tools.v2-0.HashDictionary
Searches the HashDictionary for a value matching the given item.
find(Object). Method in class com.roguewave.tools.v2-0.IdentitySet
Returns the element identical to the given item, or null if no such element is found.
find(Object). Method in class com.roguewave.tools.v2-0.Set
Returns the element equal to the given item, or null if no such element is found.
find(Object). Method in class com.roguewave.tools.v2-0.Slist
Returns the first element in the list equal to (equals()) the given item or null if no such element is found.
find(String). Method in class com.roguewave.tools.v2-0.RegExp
Finds a match for this RE within a given String.
find(String, int). Method in class com.roguewave.tools.v2-0.RegExp
Finds a match for this RE within a given String beginning at a given index.
find(StringBuffer). Method in class com.roguewave.tools.v2-0.RegExp
Finds a match for this RE within a given StringBuffer.
find(StringBuffer, int). Method in class com.roguewave.tools.v2-0.RegExp
Finds a match for this RE within a given StringBuffer beginning at a given index.
findKey(Object). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Searches the BTreeDictionary for a key matching the given item.
findKey(Object). Method in class com.roguewave.tools.v2-0.HashDictionary
Searches the HashDictionary for a key matching the given item.
findKey(Object). Method in class com.roguewave.tools.v2-0.IdentityDictionary
Searches the IdentityDictionary for a key identical to the given item.
first(). Method in class com.roguewave.tools.v2-0.Dlist
Returns the first element of the list.
first(). Method in interface com.roguewave.tools.v2-0.Sequence
Returns the first element of the collection
first(). Method in class com.roguewave.tools.v2-0.Slist
Returns the first element of the list.
Float. Static variable in class com.roguewave.vsj.streamer.BasicMappings
Map a C++ float to a Java Float.
flush(). Method in class com.roguewave.vsj.PortableOutputStream
flush the underlying stream
flush(). Method in interface com.roguewave.vsj.VirtualOutputStream
flush the underlying stream
format(boolean, String, String). Method in class com.roguewave.format.NumericFormat
Output the argument value formatted as specified by self.
format(Double). Method in class com.roguewave.format.NumericFormat
Produce a nicely formatted String representation of the argument.
format(double). Method in class com.roguewave.format.NumericFormat
Produce a nicely formatted String representation of the argument.
format(float). Method in class com.roguewave.format.NumericFormat
Produce a nicely formatted String representation of the argument.
format(Float). Method in class com.roguewave.format.NumericFormat
Produce a nicely formatted String representation of the argument.
format(Formattable). Method in class com.roguewave.format.NumericFormat
Produce a nicely formatted String representation of the argument.
format(int). Method in class com.roguewave.format.NumericFormat
Produce a nicely formatted String representation of the argument.
format(Integer). Method in class com.roguewave.format.NumericFormat
Produce a nicely formatted String representation of the argument.
format(long). Method in class com.roguewave.format.NumericFormat
Produce a nicely formatted String representation of the argument.
format(Long). Method in class com.roguewave.format.NumericFormat
Produce a nicely formatted String representation of the argument.

G

get(). Method in class com.roguewave.tools.v2-0.Queue
Returns and removes the element from the front of the queue.
get(Object). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Find in this BTreeDictionary the key comparing equal to the given item and return its corresponding value.
get(Object). Method in class com.roguewave.tools.v2-0.HashDictionary
Find in this HashDictionary the key comparing equal to the given item and return its corresponding value.
get(Object). Method in class com.roguewave.tools.v2-0.IdentityDictionary
Find in this IdentityDictionary the key identical to the given item and return its corresponding value.
getChar(). Method in class com.roguewave.vsj.PortableInputStream
Read a character.
getChar(). Method in interface com.roguewave.vsj.VirtualInputStream
Read a character.
getChars(int). Method in class com.roguewave.vsj.PortableInputStream
Read an array of characters.
getChars(int). Method in interface com.roguewave.vsj.VirtualInputStream
Read an array of characters.
getComparator(). Method in interface com.roguewave.vsj.DefineCollectable
Return a Comparator object for the Java class being mapped.
getComparator(). Method in class com.roguewave.vsj.streamer.DefineCollectableCollection
Return an RWCollectable comparator.
getCxxClassId(). Method in interface com.roguewave.vsj.DefineCollectable
This method must return the C++ ClassId when the C++ class being mapped uses a ClassId and not a StringId.
getCxxClassId(). Method in class com.roguewave.vsj.streamer.DefineCollectableCollection
You must override either this or getCxxStringId
getCxxStringId(). Method in interface com.roguewave.vsj.DefineCollectable
This method must return the C++ StringId when the C++ class being mapped uses a StringId and not a ClassId.
getCxxStringId(). Method in class com.roguewave.vsj.streamer.DefineCollectableCollection
You must override either this or getCxxClassId
getDecimalPosition(). Method in class com.roguewave.format.NumericFormat
Return the position within the field at which the decimal symbol should occur.
getDecimalSymbol(). Method in class com.roguewave.format.NumericFormat
Return the string used to represent the decimal place.
getDefineCollectable(Class). Method in class com.roguewave.vsj.CollectableStreamer
Return the registered DefineCollectable corresponding to the given Java Class object.
getDoubles(int). Method in class com.roguewave.vsj.PortableInputStream
Read an array of doubles.
getDoubles(int). Method in interface com.roguewave.vsj.VirtualInputStream
Read an array of doubles.
getFloats(int). Method in class com.roguewave.vsj.PortableInputStream
Read an array of floats.
getFloats(int). Method in interface com.roguewave.vsj.VirtualInputStream
Read an array of floats.
getInts(int). Method in class com.roguewave.vsj.PortableInputStream
Read an array of ints.
getInts(int). Method in interface com.roguewave.vsj.VirtualInputStream
Read an array of ints.
getJavaClass(). Method in interface com.roguewave.vsj.DefineCollectable
This method must return a java Class object for the Java class being mapped.
getLeading(). Method in interface com.roguewave.common.Formattable
Returns a string representing that portion of the formatted value which is to appear to the left of the decimal symbol.
getLongs(int). Method in class com.roguewave.vsj.PortableInputStream
Read an array of longs.
getLongs(int). Method in interface com.roguewave.vsj.VirtualInputStream
Read an array of longs.
getPositiveSymbol(). Method in class com.roguewave.format.NumericFormat
Return the string that will be used for a positive sign.
getPostExponent(). Method in class com.roguewave.format.NumericFormat
Return the string that is printed after the exponent when using scientific notation.
getPrecision(). Method in class com.roguewave.format.NumericFormat
Get the current precision setting.
getPreExponent(). Method in class com.roguewave.format.NumericFormat
Return the string that is printed before the exponent when using scientific notation.
getRestoreContext(). Method in class com.roguewave.vsj.PortableInputStream
Get the restore context maintained by this stream.
getRestoreContext(). Method in interface com.roguewave.vsj.VirtualInputStream
Get the restore context maintained by this stream.
getRoundingMethod(). Method in class com.roguewave.format.NumericFormat
Return the rounding method used when reducing the number of digits for numbers that implement the Formattable interface.
getSaveContext(). Method in class com.roguewave.vsj.PortableOutputStream
Return the save context maintained by this stream.
getSaveContext(). Method in interface com.roguewave.vsj.VirtualOutputStream
Return the save context maintained by this stream.
getShorts(int). Method in class com.roguewave.vsj.PortableInputStream
Read an array of shorts.
getShorts(int). Method in interface com.roguewave.vsj.VirtualInputStream
Read an array of shorts.
getString(int). Method in class com.roguewave.vsj.PortableInputStream
Read a string.
getString(int). Method in interface com.roguewave.vsj.VirtualInputStream
Read a string.
getTrailing(). Method in interface com.roguewave.common.Formattable
Returns a string representing that portion of the formatted value which is to appear to the right of the decimal symbol.
getUnsignedChar(). Method in class com.roguewave.vsj.PortableInputStream
Read an unsigned character.
getUnsignedChar(). Method in interface com.roguewave.vsj.VirtualInputStream
Read an unsigned character.
getUnsignedChars(int). Method in class com.roguewave.vsj.PortableInputStream
Read an array of unsigned characters.
getUnsignedChars(int). Method in interface com.roguewave.vsj.VirtualInputStream
Read an array of unsigned characters.
getUnsignedInts(int). Method in class com.roguewave.vsj.PortableInputStream
Read an array of unsigned ints.
getUnsignedInts(int). Method in interface com.roguewave.vsj.VirtualInputStream
Read an array of unsigned ints.
getUnsignedLongs(int). Method in class com.roguewave.vsj.PortableInputStream
Read an array of unsigned longs.
getUnsignedLongs(int). Method in interface com.roguewave.vsj.VirtualInputStream
Read an array of unsigned longs.
getUnsignedShorts(int). Method in class com.roguewave.vsj.PortableInputStream
Read an array of unsigned shorts.
getUnsignedShorts(int). Method in interface com.roguewave.vsj.VirtualInputStream
Read an array of unsigned shorts.
getWChar(). Method in class com.roguewave.vsj.PortableInputStream
Read a wide character.
getWChar(). Method in interface com.roguewave.vsj.VirtualInputStream
Read a wide character.
getWChars(int). Method in class com.roguewave.vsj.PortableInputStream
Read an array of wide characters.
getWChars(int). Method in interface com.roguewave.vsj.VirtualInputStream
Read an array of wide characters.
getWidth(). Method in class com.roguewave.format.NumericFormat
Get the current setting for width

H

HashDictionary. Static variable in class com.roguewave.vsj.streamer.CollectableMappings
Maps a Tools.h++ RWHashDictionary to a com.roguewave.tools.v2-0.HashDictionary
HashDictionary(). Constructor for class com.roguewave.tools.v2-0.HashDictionary
Creates an empty HashDictionary
HashDictionary(int). Constructor for class com.roguewave.tools.v2-0.HashDictionary
Constructs a new, empty HashDictionary with the specified initial capacity.
hasPriorElements(). Method in interface com.roguewave.tools.v2-0.BidirectionalEnumeration
Returns true if there are any elements prior to the position of the enumerator.
head_. Variable in class com.roguewave.tools.v2-0.Dlist
Sentinel link pointing to first node
head_. Variable in class com.roguewave.tools.v2-0.Slist
Sentinel link pointing to first node
height(). Method in class com.roguewave.tools.v2-0.BinaryTree
Returns the height of this BinaryTree by calculating the length of the longest path from the root to a leaf.
height(). Method in class com.roguewave.tools.v2-0.BTree
Calculates the height of this tree by finding the length of the longest path from the root node to a leaf.
height(). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Calculates the height of this BTreeDictionary by finding the length of the longest path from the root node to a leaf.

I

IdentityDictionary. Static variable in class com.roguewave.vsj.streamer.CollectableMappings
Maps a Tools.h++ RWIdentityDictionary to a com.roguewave.tools.v2-0.IdentityDictionary
IdentityDictionary(). Constructor for class com.roguewave.tools.v2-0.IdentityDictionary
Creates an empty IdentityDictionary
IdentityDictionary(int). Constructor for class com.roguewave.tools.v2-0.IdentityDictionary
Constructs a new, empty hashtable with the specified initial capacity.
IdentitySet. Static variable in class com.roguewave.vsj.streamer.CollectableMappings
Maps a Tools.h++ RWIdentitySet to a com.roguewave.tools.v2-0.IdentitySet
IdentitySet(). Constructor for class com.roguewave.tools.v2-0.IdentitySet
Creates an empty set with default capacity.
IdentitySet(int). Constructor for class com.roguewave.tools.v2-0.IdentitySet
Creates an empty set with a given initial capacity.
ILLEGAL. Static variable in class com.roguewave.tools.v2-0.RegExp
Status representing an invalid regular expression
inContext(). Method in class com.roguewave.vsj.ReadTable
Return true if the ReadTable is currently within a persistence context.
inContext(). Method in interface com.roguewave.vsj.RestoreContext
Return true if currently within a persistence context.
inContext(). Method in interface com.roguewave.vsj.SaveContext
Return true if currently within a persistence context.
inContext(). Method in class com.roguewave.vsj.StoreTable
Return true if StoreTable is currently within a persistence context.
index(Object). Method in class com.roguewave.tools.v2-0.Dlist
Returns the position (from 0) of the first element in the list equal to (equals()) the given item, or -1 if not found.
index(Object). Method in interface com.roguewave.vsj.SaveContext
Return the index of an object in the store table.
index(Object). Method in interface com.roguewave.tools.v2-0.Sequence
Returns the location of the first element equivalent to a given item or -1 if not found.
index(Object). Method in class com.roguewave.tools.v2-0.Slist
Returns the position (from 0) of the first element in the list equal to (equals()) the given item, or -1 if not found.
index(Object). Method in class com.roguewave.vsj.StoreTable
Return the index of an object in the StoreTable.
index(String). Method in class com.roguewave.tools.v2-0.RegExp
Gets the position and length of the portion of a given String that matches this RE.
index(String, int). Method in class com.roguewave.tools.v2-0.RegExp
Gets the position and length of the portion of a given String, beginning at a given index, that matches this RE.
index(StringBuffer). Method in class com.roguewave.tools.v2-0.RegExp
Gets the position and length of the portion of a given StringBuffer that matches this RE.
index(StringBuffer, int). Method in class com.roguewave.tools.v2-0.RegExp
Gets the position and length of the portion of a given StringBuffer, beginning at a given index, that matches this RE.
indexBegin(String). Method in class com.roguewave.tools.v2-0.RegExp
Does the same work as index, but returns only the index of the beginning of the matched pattern.
indexBegin(String, int). Method in class com.roguewave.tools.v2-0.RegExp
Does the same work as index, but returns only the index of the beginning of the matched pattern.
indexBegin(StringBuffer). Method in class com.roguewave.tools.v2-0.RegExp
Does the same work as index, but returns only the index of the beginning of the matched pattern.
indexBegin(StringBuffer, int). Method in class com.roguewave.tools.v2-0.RegExp
Does the same work as index, but returns only the index of the beginning of the matched pattern.
indexLength(String). Method in class com.roguewave.tools.v2-0.RegExp
Does the same work as index, but returns only the length of the matched pattern.
indexLength(String, int). Method in class com.roguewave.tools.v2-0.RegExp
Does the same work as index, but returns only the length of the matched pattern.
indexLength(StringBuffer). Method in class com.roguewave.tools.v2-0.RegExp
Does the same work as index, but returns only the length of the matched pattern.
indexLength(StringBuffer, int). Method in class com.roguewave.tools.v2-0.RegExp
Does the same work as index, but returns only the length of the matched pattern.
indexReference(Object). Method in class com.roguewave.tools.v2-0.Dlist
Returns the position (from 0) of the first element in the list that is identical to (==) the given item, or -1 if not found.
indexReference(Object). Method in interface com.roguewave.tools.v2-0.Sequence
Returns the location of the first element identical to the given item or -1 if not found.
indexReference(Object). Method in class com.roguewave.tools.v2-0.Slist
Returns the position (from 0) of the first element in the list that is identical to (==) the given item, or -1 if not found.
init(). Method in class com.roguewave.tools.v2-0.Dlist
Initializes member data as appropriate for an empty list.
init(). Method in class com.roguewave.tools.v2-0.Slist
Initializes member data as appropriate for an empty list.
InputRangeException(). Constructor for class com.roguewave.vsj.InputRangeException
Constructs an InputRangeException with no detail message.
InputRangeException(String). Constructor for class com.roguewave.vsj.InputRangeException
Constructs an InputRangeException with the specified detail message.
insert(Object). Method in class com.roguewave.tools.v2-0.Bag
Increments the tally of the element equal to the given item, or adds the item to the bag with a tally of 1 if no such element is found.
insert(Object). Method in class com.roguewave.tools.v2-0.BinaryTree
Inserts the given item into the collection.
insert(Object). Method in class com.roguewave.tools.v2-0.BTree
Inserts an item into the tree.
insert(Object). Method in interface com.roguewave.tools.v2-0.Collection
Inserts an item into the collection.
insert(Object). Method in class com.roguewave.tools.v2-0.CollectionBase
Inserts item into the collection.
insert(Object). Method in class com.roguewave.tools.v2-0.Dlist
Adds the given item to the end of the list.
insert(Object). Method in class com.roguewave.tools.v2-0.IdentitySet
Adds a new item to the IdentitySet.
insert(Object). Method in class com.roguewave.tools.v2-0.Set
Adds a new item to the Set.
insert(Object). Method in class com.roguewave.tools.v2-0.Slist
Adds an item to the end of the list.
insertAt(int, Object). Method in class com.roguewave.tools.v2-0.Dlist
Adds the given item to the list in front of the element at the given position.
insertAt(int, Object). Method in interface com.roguewave.tools.v2-0.Sequence
Inserts an item at a particular location within the collection
insertAt(int, Object). Method in class com.roguewave.tools.v2-0.Slist
Adds the given item to the list in front of the element at the given position.
insertChar(char). Method in class com.roguewave.vsj.PortableOutputStream
Write a character.
insertChar(char). Method in interface com.roguewave.vsj.VirtualOutputStream
Write a character.
insertDouble(double). Method in class com.roguewave.vsj.PortableOutputStream
Write a double.
insertDouble(double). Method in interface com.roguewave.vsj.VirtualOutputStream
Write a double.
insertFloat(float). Method in class com.roguewave.vsj.PortableOutputStream
Write a float.
insertFloat(float). Method in interface com.roguewave.vsj.VirtualOutputStream
Write a float.
insertInt(int). Method in class com.roguewave.vsj.PortableOutputStream
Write an int.
insertInt(int). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an int.
insertLong(long). Method in class com.roguewave.vsj.PortableOutputStream
Write a long.
insertLong(long). Method in interface com.roguewave.vsj.VirtualOutputStream
Write a long.
insertMany(Enumeration). Method in interface com.roguewave.tools.v2-0.Collection
Inserts the elements enumerated by the Enumeration into the collection.
insertMany(Enumeration). Method in class com.roguewave.tools.v2-0.CollectionBase
Inserts the elements in the Enumeration into the collection.
insertMany(Enumeration). Method in class com.roguewave.tools.v2-0.Set
Adds the items enumerated by the given Enumeration.
insertShort(short). Method in class com.roguewave.vsj.PortableOutputStream
Write a short.
insertShort(short). Method in interface com.roguewave.vsj.VirtualOutputStream
Write a short.
insertUnsignedChar(char). Method in class com.roguewave.vsj.PortableOutputStream
Write an unsigned character.
insertUnsignedChar(char). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an unsigned character.
insertUnsignedInt(long). Method in class com.roguewave.vsj.PortableOutputStream
Write an unsigned int.
insertUnsignedInt(long). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an unsigned int.
insertUnsignedLong(long). Method in class com.roguewave.vsj.PortableOutputStream
Write an unsigned long.
insertUnsignedLong(long). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an unsigned long.
insertUnsignedShort(int). Method in class com.roguewave.vsj.PortableOutputStream
Write an unsigned short.
insertUnsignedShort(int). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an unsigned short.
insertWChar(char). Method in class com.roguewave.vsj.PortableOutputStream
Write a wide character.
insertWChar(char). Method in interface com.roguewave.vsj.VirtualOutputStream
Write a wide character.
insertWithOccurrences(Object, int). Method in class com.roguewave.tools.v2-0.Bag
Adds a given count to the tally of the element equal to the given item, or adds the item to the bag with that count if no such element is found.
Integer. Static variable in class com.roguewave.vsj.streamer.BasicMappings
Map a C++ int to a Java Integer.
intersection(IdentitySet, IdentitySet). Static method in class com.roguewave.tools.v2-0.IdentitySet
Returns a new set containing the intersection of the two IdentitySet s specified.
intersection(Set, Set). Static method in class com.roguewave.tools.v2-0.Set
Returns a new set containing the intersection of the two Sets specified.
intersectionWith(IdentitySet). Method in class com.roguewave.tools.v2-0.IdentitySet
Modifies self to contain the intersection of self and the given set.
intersectionWith(Set). Method in class com.roguewave.tools.v2-0.Set
Modifies self to contain the intersection of self and the given set.
isEmpty(). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Returns true if the collection is empty, false otherwise.
isEmpty(). Method in interface com.roguewave.tools.v2-0.Collection
Returns true if the collection is empty
isEmpty(). Method in class com.roguewave.tools.v2-0.CollectionBase
Returns true if the collection is empty
isEmpty(). Method in class com.roguewave.tools.v2-0.HashDictionary
Returns true if the collection is empty, false otherwise.
isEmpty(). Method in class com.roguewave.tools.v2-0.Set
Returns true if the collection is empty
isPositive(). Method in interface com.roguewave.common.Formattable
Returns true if self should be formatted as a positive value
istr_. Variable in class com.roguewave.vsj.PortableInputStream
A reader for the underlying input stream.

J

javaClassToDefcoll_. Variable in class com.roguewave.vsj.CollectableStreamer
Maps Java Class objects to DefineCollectables

K

keys(). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Returns an Enumeration object of the keys (not the values) in this dictionary, which can be used to visit each key in turn.
keys(). Method in class com.roguewave.tools.v2-0.HashDictionary
Returns an Enumeration object of the keys (not the values) in this dictionary, which can be used to visit each key in turn.
keys(). Method in class com.roguewave.tools.v2-0.IdentityDictionary
Returns an Enumeration object of the keys (not the values) in this dictionary, which can be used to visit each key in turn.

L

last(). Method in class com.roguewave.tools.v2-0.Dlist
Returns the last element of the list.
last(). Method in interface com.roguewave.tools.v2-0.Sequence
Returns the last element of the collection
last(). Method in class com.roguewave.tools.v2-0.Slist
Returns the last element of the list.
last_. Variable in class com.roguewave.tools.v2-0.Dlist
reference to last node for convenience
last_. Variable in class com.roguewave.tools.v2-0.Slist
reference to last node for efficient access to the end of the list
layout(boolean, String). Method in class com.roguewave.format.NumericPicture
Use the layout that was set up in the constructor to produce a TextAlignment object that follows the NumericPicture.
layout(double). Method in class com.roguewave.format.NumericPicture
Return a TextAlignment that can be used to produce a string of any length with the format specified by self.
layout(Double). Method in class com.roguewave.format.NumericPicture
Return a TextAlignment that can be used to produce a string of any length with the format specified by self.
layout(float). Method in class com.roguewave.format.NumericPicture
Return a TextAlignment that can be used to produce a string of any length with the format specified by self.
layout(Float). Method in class com.roguewave.format.NumericPicture
Return a TextAlignment that can be used to produce a string of any length with the format specified by self.
layout(Formattable). Method in class com.roguewave.format.NumericPicture
Return a TextAlignment that can be used to produce a string of any length with the format specified by self.
layout(int). Method in class com.roguewave.format.NumericPicture
Return a TextAlignment that can be used to produce a string of any length with the format specified by self.
layout(Integer). Method in class com.roguewave.format.NumericPicture
Return a TextAlignment that can be used to produce a string of any length with the format specified by self.
layout(Long). Method in class com.roguewave.format.NumericPicture
Return a TextAlignment that can be used to produce a string of any length with the format specified by self.
layout(long). Method in class com.roguewave.format.NumericPicture
Return a TextAlignment that can be used to produce a string of any length with the format specified by self.
layout(String). Method in class com.roguewave.format.NumericPicture
Take a numeric string value of the form [-]ddd.ddd, separate out the sign from the numeric value and return the result from layout(sign, numeric).
LEFT. Static variable in class com.roguewave.format.TextAlignment
leftSignNear(). Method in class com.roguewave.format.NumericFormat
Return whether a sign on the left side should appear next to the numeral or at the left of the field.
Long. Static variable in class com.roguewave.vsj.streamer.BasicMappings
Map a C++ long to a Java Long.

N

newContext(). Method in class com.roguewave.vsj.ReadTable
Begin a new persistence context.
newContext(). Method in interface com.roguewave.vsj.RestoreContext
Begin a new persistence context.
newContext(). Method in interface com.roguewave.vsj.SaveContext
Begin a new persistence context.
newContext(). Method in class com.roguewave.vsj.StoreTable
Begin a new persistence context.
newContext(int). Method in class com.roguewave.vsj.ReadTable
Begin a new persistence context with initial capacity for the given number of objects.
newContext(int). Method in interface com.roguewave.vsj.RestoreContext
Begin a new persistence context with initial capacity for the given number of objects.
newContext(int). Method in interface com.roguewave.vsj.SaveContext
Begin a new persistence context with initial capacity for the given number of objects.
newContext(int). Method in class com.roguewave.vsj.StoreTable
Begin a new persistence context with initial capacity for the given number of objects.
nfmt(int, int). Method in class com.roguewave.format.QuickFormat
Set the width and precision for subsequent numeric arguments.
nitems_. Variable in class com.roguewave.tools.v2-0.CollectionBase
The number of items currently in the collection
NO_CLASSID. Static variable in interface com.roguewave.vsj.DefineCollectable
The value to be returned by getCxxClassId() for C++ classes that use StringIds and not ClassIds.
NO_STRINGID. Static variable in interface com.roguewave.vsj.DefineCollectable
The value to be returned by getCxxStringId() for C++ classes that use ClassIds and not StringIds.
nodes(). Method in class com.roguewave.tools.v2-0.BinaryTree
Returns an Enumeration for an in-order traversal of the nodes of this tree
npic(String). Method in class com.roguewave.format.QuickFormat
Change the numeric picture to the one specified by the given string.
NumericCompare(). Constructor for class com.roguewave.tools.v2-0.NumericCompare
NumericFormat(). Constructor for class com.roguewave.format.NumericFormat
Use the default precision of 4 digits after the decimal place.
NumericFormat(int). Constructor for class com.roguewave.format.NumericFormat
Use the specified precision.
NumericPicture(). Constructor for class com.roguewave.format.NumericPicture
NumericPicture(String). Constructor for class com.roguewave.format.NumericPicture

O

occurrencesOf(Object). Method in class com.roguewave.tools.v2-0.Bag
Returns the number of elements in the collection equal to to the given item.
occurrencesOf(Object). Method in class com.roguewave.tools.v2-0.BinaryTree
Returns the number of elements in the BinaryTree that compare equal to the given item.
occurrencesOf(Object). Method in class com.roguewave.tools.v2-0.BTree
Returns the number of elements in the tree that compare equal to the given item.
occurrencesOf(Object). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Returns the number of keys in the BTreeDictionary that compare equal to the given item.
occurrencesOf(Object). Method in interface com.roguewave.tools.v2-0.Collection
Returns the number of elements in the collection equivalent to a given item.
occurrencesOf(Object). Method in class com.roguewave.tools.v2-0.CollectionBase
Returns the number of elements in the collection equivalent to item.
occurrencesOf(Object). Method in class com.roguewave.tools.v2-0.Dlist
Returns the number of items in the list equal to (equals()) the given item.
occurrencesOf(Object). Method in class com.roguewave.tools.v2-0.HashDictionary
Returns the number of keys in the HashDictionary that compare equal to the given item.
occurrencesOf(Object). Method in class com.roguewave.tools.v2-0.Set
Returns the number of elements in the collection equal to to the given item.
occurrencesOf(Object). Method in class com.roguewave.tools.v2-0.Slist
Returns the number of items in the list equal to (equals()) item.
occurrencesOfReference(Object). Method in class com.roguewave.tools.v2-0.Dlist
Returns the number of items in the list identical to (==) the given item.
occurrencesOfReference(Object). Method in interface com.roguewave.tools.v2-0.Sequence
Returns the number of elements in the collection identical to the given item.
occurrencesOfReference(Object). Method in class com.roguewave.tools.v2-0.Slist
Returns the number of items in the list identical to (==) the given item.
OK. Static variable in class com.roguewave.tools.v2-0.RegExp
Status representing a valid regular expression
OrderedVector. Static variable in class com.roguewave.vsj.streamer.CollectableMappings
Maps a Tools.h++ RWOrdered to a java.util.Vector
OrderedVector(ObjectStreamer). Static method in class com.roguewave.vsj.streamer.TemplateMappings
Return a streamer mapping either of RWTValOrderedVector or RWTPtrOrderedVector to java.util.Vector.
OutputRangeException(). Constructor for class com.roguewave.vsj.OutputRangeException
Constructs an OutputRangeException with no detail message.
OutputRangeException(String). Constructor for class com.roguewave.vsj.OutputRangeException
Constructs an InputRangeException with the specified detail message.

P

parenthesesForNegative(). Method in class com.roguewave.format.NumericFormat
Return whether parentheses will be used to denote negative numbers.
peek(). Method in class com.roguewave.tools.v2-0.Queue
Peeks at the front of the queue without removing the element there.
PersistableStreamer(DefinePersistable). Constructor for class com.roguewave.vsj.PersistableStreamer
Create a PersistableStreamer from the given DefinePersistable.
PortableInputStream(InputStream). Constructor for class com.roguewave.vsj.PortableInputStream
Create a PortableInputStream from the given InputStream.
PortableInputStream(InputStream, RestoreContext). Constructor for class com.roguewave.vsj.PortableInputStream
Create a PortableInputStream from the given InputStream.
PortableOutputStream(OutputStream). Constructor for class com.roguewave.vsj.PortableOutputStream
Create a PortableOutputStream from the given OutputStream.
PortableOutputStream(OutputStream, SaveContext). Constructor for class com.roguewave.vsj.PortableOutputStream
Create a RWpistream from the given InputStream.
pre(int). Method in class com.roguewave.format.QuickFormat
Set the precision to be used for subsequent numeric arguments.
prepend(Object). Method in class com.roguewave.tools.v2-0.Dlist
Adds the given item to the beginning of the list.
prepend(Object). Method in interface com.roguewave.tools.v2-0.Sequence
Adds an item to the front of the collection
prepend(Object). Method in class com.roguewave.tools.v2-0.Slist
Adds an item to the beginning of the list.
previousElement(). Method in interface com.roguewave.tools.v2-0.BidirectionalEnumeration
Returns the element behind the current position of the enumerator.
print(PrintStream). Method in class com.roguewave.format.QuickFormat
Print the result of formatting to the specified PrintStream.
print(PrintStream). Method in class com.roguewave.format.TextPicture
Print self on the argument PrintStream (no implicit newline).
println(PrintStream). Method in class com.roguewave.format.QuickFormat
Print the result of formatting, followed by a newline, to the specified PrintStream.
println(PrintStream). Method in class com.roguewave.format.TextPicture
Print self followed by a newline on the argument PrintStream.
ps_. Variable in class com.roguewave.vsj.PortableOutputStream
The underlying output stream
put(Object). Method in class com.roguewave.tools.v2-0.Queue
Puts an item onto the end of the queue.
put(Object, Object). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Inserts a key and value association into the BTreeDictionary.
put(Object, Object). Method in class com.roguewave.tools.v2-0.HashDictionary
Inserts a key and value association into the HashDictionary.
put(Object, Object). Method in class com.roguewave.tools.v2-0.IdentityDictionary
Inserts a key and value association into the IdentityDictionary.
putCChar(char). Method in class com.roguewave.vsj.PortableOutputStream
putChar(char). Method in class com.roguewave.vsj.PortableOutputStream
Write a character.
putChar(char). Method in interface com.roguewave.vsj.VirtualOutputStream
Write a character.
putChars(char[], int). Method in class com.roguewave.vsj.PortableOutputStream
Write an array of characters.
putChars(char[], int). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an array of characters.
putDoubles(double[], int). Method in class com.roguewave.vsj.PortableOutputStream
Write an array of doubles.
putDoubles(double[], int). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an array of doubles.
putFloats(float[], int). Method in class com.roguewave.vsj.PortableOutputStream
Write an array of floats.
putFloats(float[], int). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an array of floats.
putInts(int[], int). Method in class com.roguewave.vsj.PortableOutputStream
Write an array of ints.
putInts(int[], int). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an array of ints.
putLongs(long[], int). Method in class com.roguewave.vsj.PortableOutputStream
Write an array of longs.
putLongs(long[], int). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an array of longs.
putShorts(short[], int). Method in class com.roguewave.vsj.PortableOutputStream
Write an array of shorts.
putShorts(short[], int). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an array of shorts.
putString(String, int). Method in class com.roguewave.vsj.PortableOutputStream
Write a string.
putString(String, int). Method in interface com.roguewave.vsj.VirtualOutputStream
Write a string.
putUnsigned(char). Method in class com.roguewave.vsj.PortableOutputStream
Write an unsigned character.
putUnsignedChar(char). Method in class com.roguewave.vsj.PortableOutputStream
Write an unsigned character.
putUnsignedChar(char). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an unsigned character.
putUnsignedChars(char[], int). Method in class com.roguewave.vsj.PortableOutputStream
Write an array of unsigned characters.
putUnsignedChars(char[], int). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an array of unsigned characters.
putUnsignedInts(long[], int). Method in class com.roguewave.vsj.PortableOutputStream
Write an array of unsigned ints.
putUnsignedInts(long[], int). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an array of unsigned ints.
putUnsignedLongs(long[], int). Method in class com.roguewave.vsj.PortableOutputStream
Write an array of unsigned longs.
putUnsignedLongs(long[], int). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an array of unsigned longs.
putUnsignedShorts(int[], int). Method in class com.roguewave.vsj.PortableOutputStream
Write an array of unsigned shorts.
putUnsignedShorts(int[], int). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an array of unsigned shorts.
putWChar(char). Method in class com.roguewave.vsj.PortableOutputStream
Write a wide character.
putWChar(char). Method in interface com.roguewave.vsj.VirtualOutputStream
Write a wide character.
putWChars(char[], int). Method in class com.roguewave.vsj.PortableOutputStream
Write an array of wide characters.
putWChars(char[], int). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an array of wide characters.
putwrap(char). Method in class com.roguewave.vsj.PortableOutputStream
Print a character, checking the column and moving to the next line if necessary
putwrap(String, int). Method in class com.roguewave.vsj.PortableOutputStream
Print a string of characters, checking the column and moving to the next line if necessary

Q

Queue(). Constructor for class com.roguewave.tools.v2-0.Queue
QuickFormat(String). Constructor for class com.roguewave.format.QuickFormat
Create a QuickFormat object using the given string for the TextPicture.
QuickFormat(String, String). Constructor for class com.roguewave.format.QuickFormat
Create a QuickFormat object using the first string for the TextPicture and the second string as the default NumericPicture for inserting numeric values.

R

ReadTable(). Constructor for class com.roguewave.vsj.ReadTable
reduce(BinaryFunction, Object). Method in interface com.roguewave.tools.v2-0.Collection
Reduces the collection to a single value.
reduce(BinaryFunction, Object). Method in class com.roguewave.tools.v2-0.CollectionBase
Reduces the collection to a single value.
reduce(BinaryFunction, Object). Method in class com.roguewave.tools.v2-0.Set
Reduces the collection to a single value.
RegExp(String). Constructor for class com.roguewave.tools.v2-0.RegExp
Creates a regular expression from the given string.
RegExp(StringBuffer). Constructor for class com.roguewave.tools.v2-0.RegExp
Creates a regular expression from the given string.
register(DefineCollectable). Method in class com.roguewave.vsj.CollectableStreamer
Use the register method to prepare this CollectableStreamer to save and restore objects associated with a particular Tools.h++ class ID.
registerAllCollectables(CollectableStreamer). Static method in class com.roguewave.vsj.streamer.CollectableMappings
Registers each of the individual mappings available from this class with the given CollectableStreamer.
remove(Object). Method in class com.roguewave.tools.v2-0.Bag
Decrements the tally of the element in the bag equal to the given item.
remove(Object). Method in class com.roguewave.tools.v2-0.BinaryTree
Removes and returns the first element in the collection that compares equal to the given item, or returns null if no such element.
remove(Object). Method in class com.roguewave.tools.v2-0.BTree
Removes from the tree that element that compares equal to the given item.
remove(Object). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Removes the key and value pair for which the key compares equal to the given item.
remove(Object). Method in interface com.roguewave.tools.v2-0.Collection
Removes from the collection the first element that is equivalent to the given item.
remove(Object). Method in class com.roguewave.tools.v2-0.CollectionBase
Removes from the collection the first element that is equivalent to item.
remove(Object). Method in class com.roguewave.tools.v2-0.Dlist
Removes the first element in the list equal to (equals()) the given item.
remove(Object). Method in class com.roguewave.tools.v2-0.HashDictionary
Removes the key and value pair for which the key compares equal to the given item.
remove(Object). Method in class com.roguewave.tools.v2-0.IdentityDictionary
Removes the key and value pair for which the key is identical to the given item.
remove(Object). Method in class com.roguewave.tools.v2-0.IdentitySet
Removes from the IdentitySet the element identical to the given item.
remove(Object). Method in class com.roguewave.tools.v2-0.Set
Removes from the set the element equal to the given item.
remove(Object). Method in class com.roguewave.tools.v2-0.Slist
Removes the first element in the list equal to (equals()) the given item.
removeAll(Object). Method in class com.roguewave.tools.v2-0.Bag
Removes from the collection all elements that are equal to the given item.
removeAll(Object). Method in class com.roguewave.tools.v2-0.BinaryTree
Removes all elements of the tree that compare equal to the given item.
removeAll(Object). Method in class com.roguewave.tools.v2-0.BTree
Removes from the tree all elements that compare equal to the given item.
removeAll(Object). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Removes from the BTreeDictionary all elements that compare equal to the given item.
removeAll(Object). Method in interface com.roguewave.tools.v2-0.Collection
Removes from the collection all elements that are equivalent to the given item.
removeAll(Object). Method in class com.roguewave.tools.v2-0.CollectionBase
Removes from the collection all elements that are equivalent to item.
removeAll(Object). Method in class com.roguewave.tools.v2-0.Dlist
Removes all elements in the list equal to (equals()) the given item.
removeAll(Object). Method in class com.roguewave.tools.v2-0.HashDictionary
Removes from the HashDictionary all elements that compare equal to the given item.
removeAll(Object). Method in class com.roguewave.tools.v2-0.IdentitySet
Removes from the IdentitySet all elements identical to the given item.
removeAll(Object). Method in class com.roguewave.tools.v2-0.Set
Removes from the set all elements that are equal to the given item.
removeAll(Object). Method in class com.roguewave.tools.v2-0.Slist
Removes all elements in the list equal to (equals()) the given item.
removeAllReference(Object). Method in class com.roguewave.tools.v2-0.Dlist
Removes all elements in the list identical to (==) the given item.
removeAllReference(Object). Method in interface com.roguewave.tools.v2-0.Sequence
Removes from the collection all elements that are identical to the given item.
removeAllReference(Object). Method in class com.roguewave.tools.v2-0.Slist
Removes all elements in the list identical to (==) the given item.
removeAt(int). Method in class com.roguewave.tools.v2-0.Dlist
Removes the ith element of the list where i is between 0 and one less than the number of entries.
removeAt(int). Method in interface com.roguewave.tools.v2-0.Sequence
Removes an element from a particular location within the collection
removeAt(int). Method in class com.roguewave.tools.v2-0.Slist
Removes the ith element of the list where i is between 0 and one less than the number of entries.
removeFirst(). Method in class com.roguewave.tools.v2-0.Dlist
Removes the first element of the list.
removeFirst(). Method in interface com.roguewave.tools.v2-0.Sequence
Removes the first element of the collection
removeFirst(). Method in class com.roguewave.tools.v2-0.Slist
Removes the first element of the list.
removeLast(). Method in class com.roguewave.tools.v2-0.Dlist
Removes the last element of the list
removeLast(). Method in interface com.roguewave.tools.v2-0.Sequence
Removes the last element of the collection
removeLast(). Method in class com.roguewave.tools.v2-0.Slist
Removes the last element of the list.
removeMany(Enumeration). Method in interface com.roguewave.tools.v2-0.Collection
Removes from the collection the first elements equivalent to each item enumerated by the given Enumeration.
removeMany(Enumeration). Method in class com.roguewave.tools.v2-0.CollectionBase
Removes from the collection the first element equivalent to each item in the Enumeration.
removeMany(Enumeration). Method in class com.roguewave.tools.v2-0.Set
Removes all of the elements enumerated by the Enumeration from the set.
removeReference(Object). Method in class com.roguewave.tools.v2-0.Dlist
Removes the first element in the list identical to (==) the given item.
removeReference(Object). Method in interface com.roguewave.tools.v2-0.Sequence
Removes from the collection the first element that is identical to the given item.
removeReference(Object). Method in class com.roguewave.tools.v2-0.Slist
Removes the first element in the list identical to (==) the given item.
removeRight(Dlink). Method in class com.roguewave.tools.v2-0.Dlist
Removes the Dlink to the right of the given link.
removeRight(Slink). Method in class com.roguewave.tools.v2-0.Slist
replace(String, int, String). Method in class com.roguewave.tools.v2-0.RegExp
Creates a new string by replacing that portion of a given target string that matches self with a given replacement string.
replace(StringBuffer, int, String). Method in class com.roguewave.tools.v2-0.RegExp
Replaces that portion of a given StringBuffer that matches self with a given replacement string.
restore(VirtualInputStream). Method in class com.roguewave.vsj.CollectableStreamer
Read an object, or graph of objects, written using the same class ID and back-referencing protocol used by the code in the Tools.h++ RWCollectable class and RWDEFINE_COLLECTABLE macro.
restore(VirtualInputStream). Method in interface com.roguewave.vsj.ObjectStreamer
Restore an object from the input stream
restore(VirtualInputStream). Method in class com.roguewave.vsj.PersistableStreamer
Read an object, or graph of objects, written using the same back-referencing protocol used by the code generated from the Tools.h++ RWDEFINE_PERSISTABLE macro.
restoreContext_. Variable in class com.roguewave.vsj.PortableInputStream
The restore context can be used to keep track of object references as they are read, enabling one to maintain the shape of a graph of objets.
restoreGuts(Object, VirtualInputStream). Method in interface com.roguewave.vsj.DefinePersistable
This method will be called by PersistableStreamer to restore the guts, or internal state, of the object being restored.
restoreGuts(Object, VirtualInputStream). Method in class com.roguewave.vsj.streamer.DefinePersistableTemplColl
Restore the individual elements of the vector (to be called from PersistableStreamer).
restoreGuts(Object, VirtualInputStream, CollectableStreamer). Method in interface com.roguewave.vsj.DefineCollectable
This method will be called by CollectableStreamer to restore the guts, or internal state, of the object being restored.
restoreGuts(Object, VirtualInputStream, CollectableStreamer). Method in class com.roguewave.vsj.streamer.DefineCollectableCollection
Restore the guts of the Collection
restoreObject(ObjectStreamer). Method in class com.roguewave.vsj.PortableInputStream
Read an object from the stream using the given ObjectStreamer.
restoreObject(ObjectStreamer). Method in interface com.roguewave.vsj.VirtualInputStream
Read an object from the stream using the given ObjectStreamer.
RIGHT. Static variable in class com.roguewave.format.TextAlignment
rightSignNear(). Method in class com.roguewave.format.NumericFormat
Return whether a sign on the right side should appear next to the numeral or at the right of the field.
root_. Variable in class com.roguewave.tools.v2-0.BinaryTree
The root node of this tree
root_. Variable in class com.roguewave.tools.v2-0.BTree
The root node of this BTree
rounded(int, int). Method in interface com.roguewave.common.Formattable
Returns a new version of self with its value modified according to the specified number of decimal places and rounding method.

S

save(Object, VirtualOutputStream). Method in class com.roguewave.vsj.CollectableStreamer
Write an object, or graph of objects, written using the same class ID and back-referencing protocol used by the code in the Tools.h++ RWCollectable class and RWDEFINE_COLLECTABLE macro.
save(Object, VirtualOutputStream). Method in interface com.roguewave.vsj.ObjectStreamer
Save the given object to the output stream
save(Object, VirtualOutputStream). Method in class com.roguewave.vsj.PersistableStreamer
Write an object, or graph of objects, using the same back-referencing protocol used by the code generated from the Tools.h++ RWDEFINE_PERSISTABLE macro.
saveContext_. Variable in class com.roguewave.vsj.PortableOutputStream
The store table maintained by this stream.
saveGuts(Object, VirtualOutputStream). Method in interface com.roguewave.vsj.DefinePersistable
This method will be called by PersistableStreamer to save the guts of the given object to the stream.
saveGuts(Object, VirtualOutputStream). Method in class com.roguewave.vsj.streamer.DefinePersistableTemplColl
Save the individual elements of the vector (to be called from PersistableStreamer).
saveGuts(Object, VirtualOutputStream, CollectableStreamer). Method in interface com.roguewave.vsj.DefineCollectable
This method will be called by CollectableStreamer to save the guts, or internal state, of the given object to the stream.
saveGuts(Object, VirtualOutputStream, CollectableStreamer). Method in class com.roguewave.vsj.streamer.DefineCollectableCollection
Save the guts of the Collection
saveObject(Object, ObjectStreamer). Method in class com.roguewave.vsj.PortableOutputStream
Write an object to the stream using the given ObjectStreamer.
saveObject(Object, ObjectStreamer). Method in interface com.roguewave.vsj.VirtualOutputStream
Write an object to the stream using the given ObjectStreamer.
scientificFormat(boolean, String, String). Method in class com.roguewave.format.NumericFormat
Format the number using scientific notation.
search(Object). Method in class com.roguewave.tools.v2-0.Queue
Checks to see if there is an element in the queue which is equal to (equals()) the given item, and if so, returns its distance from the front of the queue.
Set. Static variable in class com.roguewave.vsj.streamer.CollectableMappings
Maps a Tools.h++ RWSet to a com.roguewave.tools.v2-0.Set
Set(). Constructor for class com.roguewave.tools.v2-0.Set
Creates an empty set with default capacity.
Set(int). Constructor for class com.roguewave.tools.v2-0.Set
Creates an empty set with a given initial capacity.
setAddLeadingZero(boolean). Method in class com.roguewave.format.NumericFormat
Specify whether a leading '0' should be prepended to numbers with no digits before the decimal place.
setAddTrailingZero(boolean). Method in class com.roguewave.format.NumericFormat
Set whether a trailing zero will be added to integer valued numbers.
setComparator(Comparator). Method in class com.roguewave.tools.v2-0.BinaryTree
Set the Comparator.
setComparator(Comparator). Method in class com.roguewave.tools.v2-0.BTree
Set the Comparator.
setComparator(Comparator). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Set the Comparator.
setDecimalPosition(int). Method in class com.roguewave.format.NumericFormat
Set the position within the field at which the decimal symbol should occur.
setDecimalSymbol(String). Method in class com.roguewave.format.NumericFormat
Set the string used to represent the decimal place, default is "."
setLeftPadChar(char). Method in class com.roguewave.format.NumericFormat
Set the char that will be used to pad on the left hand side.
setLeftSignNear(boolean). Method in class com.roguewave.format.NumericFormat
If the sign is to appear on the left side and left side padding is to be performed, should the sign be next to the numeric value or to the left of the padding.
setPadChar(char). Method in class com.roguewave.format.TextAlignment
Set the character to pad with.
setParenthesesForNegative(boolean). Method in class com.roguewave.format.NumericFormat
Set whether or not parentheses will be used for negative numbers.
setPictureChar(char). Method in class com.roguewave.format.TextPicture
Set the "blank" char which indicates where substitutions occur.
setPositiveSymbol(String). Method in class com.roguewave.format.NumericFormat
Set the string that will be used for a positive sign.
setPostExponent(String). Method in class com.roguewave.format.NumericFormat
Set the string that is printed after the exponent when using scientific notation.
setPrecision(int). Method in class com.roguewave.format.NumericFormat
Set the precision (number of digits after the decimal point).
setPreExponent(String). Method in class com.roguewave.format.NumericFormat
Set the string that is printed before the exponent when using scientific notation.
setRightPadChar(char). Method in class com.roguewave.format.NumericFormat
Set the char that will be used to pad on the right hand side.
setRightSignNear(boolean). Method in class com.roguewave.format.NumericFormat
If the sign is to appear on the right side and right side padding is to be performed, should the sign be next to the numeric value or to the right of the padding.
setRoundingMethod(int). Method in class com.roguewave.format.NumericFormat
Set the rounding method to be used when decreasing the number of digits for numbers that implement the Formattable interface.
setShowDecimalOnInteger(boolean). Method in class com.roguewave.format.NumericFormat
Set whether the decimal symbol should be shown on integer valued floating point numbers.
setSignOnLeft(boolean). Method in class com.roguewave.format.NumericFormat
Set which side the sign should appear on, true for left, false for right.
setToEnd(). Method in interface com.roguewave.tools.v2-0.BidirectionalEnumeration
Positions the enumerator just past the end of the collection.
setUseDefaultPrecision(boolean). Method in class com.roguewave.format.NumericFormat
Set whether default precision should be used.
setWidth(int). Method in class com.roguewave.format.NumericFormat
Set the field width
setWidth(int). Method in class com.roguewave.format.TextAlignment
Specify the width of the output string.
Short. Static variable in class com.roguewave.vsj.streamer.BasicMappings
Map a C++ short to a Java Short.
showDecimalOnInteger(). Method in class com.roguewave.format.NumericFormat
Return whether the decimal symbol will be shown on integer valued floating point values.
signOnLeft(). Method in class com.roguewave.format.NumericFormat
Return whether the sign is to appear to the left of the numeric value.
simpleFormat(Formattable). Method in class com.roguewave.format.NumericFormat
simpleFormat uses a subset of the format variables to produce a string of the form [-]ddd.ddd which can be laid out with the NumericPicture class.
SimpleMappings(). Constructor for class com.roguewave.vsj.streamer.SimpleMappings
size(). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Returns the number of elements in the collection.
size(). Method in interface com.roguewave.tools.v2-0.Collection
Returns the number of entries in the collection
size(). Method in class com.roguewave.tools.v2-0.CollectionBase
Returns the number of entries in the collection
size(). Method in class com.roguewave.tools.v2-0.HashDictionary
Returns the number of elements in the collection.
size(). Method in class com.roguewave.tools.v2-0.Set
Returns the number of entries in the collection
Slist(). Constructor for class com.roguewave.tools.v2-0.Slist
Creates an empty singly-linked list.
Slist(ObjectStreamer). Static method in class com.roguewave.vsj.streamer.TemplateMappings
Return a streamer mapping either of RWTValSlist or RWTPtrSlist to com.roguewave.tools.v2-0.Slist
SlistCollectables. Static variable in class com.roguewave.vsj.streamer.CollectableMappings
Maps a Tools.h++ RWSlistCollectables to a com.roguewave.tools.v2-0.Slist
SlistCollectablesQueue. Static variable in class com.roguewave.vsj.streamer.CollectableMappings
Maps a Tools.h++ RWSlistCollectablesQueue to a com.roguewave.tools.v2-0.Queue
SlistCollectablesStack. Static variable in class com.roguewave.vsj.streamer.CollectableMappings
Maps a Tools.h++ RWSlistCollectablesStack to a java.util.Stack
SlistIndexOutOfBoundsException(). Constructor for class com.roguewave.tools.v2-0.SlistIndexOutOfBoundsException
Constructs an SlistIndexOutOfBoundsException with no detailed message.
SlistIndexOutOfBoundsException(int, int, int). Constructor for class com.roguewave.tools.v2-0.SlistIndexOutOfBoundsException
Constructs an SlistIndexOutOfBoundsException giving the allowable range and the bad index
SlistIndexOutOfBoundsException(String). Constructor for class com.roguewave.tools.v2-0.SlistIndexOutOfBoundsException
Constructs an SlistIndexOutOfBoundsException with a given detailed message.
status(). Method in class com.roguewave.tools.v2-0.RegExp
Returns the status of the regular expression.
StoreTable(). Constructor for class com.roguewave.vsj.StoreTable
strIdMarker. Static variable in class com.roguewave.vsj.CollectableStreamer
Announces a stringId:
StringCompare(). Constructor for class com.roguewave.tools.v2-0.StringCompare
stringIdToDefcoll_. Variable in class com.roguewave.vsj.CollectableStreamer
Maps C++ stringIds to DefineCollectables
subsetOf(BTree). Method in class com.roguewave.tools.v2-0.BTree
Returns true if self is a subset of the given BTree.
subsetOf(BTreeDictionary). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Returns true if self is a subset of the given BTreeDictionary.
symmetricDifference(IdentitySet, IdentitySet). Static method in class com.roguewave.tools.v2-0.IdentitySet
Returns a new set containing the symmetric difference between the two IdentitySets specified.

The symmetric difference between IdentitySet A and IdentitySet B is the difference (A - B) unioned with the difference (B - A).

symmetricDifference(Set, Set). Static method in class com.roguewave.tools.v2-0.Set
Returns a new set containing the symmetric difference between the two Sets specified.

The symmetric difference between Set A and Set B is the difference (A - B) unioned with the difference (B - A).

symmetricDifferenceWith(IdentitySet). Method in class com.roguewave.tools.v2-0.IdentitySet
Modifies self to contain the symmetric difference between self and the given set.

The symmetric difference between IdentitySet A and IdentitySet B is the difference (A - B) unioned with the difference (B - A).

symmetricDifferenceWith(Set). Method in class com.roguewave.tools.v2-0.Set
Modifies self to contain the symmetric difference between self and the given set.

The symmetric difference between Set A and Set B is the difference (A - B) unioned with the difference (B - A).


T

table_. Variable in class com.roguewave.vsj.ReadTable
Implementation of the ReadTable
table_. Variable in class com.roguewave.tools.v2-0.Set
table_. Variable in class com.roguewave.vsj.StoreTable
Implementation of StoreTable
tail_. Variable in class com.roguewave.tools.v2-0.Dlist
Sentinel link positioned past last node
tail_. Variable in class com.roguewave.tools.v2-0.Slist
Sentinel link positioned just past the last node
TemplateMappings(). Constructor for class com.roguewave.vsj.streamer.TemplateMappings
TextAlignment(String, int). Constructor for class com.roguewave.format.TextAlignment
Create a layout of the specified alignment.
TextAlignment(String, int, int). Constructor for class com.roguewave.format.TextAlignment
Create a layout of the specified alignment and width.
TextAlignment(String, String, String). Constructor for class com.roguewave.format.TextAlignment
Create a layout without specifying a width, for use with toString(int width)
TextAlignment(String, String, String, int). Constructor for class com.roguewave.format.TextAlignment
Create a layout with all three fields specified (some may be null) and a specified width.
TextPicture(String). Constructor for class com.roguewave.format.TextPicture
Create a TextPicture based on the argument string
Time. Static variable in class com.roguewave.vsj.streamer.SimpleMappings
Maps a Tools.h++ RWTime to a java.util.Date
TOOLONG. Static variable in class com.roguewave.tools.v2-0.RegExp
Status representing a regular expression whose compiled representation is too long for the buffer allocated to hold it.
toString(). Method in class com.roguewave.tools.v2-0.Bag
Converts this bag into a string of the form:
   "[<elem1 | tally1>, <elem2 | tally2>, ..., <elemN | tallyN>]"
 
toString(). Method in class com.roguewave.tools.v2-0.BinaryTree
Coverts this BinaryTree to a string.
toString(). Method in class com.roguewave.tools.v2-0.BTree
Coverts this tree to a string.
toString(). Method in class com.roguewave.tools.v2-0.BTreeDictionary
Converts this BTreeDictionary to a string.
toString(). Method in class com.roguewave.tools.v2-0.Dlist
Converts the Dlist to a string.
toString(). Method in class com.roguewave.tools.v2-0.HashDictionary
Converts this HashDictionary to a string.
toString(). Method in class com.roguewave.format.QuickFormat
Return the result of formatting as a string.
toString(). Method in class com.roguewave.tools.v2-0.RegExp
Returns a String containing the source text for the regular expression
toString(). Method in class com.roguewave.tools.v2-0.Set
Converts this set into a string of the form
   "[e1, e2, e3, ...]"
 
An empty list returns the string "[]".
toString(). Method in class com.roguewave.tools.v2-0.Slist
Converts this Slist to a string.
toString(). Method in class com.roguewave.format.TextAlignment
Return a string with padding as specified by self.
toString(). Method in class com.roguewave.format.TextPicture
Return a string representation of self.
toString(int). Method in class com.roguewave.format.TextAlignment
Return a string of the specified width with padding as specified by self.
transform(UnaryFunction). Method in class com.roguewave.tools.v2-0.Dlist
Replaces each member of the list with the result of applying the unary function to that memeber.
transform(UnaryFunction). Method in interface com.roguewave.tools.v2-0.Sequence
Replaces each member of the collection with the result of applying the unary function to that memeber.
transform(UnaryFunction). Method in class com.roguewave.tools.v2-0.Slist
Replaces each member of the collection with the result of applying the unary function to that memeber.

U

ufun(Object). Method in interface com.roguewave.tools.v2-0.UnaryFunction
A unary function
union(IdentitySet, IdentitySet). Static method in class com.roguewave.tools.v2-0.IdentitySet
Returns a new set containing the union of the two IdentitySets specified.
union(Set, Set). Static method in class com.roguewave.tools.v2-0.Set
Returns a new set containing the union of the two Sets specified.
unionWith(IdentitySet). Method in class com.roguewave.tools.v2-0.IdentitySet
Modifies self to contain the union of self and the given set.
unionWith(Set). Method in class com.roguewave.tools.v2-0.Set
Modifies self to contain the union of self and the given set.
useDefaultPrecision(). Method in class com.roguewave.format.NumericFormat
Return whether default precision will be used.

W

WString. Static variable in class com.roguewave.vsj.streamer.SimpleMappings
Maps a Tools.h++ RWWString to a java.lang.String