Class Filter.MapQuery

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<?,​?> map  
    • Constructor Summary

      Constructors 
      Constructor Description
      MapQuery​(java.util.Map<?,​?> dict)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getProp​(java.lang.String key)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • map

        private java.util.Map<?,​?> map
    • Constructor Detail

      • MapQuery

        MapQuery​(java.util.Map<?,​?> dict)
    • Method Detail

      • getProp

        public java.lang.Object getProp​(java.lang.String key)
        Specified by:
        getProp in interface Filter.Arguments