| Package | Description |
|---|---|
| com.landawn.abacus | |
| com.landawn.abacus.http | |
| com.landawn.abacus.parser | |
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
DirtyMarker.dirtyPropNames()
Deprecated.
|
boolean |
DirtyMarker.isDirty()
Deprecated.
|
boolean |
DirtyMarker.isDirty(String propName)
Deprecated.
|
void |
DirtyMarker.markDirty(boolean isDirty)
Deprecated.
|
void |
DirtyMarker.markDirty(Collection<String> propNames,
boolean isDirty)
Deprecated.
|
void |
DirtyMarker.markDirty(String propName,
boolean isDirty)
Deprecated.
|
Set<String> |
DirtyMarker.signedPropNames()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpUtil |
| Modifier and Type | Class and Description |
|---|---|
class |
ParserUtil |
| Modifier and Type | Method and Description |
|---|---|
static void |
ParserUtil.refreshEntityPropInfo(Class<?> cls)
Deprecated.
internal use only.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidUtil |
class |
InternalUtil |
class |
Objectory |
class |
ObjectPool<K,V>
It's is a multiple-thread safety map with fixed size.
|
class |
WD
A table of constant Strings/chars.
|
| Modifier and Type | Field and Description |
|---|---|
static Class<?> |
ClassUtil.CLASS_MASK
Deprecated.
for internal only.
|
static Field |
ClassUtil.FIELD_MASK
Deprecated.
for internal only.
|
static Method |
ClassUtil.METHOD_MASK
Deprecated.
for internal only.
|
static int |
InternalUtil.POOL_SIZE
Deprecated.
DO NOT call the methods defined in this class. it's for internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
static char[] |
InternalUtil.getCharsForReadOnly(String str)
Deprecated.
DO NOT call the methods defined in this class. it's for internal use only.
|
static Executor |
AndroidUtil.getSerialExecutor()
Gets the serial executor.
|
static Executor |
AndroidUtil.getThreadPoolExecutor()
Gets the thread pool executor.
|
Copyright © 2021. All rights reserved.