Class SnapTableViewRep.QueryRep
java.lang.Object
java.util.AbstractMap
com.inductiveautomation.snap.filedata.SnapTableViewRep.QueryRep
- All Implemented Interfaces:
Map
- Enclosing class:
- SnapTableViewRep
A class to get/set "Query." keys.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
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
-
QueryRep
public QueryRep()
-
-
Method Details
-
get
- Specified by:
getin interfaceMap- Overrides:
getin classAbstractMap
-
put
- Specified by:
putin interfaceMap- Overrides:
putin classAbstractMap
-
entrySet
- Specified by:
entrySetin interfaceMap- Specified by:
entrySetin classAbstractMap
-