| Package | Description |
|---|---|
| com.esotericsoftware.kryo | |
| com.esotericsoftware.kryo.util |
| Modifier and Type | Field and Description |
|---|---|
private IdentityMap |
Kryo.originalToCopy |
| Modifier and Type | Method and Description |
|---|---|
IdentityMap |
Kryo.getOriginalToCopyMap()
Returns the internal map of original to copy objects when a copy method is used.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) IdentityMap<K,V> |
IdentityMap.MapIterator.map |
| Constructor and Description |
|---|
Entries(IdentityMap<K,V> map) |
Keys(IdentityMap<K,?> map) |
MapIterator(IdentityMap<K,V> map) |
Values(IdentityMap<?,V> map) |