Package com.illumon.iris.db.tables.libs
Class DbMapStringInt
java.lang.Object
com.illumon.iris.db.tables.libs.DbMap<String,Integer>
com.illumon.iris.db.tables.libs.DbMapStringInt
- All Implemented Interfaces:
Externalizable,Serializable,Map<String,Integer>
public class DbMapStringInt extends DbMap<String,Integer>
DbMap for Strings to ints.
- See Also:
- Serialized Form
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description DbMapStringInt()DbMapStringInt(Map<String,Integer> m) -
Method Summary
Modifier and Type Method Description protected StringreadKey(ObjectInput in)protected IntegerreadValue(ObjectInput in)protected voidwriteKey(ObjectOutput out, String key)protected voidwriteValue(ObjectOutput out, Integer 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, writeExternalMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
DbMapStringInt
-
DbMapStringInt
public DbMapStringInt()
-
-
Method Details
-
writeKey
- Specified by:
writeKeyin classDbMap<String,Integer>- Throws:
IOException
-
readKey
- Specified by:
readKeyin classDbMap<String,Integer>- Throws:
IOException
-
writeValue
- Specified by:
writeValuein classDbMap<String,Integer>- Throws:
IOException
-
readValue
- Specified by:
readValuein classDbMap<String,Integer>- Throws:
IOException
-