Class BinaryStreamReader.IdRegistry
- java.lang.Object
-
- com.thoughtworks.xstream.io.binary.BinaryStreamReader.IdRegistry
-
- Enclosing class:
- BinaryStreamReader
private static class BinaryStreamReader.IdRegistry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map
map
-
Constructor Summary
Constructors Modifier Constructor Description private
IdRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
get(long id)
void
put(long id, java.lang.String value)
-