Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
W
C
CachePool
<
K
,
V
> - Class in
jp.develop.common.util.amf.util
Cache pool using LRU(Least Recently Used) algorithm.
CachePool()
- Constructor for class jp.develop.common.util.amf.util.
CachePool
Constructs a instance with default capacity and load factor.
CachePool(int)
- Constructor for class jp.develop.common.util.amf.util.
CachePool
Constructs a instance with specified maximum capacity.
CachePool(int, int)
- Constructor for class jp.develop.common.util.amf.util.
CachePool
Constructs a instance with specified maximum capacity and initial capacity.
CachePool(int, int, float)
- Constructor for class jp.develop.common.util.amf.util.
CachePool
Constructs a instance with specified maximum capacity, initial capacity and load factor.
CalendarConverter
- Class in
jp.develop.common.util.amf.converter
Converter to Calendar.
CalendarConverter()
- Constructor for class jp.develop.common.util.amf.converter.
CalendarConverter
CharacterConverter
- Class in
jp.develop.common.util.amf.converter
Converter to Character.
CharacterConverter()
- Constructor for class jp.develop.common.util.amf.converter.
CharacterConverter
CharArrayConverter
- Class in
jp.develop.common.util.amf.converter
Converter to char[].
CharArrayConverter()
- Constructor for class jp.develop.common.util.amf.converter.
CharArrayConverter
ClassUtil
- Class in
jp.develop.common.util.amf.beans
Utilities for class operation.
clearCache()
- Static method in class jp.develop.common.util.amf.beans.
BeanInfo
Clear all caches.
close()
- Method in class jp.develop.common.util.amf.
AmfDecoder
close()
- Method in class jp.develop.common.util.amf.
AmfEncoder
CollectionEncoder
- Class in
jp.develop.common.util.amf.encoder
Implementation of IEncoder.IArrayEncoder for Collection.
CollectionEncoder()
- Constructor for class jp.develop.common.util.amf.encoder.
CollectionEncoder
conver(Class<T>, Object)
- Method in class jp.develop.common.util.amf.
AmfDecoderOption
Convert instance to specified class.
convert(Object)
- Method in class jp.develop.common.util.amf.converter.
BooleanConverter
Convert object.
convert(Object)
- Method in class jp.develop.common.util.amf.converter.
CalendarConverter
Convert object.
convert(Object)
- Method in class jp.develop.common.util.amf.converter.
CharacterConverter
Convert object.
convert(Object)
- Method in class jp.develop.common.util.amf.converter.
CharArrayConverter
Convert object.
convert(Class<T>, Object)
- Method in class jp.develop.common.util.amf.
Converter
Convert type.
convert(Object)
- Method in interface jp.develop.common.util.amf.converter.
IConverter
Convert object.
convert(Object)
- Method in class jp.develop.common.util.amf.converter.
NumberConverters.BigDecimalConverter
Convert object.
convert(Object)
- Method in class jp.develop.common.util.amf.converter.
NumberConverters.BigIntegerConverter
Convert object.
convert(Object)
- Method in class jp.develop.common.util.amf.converter.
NumberConverters.ByteConverter
Convert object.
convert(Object)
- Method in class jp.develop.common.util.amf.converter.
NumberConverters.DoubleConverter
Convert object.
convert(Object)
- Method in class jp.develop.common.util.amf.converter.
NumberConverters.FloatConverter
Convert object.
convert(Object)
- Method in class jp.develop.common.util.amf.converter.
NumberConverters.IntegerConverter
Convert object.
convert(Object)
- Method in class jp.develop.common.util.amf.converter.
NumberConverters.LongConverter
Convert object.
convert(Object)
- Method in class jp.develop.common.util.amf.converter.
NumberConverters.ShortConverter
Convert object.
Converter
- Class in
jp.develop.common.util.amf
Object Converter to avoid ClassCastException.
Converter()
- Constructor for class jp.develop.common.util.amf.
Converter
Default Constructor.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
W