Uses of Class
org.n52.security.common.util.KeyMatcher

Packages that use KeyMatcher
org.n52.security.common.util   
 

Uses of KeyMatcher in org.n52.security.common.util
 

Subclasses of KeyMatcher in org.n52.security.common.util
 class KeyMatcherCaseSensitive
           
 class KeyMatcherIgnoringCase
           
 

Methods in org.n52.security.common.util that return KeyMatcher
static KeyMatcher KeyMatcher.caseSensitive(String key)
           
static KeyMatcher KeyMatcher.ignoringCase(String key)
           
 

Methods in org.n52.security.common.util with parameters of type KeyMatcher
 boolean KeyValuePairCollection.containsKey(KeyMatcher key)
           
 boolean OrderedKeyValuePairCollection.containsKey(KeyMatcher key)
           
 int KeyValuePairCollection.delete(KeyMatcher key)
           
 int OrderedKeyValuePairCollection.delete(KeyMatcher keyMatcher)
           
 KeyValuePairCollection KeyValuePairCollection.getAll(KeyMatcher key)
           
 KeyValuePairCollection OrderedKeyValuePairCollection.getAll(KeyMatcher keyMatcher)
           
 KeyValuePair KeyValuePairCollection.getUnique(KeyMatcher key)
           
 KeyValuePair OrderedKeyValuePairCollection.getUnique(KeyMatcher keyMatcher)
           
 void KeyValuePairCollection.updateUnique(KeyMatcher key, KeyValuePair pair)
           
 void OrderedKeyValuePairCollection.updateUnique(KeyMatcher keyMatcher, KeyValuePair pair)
           
 Collection<String> KeyValuePairCollection.values(KeyMatcher key)
           
 Collection<String> OrderedKeyValuePairCollection.values(KeyMatcher key)
           
 



Copyright © 2004–2013 52north.org. All rights reserved.