Package com.illumon.iris.db.tables.libs
Class DbMapStringString
java.lang.Object
com.illumon.iris.db.tables.libs.DbMap<String,String>
com.illumon.iris.db.tables.libs.DbMapStringString
- All Implemented Interfaces:
Externalizable
,Serializable
,Map<String,String>
public class DbMapStringString extends DbMap<String,String>
DbMap for Strings to Strings.
- See Also:
- Serialized Form
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description DbMapStringString()
DbMapStringString(Map<String,String> m)
-
Method Summary
Modifier and Type Method Description protected String
readKey(ObjectInput in)
protected String
readValue(ObjectInput in)
protected void
writeKey(ObjectOutput out, String key)
protected void
writeValue(ObjectOutput out, String value)
Methods inherited from class com.illumon.iris.db.tables.libs.DbMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, readExternal, remove, size, toString, values, writeExternal
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
DbMapStringString
-
DbMapStringString
public DbMapStringString()
-
-
Method Details
-
writeKey
- Specified by:
writeKey
in classDbMap<String,String>
- Throws:
IOException
-
readKey
- Specified by:
readKey
in classDbMap<String,String>
- Throws:
IOException
-
writeValue
- Specified by:
writeValue
in classDbMap<String,String>
- Throws:
IOException
-
readValue
- Specified by:
readValue
in classDbMap<String,String>
- Throws:
IOException
-