java.lang.Object |
↳ |
com.pnfsoftware.jeb.util.serialization.PreMap |
Class Overview
Placeholder for a deserialized map. The reason is to avoid calling put
early, since the key/value may not be fully deserialized.
Summary
Public Constructors |
|
PreMap(Map<Object, Object> dst, int expectedSize)
|
Public Methods |
void
|
build()
|
void
|
record(Object k, Object v)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
PreMap
(Map<Object, Object> dst, int expectedSize)
Public Methods
public
void
record
(Object k, Object v)