Class SnapTableViewRep.QueryRep

  • All Implemented Interfaces:
    java.util.Map
    Enclosing class:
    SnapTableViewRep

    public class SnapTableViewRep.QueryRep
    extends java.util.AbstractMap
    A class to get/set "Query." keys.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryRep()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set entrySet()  
      java.lang.Object get​(java.lang.Object aKey)  
      java.lang.Object put​(java.lang.Object aKey, java.lang.Object aValue)  
      • Methods inherited from class java.util.AbstractMap

        clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, size, toString, values
      • Methods inherited from class java.lang.Object

        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 Detail

      • QueryRep

        public QueryRep()
    • Method Detail

      • get

        public java.lang.Object get​(java.lang.Object aKey)
        Specified by:
        get in interface java.util.Map
        Overrides:
        get in class java.util.AbstractMap
      • put

        @Nullable
        public java.lang.Object put​(java.lang.Object aKey,
                                    java.lang.Object aValue)
        Specified by:
        put in interface java.util.Map
        Overrides:
        put in class java.util.AbstractMap
      • entrySet

        @Nullable
        public java.util.Set entrySet()
        Specified by:
        entrySet in interface java.util.Map
        Specified by:
        entrySet in class java.util.AbstractMap