| Package | Description |
|---|---|
| dlock | |
| dlock.lockable |
| Modifier and Type | Method and Description |
|---|---|
Lockable |
Info.getWrapper() |
| Constructor and Description |
|---|
Info(Object name,
Lockable wrapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayListWrapper
Lockable wrapper for cached ArrayList.
|
class |
ArrayOfObjectWrapper
Lockable wrapper for cached Object[].
|
class |
ArrayOfPrimLongWrapper
Lockable wrapper for cached long[].
|
class |
BaseWrapper
Abstract superclass for wrappers.
|
class |
HashMapWrapper
Lockable wrapper for cached HashMap.
|
class |
HashSetWrapper
Lockable wrapper for cached HashSet.
|
class |
HashtableWrapper
Lockable wrapper for cached Hashtable.
|
class |
IntegerWrapper
Lockable wrapper for cached Integer.
|
class |
LinkedListWrapper
Lockable wrapper for cached LinkedList.
|
class |
StringWrapper
Lockable wrapper for cached String.
|
class |
SyncArrayListWrapper
Lockable wrapper for cached synchronized ArrayList.
|
class |
SyncHashMapWrapper
Lockable wrapper for cached synchronized HashMap.
|
class |
VectorWrapper
Lockable wrapper for cached Vector.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.