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 SummaryNested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> 
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.AbstractMapclear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Constructor Details- 
QueryReppublic QueryRep()
 
- 
- 
Method Details- 
get- Specified by:
- getin interface- Map
- Overrides:
- getin class- AbstractMap
 
- 
put- Specified by:
- putin interface- Map
- Overrides:
- putin class- AbstractMap
 
- 
entrySet- Specified by:
- entrySetin interface- Map
- Specified by:
- entrySetin class- AbstractMap
 
 
-