Package aQute.lib.env

Class Sieve

  • All Implemented Interfaces:
    java.util.Map<Selector,​Props>

    public class Sieve
    extends java.lang.Object
    implements java.util.Map<Selector,​Props>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

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

      Fields 
      Modifier and Type Field Description
      static Sieve ALWAYS  
    • Constructor Summary

      Constructors 
      Constructor Description
      Sieve()  
      Sieve​(Header contained)  
      Sieve​(Sieve other)  
      Sieve​(java.lang.String h)  
      Sieve​(java.util.Collection<java.lang.String> other)  
    • Field Detail

      • ALWAYS

        public static Sieve ALWAYS
    • Constructor Detail

      • Sieve

        public Sieve​(Sieve other)
      • Sieve

        public Sieve​(java.util.Collection<java.lang.String> other)
      • Sieve

        public Sieve()
      • Sieve

        public Sieve​(Header contained)
      • Sieve

        public Sieve​(java.lang.String h)
    • Method Detail

      • clear

        public void clear()
        Specified by:
        clear in interface java.util.Map<Selector,​Props>
      • containsKey

        public boolean containsKey​(Selector name)
      • containsKey

        @Deprecated
        public boolean containsKey​(java.lang.Object name)
        Deprecated.
        Specified by:
        containsKey in interface java.util.Map<Selector,​Props>
      • containsValue

        public boolean containsValue​(Props value)
      • containsValue

        @Deprecated
        public boolean containsValue​(java.lang.Object value)
        Deprecated.
        Specified by:
        containsValue in interface java.util.Map<Selector,​Props>
      • entrySet

        public java.util.Set<java.util.Map.Entry<Selector,​Props>> entrySet()
        Specified by:
        entrySet in interface java.util.Map<Selector,​Props>
      • get

        @Deprecated
        public Props get​(java.lang.Object key)
        Deprecated.
        Specified by:
        get in interface java.util.Map<Selector,​Props>
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface java.util.Map<Selector,​Props>
      • keySet

        public java.util.Set<Selector> keySet()
        Specified by:
        keySet in interface java.util.Map<Selector,​Props>
      • putAll

        public void putAll​(java.util.Map<? extends Selector,​? extends Props> map)
        Specified by:
        putAll in interface java.util.Map<Selector,​Props>
      • remove

        @Deprecated
        public Props remove​(java.lang.Object var0)
        Deprecated.
        Specified by:
        remove in interface java.util.Map<Selector,​Props>
      • size

        public int size()
        Specified by:
        size in interface java.util.Map<Selector,​Props>
      • values

        public java.util.Collection<Props> values()
        Specified by:
        values in interface java.util.Map<Selector,​Props>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • append

        public void append​(Header other)
      • select

        public <T> java.util.Collection<T> select​(java.util.Collection<T> set,
                                                  boolean emptyIsAll)
      • select

        public <T> java.util.Collection<T> select​(java.util.Collection<T> set,
                                                  java.util.Set<Selector> unused,
                                                  boolean emptyIsAll)
      • reject

        public <T> java.util.Collection<T> reject​(java.util.Collection<T> set)
      • matcher

        public Selector matcher​(java.lang.String value)
      • finder

        public Selector finder​(java.lang.String value)
      • matches

        public boolean matches​(java.lang.String value)