|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package ecologylab.appframework |
|---|
| Class ecologylab.appframework.ClassRegistry extends Scope<java.lang.Class<U>> implements Serializable |
|---|
| Package ecologylab.collections |
|---|
| Class ecologylab.collections.ArrayListFloatSet extends java.util.ArrayList<T extends FloatSetElement> implements Serializable |
|---|
| Class ecologylab.collections.ArrayListLA extends java.util.ArrayList<E> implements Serializable |
|---|
| Class ecologylab.collections.ArrayListX extends java.util.ArrayList<E> implements Serializable |
|---|
| Class ecologylab.collections.HashMapWriteSynch3Args extends HashMapWriteSynchBase<K,V> implements Serializable |
|---|
| Serialized Fields |
|---|
ValueFactory3<K,V,A1,A2> valueFactory
| Class ecologylab.collections.Scope extends java.util.HashMap<java.lang.String,T> implements Serializable |
|---|
serialVersionUID: 5840169416933494011L
| Serialized Fields |
|---|
java.util.Map<K,V> parent
| Class ecologylab.collections.VectorLA extends java.util.Vector<E> implements Serializable |
|---|
| Package ecologylab.generic |
|---|
| Class ecologylab.generic.ArrayListDebug extends java.util.ArrayList<T> implements Serializable |
|---|
| Class ecologylab.generic.AutoCleanerMap extends java.util.concurrent.ConcurrentHashMap<KEY,VALUE> implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
java.util.HashMap<K,V> timeTrackerMap
long liveTime
long cleanupInterval
boolean running
java.lang.Thread t
| Class ecologylab.generic.HashMapArrayList extends java.util.HashMap<K,V> implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.ArrayList<E> arrayList
| Class ecologylab.generic.HashMapFromStringsWriteSynch extends HashMapWriteSynch<java.lang.String,V> implements Serializable |
|---|
| Class ecologylab.generic.HashMappableArrayList extends HashMapArrayList<K,V extends Mappable<K>> implements Serializable |
|---|
| Class ecologylab.generic.HashMapWriteSynch extends HashMapWriteSynchBase<K,V> implements Serializable |
|---|
| Class ecologylab.generic.HashMapWriteSynch2Args extends HashMapWriteSynchBase<K,V> implements Serializable |
|---|
| Class ecologylab.generic.HashMapWriteSynch3 extends java.util.HashMap<K,V> implements Serializable |
|---|
| Class ecologylab.generic.HashMapWriteSynchBase extends java.util.HashMap<K,V> implements Serializable |
|---|
| Class ecologylab.generic.HashSetWriteSynch extends java.util.HashSet<K> implements Serializable |
|---|
| Package ecologylab.generic.text |
|---|
| Class ecologylab.generic.text.DecimalFormatSymbols extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 5772796243397350300L
| Serialized Fields |
|---|
char zeroDigit
DecimalFormatSymbols.getZeroDigit()char groupingSeparator
DecimalFormatSymbols.getGroupingSeparator()char decimalSeparator
DecimalFormatSymbols.getDecimalSeparator()char perMill
DecimalFormatSymbols.getPerMill()char percent
DecimalFormatSymbols.getPercent()char digit
DecimalFormatSymbols.getDigit()char patternSeparator
DecimalFormatSymbols.getPatternSeparator()java.lang.String infinity
DecimalFormatSymbols.getInfinity()java.lang.String NaN
DecimalFormatSymbols.getNaN()char minusSign
DecimalFormatSymbols.getMinusSign()java.lang.String currencySymbol
DecimalFormatSymbols.getCurrencySymbol()java.lang.String intlCurrencySymbol
DecimalFormatSymbols.getInternationalCurrencySymbol()char monetarySeparator
DecimalFormatSymbols.getMonetaryDecimalSeparator()char exponential
Note that the public API provides no way to set this field, even though it is supported by the implementation and the stream format. The intent is that this will be added to the API in the future.
int serialVersionOnStream
DecimalFormatSymbols present on
the stream. Possible values are:
monetarySeparator and exponential.
locale field.
DecimalFormatSymbols, the most recent
format (corresponding to the highest allowable
serialVersionOnStream) is always written.
| Class ecologylab.generic.text.EfficientDecimalFormat extends java.text.DecimalFormat implements Serializable |
|---|
serialVersionUID: 864413376551465018L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
BigInteger
and BigDecimal objects. These limits are stored in the
superclass for serialization compatibility with older versions, while the
limits for BigInteger and BigDecimal objects
are kept in this class. If, in the superclass, the minimum or maximum
integer digit count is larger than DOUBLE_INTEGER_DIGITS or
if the minimum or maximum fraction digit count is larger than
DOUBLE_FRACTION_DIGITS, then the stream data is invalid
and this method throws an InvalidObjectException.
serialVersionOnStream is less than 3, then call the
setters for the minimum and maximum integer and fraction digits with the
values of the corresponding superclass getters to initialize the fields in
this class. The fields in this class are new with version 3.
serialVersionOnStream is less than 1, indicating
that the stream was written by JDK 1.1, initialize
useExponentialNotation to false, since it was not present
in JDK 1.1.
serialVersionOnStream to the maximum allowed value
so that default serialization will work properly if this object is
streamed out again.
Stream versions older than 2 will not have the affix pattern variables
posPrefixPattern etc. As a result, they will be initialized
to null, which means the affix strings will be taken as
literal values. This is exactly what we want, since that corresponds to
the pre-version-2 behavior.
java.io.IOException
java.lang.ClassNotFoundException| Serialized Fields |
|---|
java.lang.String positivePrefix
EfficientDecimalFormat.getPositivePrefix()java.lang.String positiveSuffix
EfficientDecimalFormat.getPositiveSuffix()java.lang.String negativePrefix
EfficientDecimalFormat.getNegativePrefix()java.lang.String negativeSuffix
EfficientDecimalFormat.getNegativeSuffix()java.lang.String posPrefixPattern
positivePrefix.
This pattern is expanded by the method expandAffix() to
positivePrefix to update the latter to reflect changes in
symbols. If this variable is null then
positivePrefix is taken as a literal value that does not
change when symbols changes. This variable is always
null for DecimalFormat objects older than
stream version 2 restored from stream.
java.lang.String posSuffixPattern
positiveSuffix. This variable is analogous to
posPrefixPattern; see that variable for further
documentation.
java.lang.String negPrefixPattern
negativePrefix. This variable is analogous to
posPrefixPattern; see that variable for further
documentation.
java.lang.String negSuffixPattern
negativeSuffix. This variable is analogous to
posPrefixPattern; see that variable for further
documentation.
int multiplier
EfficientDecimalFormat.getMultiplier()byte groupingSize
NumberFormat.groupingUsed
is true.
EfficientDecimalFormat.getGroupingSize(),
NumberFormat.isGroupingUsed()boolean decimalSeparatorAlwaysShown
EfficientDecimalFormat.isDecimalSeparatorAlwaysShown()boolean parseBigDecimal
EfficientDecimalFormat.isParseBigDecimal()DecimalFormatSymbols symbols
DecimalFormatSymbols object used by this format. It
contains the symbols used to format numbers, e.g. the grouping separator,
decimal separator, and so on.
EfficientDecimalFormat.setDecimalFormatSymbols(ecologylab.generic.text.DecimalFormatSymbols),
DecimalFormatSymbolsboolean useExponentialNotation
byte minExponentDigits
useExponentialNotation is not true.
int maximumIntegerDigits
BigInteger or BigDecimal number.
maximumIntegerDigits must be greater than or equal to
minimumIntegerDigits.
EfficientDecimalFormat.getMaximumIntegerDigits()int minimumIntegerDigits
BigInteger or BigDecimal number.
minimumIntegerDigits must be less than or equal to
maximumIntegerDigits.
EfficientDecimalFormat.getMinimumIntegerDigits()int maximumFractionDigits
BigInteger or BigDecimal number.
maximumFractionDigits must be greater than or equal to
minimumFractionDigits.
EfficientDecimalFormat.getMaximumFractionDigits()int minimumFractionDigits
BigInteger or BigDecimal number.
minimumFractionDigits must be less than or equal to
maximumFractionDigits.
EfficientDecimalFormat.getMinimumFractionDigits()int serialVersionOnStream
useExponentialNotation and minExponentDigits.
posPrefixPattern, posSuffixPattern,
negPrefixPattern, and negSuffixPattern.
maximumIntegerDigits, minimumIntegerDigits,
maximumFractionDigits, minimumFractionDigits,
and parseBigDecimal.
| Class ecologylab.generic.text.Format extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -299282585814624189L
| Class ecologylab.generic.text.Format.Field extends java.text.AttributedCharacterIterator.Attribute implements Serializable |
|---|
serialVersionUID: 276966692217360283L
| Package ecologylab.services.distributed.exception |
|---|
| Class ecologylab.services.distributed.exception.MessageTooLargeException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: 1732834475978273620L
| Serialized Fields |
|---|
int maxMessageSize
int actualMessageSize
| Package ecologylab.services.exceptions |
|---|
| Class ecologylab.services.exceptions.BadClientException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: 1652784829579621254L
| Class ecologylab.services.exceptions.ClientOfflineException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: 1L
| Package ecologylab.services.logging.playback |
|---|
| Class ecologylab.services.logging.playback.LogPlaybackControls extends javax.swing.JPanel implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
LogPlaybackControlModel<E extends MixedInitiativeOp,T extends Logging<E>> log
javax.swing.JProgressBar loadSpinner
javax.swing.JSlider jogShuttle
javax.swing.ImageIcon playIcon
javax.swing.ImageIcon pauseIcon
javax.swing.JButton playPauseButton
javax.swing.JButton stopButton
javax.swing.JButton stepBackButton
javax.swing.JButton stepForwardButton
boolean mousePressed
LogPlayer<OP extends MixedInitiativeOp,LOG extends Logging<OP>> player
| Class ecologylab.services.logging.playback.LogPlaybackControls.ButtonAction extends javax.swing.AbstractAction implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JButton button
| Class ecologylab.services.logging.playback.View extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
MixedInitiativeOp currentOp
Prologue prologue
boolean loaded
| Package ecologylab.tutorials.oodss.chat |
|---|
| Class ecologylab.tutorials.oodss.chat.ChatClientWindow extends javax.swing.JFrame implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JTextArea echoArea
javax.swing.JTextField entryField
NIOClient<S extends Scope> client
| Package ecologylab.xml |
|---|
| Class ecologylab.xml.ElementState.ClassToCollectionMap extends java.util.HashMap<java.lang.String,java.util.Collection> implements Serializable |
|---|
| Class ecologylab.xml.RootElementException extends XMLTranslationException implements Serializable |
|---|
| Class ecologylab.xml.XMLTranslationException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: -8326348358064487418L
| Serialized Fields |
|---|
int exceptionType
| Package ecologylab.xml.internaltranslators.cocoa |
|---|
| Class ecologylab.xml.internaltranslators.cocoa.CocoaTranslationException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: -8326348358064487418L
| Serialized Fields |
|---|
int exceptionType
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||