Serialized Form
year
int year
- Year.
month
int month
- Month, range: [1 - 12]
day
int day
- Day, range: [1 - 31]
hour
int hour
- Hour, range: [0 - 23]
minute
int minute
- Minute, range [0 - 59]
second
double second
- Second, range: [0.000 - 59.999]
integer
int integer
- Integer part of the Julian Date (JD).
fraction
double fraction
- Fraction part of the Julian Date (JD).
Should be always in [0.0, 1.0) range.
strOffset
int strOffset
available
int available
str
java.lang.String str
settings
FileUtil.Settings settings
strOffset
int strOffset
charOffset
int charOffset
available
int available
str
java.lang.String str
buf
java.lang.StringBuffer buf
- The internal destination StringBuffer.
value
byte value
- The mutable value.
value
double value
- The mutable value.
value
float value
- The mutable value.
value
int value
- The mutable value.
value
long value
- The mutable value.
value
short value
- The mutable value.
method
int method
panel1
javax.swing.JPanel panel1
borderLayout1
java.awt.BorderLayout borderLayout1
modal
boolean modal
parentWindowListener
java.awt.event.WindowAdapter parentWindowListener
owner
java.awt.Window owner
rootPaneContainer
javax.swing.RootPaneContainer rootPaneContainer
fontColor
java.awt.Color fontColor
highlightColor
java.awt.Color highlightColor
alpha
java.awt.AlphaComposite alpha
font
java.awt.Font font
point
java.awt.Point point
highcmp
java.awt.Rectangle highcmp
componentTree
javax.swing.JTree componentTree
componentData
javax.swing.JEditorPane componentData
detailsData
javax.swing.JEditorPane detailsData
detailsScrollPane
javax.swing.JScrollPane detailsScrollPane
root
javax.swing.tree.DefaultMutableTreeNode root
Package jodd.typeconverter |
_months
java.lang.String[] _months
_shortMonths
java.lang.String[] _shortMonths
_weekdays
java.lang.String[] _weekdays
_shortWeekdays
java.lang.String[] _shortWeekdays
_eras
java.lang.String[] _eras
_ampms
java.lang.String[] _ampms
comparators
java.util.ArrayList<E> comparators
comparatorsArray
java.util.Comparator<T>[] comparatorsArray
cause
java.lang.Throwable cause
causeDetails
boolean causeDetails
- If set to
true
stack trace will be enhanced with cause's stack traces.
Package jodd.util.collection |
mArray
java.lang.Object[] mArray
mCurrentElement
int mCurrentElement
mArrayLength
int mArrayLength
mOffset
int mOffset
mArray
java.lang.Object[] mArray
mCurrentElement
int mCurrentElement
mArrayLength
int mArrayLength
mOffset
int mOffset
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
array
boolean[] array
size
int size
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
array
byte[] array
size
int size
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
array
char[] array
size
int size
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
array
double[] array
size
int size
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
array
float[] array
size
int size
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
array
int[] array
size
int size
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitutes the
IntHashMap
instance from a stream (i.e.,
deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state of the
IntHashMap
instance to a stream (i.e.,
serialize it).
Context The capacity of the IntHashMap (the length of the bucket
array) is emitted (int), followed by the size of the IntHashMap
(the number of key-value mappings), followed by the key (Object) and value
(Object) for each key-value mapping represented by the IntHashMap The
key-value mappings are emitted in no particular order.
- Throws:
java.io.IOException
threshold
int threshold
- The table is rehashed when its size exceeds this threshold. (The value of
this field is (int)(capacity * loadFactor).)
loadFactor
float loadFactor
- The load factor for the hashtable.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
array
long[] array
size
int size
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
array
short[] array
size
int size
Copyright ©2008 Jodd Team