public class Entry<U,T>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Entry
Deprecated.
This will only be called by JsonParsers/JsonWriters
-
Entry
public Entry(U key,
T value)
-
Method Details
-
-
-
setKey
public void setKey(U key)
-
setValue
public void setValue(T value)
-