- 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).