- java.lang.Object
-
- com.appslandia.common.base.CaseInsensitiveMap<Object>
-
- com.appslandia.common.record.Record
-
- All Implemented Interfaces:
Serializable,Map<String,Object>
public class Record extends CaseInsensitiveMap<Object>
- Author:
- Loc Ha
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tget(String name)intgetInt(String name)Recordset(String name, Object value)List<Object>toValues(String[] columnLabels)-
Methods inherited from class com.appslandia.common.base.CaseInsensitiveMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
get
public <T> T get(String name)
-
getInt
public int getInt(String name) throws IllegalStateException
- Throws:
IllegalStateException
-
-