Serialized Form


Package jodd.bean

Class jodd.bean.BeanException extends UncheckedException implements Serializable


Package jodd.datetime

Class jodd.datetime.DateTimeStamp extends java.lang.Object implements Serializable

Serialized Fields

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]

Class jodd.datetime.JulianDateStamp extends java.lang.Object implements Serializable

Serialized Fields

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.


Package jodd.io

Class jodd.io.AsciiStringInputStream extends java.io.InputStream implements Serializable

Serialized Fields

strOffset

int strOffset

available

int available

str

java.lang.String str

Class jodd.io.FileEx extends java.io.File implements Serializable

Serialized Fields

settings

FileUtil.Settings settings

Class jodd.io.StringInputStream extends java.io.InputStream implements Serializable

Serialized Fields

strOffset

int strOffset

charOffset

int charOffset

available

int available

str

java.lang.String str

Class jodd.io.StringOutputStream extends java.io.OutputStream implements Serializable

Serialized Fields

buf

java.lang.StringBuffer buf
The internal destination StringBuffer.


Package jodd.mutable

Class jodd.mutable.MutableByte extends java.lang.Number implements Serializable

Serialized Fields

value

byte value
The mutable value.

Class jodd.mutable.MutableDouble extends java.lang.Number implements Serializable

Serialized Fields

value

double value
The mutable value.

Class jodd.mutable.MutableFloat extends java.lang.Number implements Serializable

Serialized Fields

value

float value
The mutable value.

Class jodd.mutable.MutableInteger extends java.lang.Number implements Serializable

Serialized Fields

value

int value
The mutable value.

Class jodd.mutable.MutableLong extends java.lang.Number implements Serializable

Serialized Fields

value

long value
The mutable value.

Class jodd.mutable.MutableShort extends java.lang.Number implements Serializable

Serialized Fields

value

short value
The mutable value.


Package jodd.servlet

Class jodd.servlet.ServletAction extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

method

int method

Package jodd.swing

Class jodd.swing.CaddyDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

panel1

javax.swing.JPanel panel1

borderLayout1

java.awt.BorderLayout borderLayout1

modal

boolean modal

parentWindowListener

java.awt.event.WindowAdapter parentWindowListener

owner

java.awt.Window owner

Package jodd.swing.spy

Class jodd.swing.spy.SwingSpyGlassPane extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class jodd.swing.spy.SwingSpyPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class jodd.typeconverter.TypeConversionException extends UncheckedException implements Serializable


Package jodd.util

Class jodd.util.DateFormatSymbolsEx extends java.text.DateFormatSymbols implements Serializable

Serialized Fields

_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

Class jodd.util.MultiComparator extends java.lang.Object implements Serializable

Serialized Fields

comparators

java.util.ArrayList<E> comparators

comparatorsArray

java.util.Comparator<T>[] comparatorsArray

Class jodd.util.UncheckedException extends java.lang.RuntimeException implements Serializable

Serialized Fields

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

Class jodd.util.collection.ArrayEnumeration extends java.lang.Object implements Serializable

Serialized Fields

mArray

java.lang.Object[] mArray

mCurrentElement

int mCurrentElement

mArrayLength

int mArrayLength

mOffset

int mOffset

Class jodd.util.collection.ArrayIterator extends java.lang.Object implements Serializable

Serialized Fields

mArray

java.lang.Object[] mArray

mCurrentElement

int mCurrentElement

mArrayLength

int mArrayLength

mOffset

int mOffset

Class jodd.util.collection.BooleanArrayList extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

array

boolean[] array

size

int size

Class jodd.util.collection.ByteArrayList extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

array

byte[] array

size

int size

Class jodd.util.collection.CharArrayList extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

array

char[] array

size

int size

Class jodd.util.collection.DoubleArrayList extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

array

double[] array

size

int size

Class jodd.util.collection.FloatArrayList extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

array

float[] array

size

int size

Class jodd.util.collection.IntArrayList extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

array

int[] array

size

int size

Class jodd.util.collection.IntHashMap extends java.util.AbstractMap implements Serializable

Serialization Methods

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
Serialized Fields

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.

Class jodd.util.collection.LongArrayList extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

array

long[] array

size

int size

Class jodd.util.collection.ShortArrayList extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

array

short[] array

size

int size



Copyright ©2008 Jodd Team