|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPatternMap<K,V>
Implemented by classes that allow to search for patterns in their keys.
| Method Summary | |
|---|---|
java.util.Hashtable<K,V> |
getPattern(java.lang.String pattern)
return a Hashtable of the entries that matche the pattern |
java.util.Hashtable<K,V> |
getWildcard(java.lang.String wildcard)
return a Hashtable of the entries that match the wildcard (*) |
| Method Detail |
|---|
java.util.Hashtable<K,V> getPattern(java.lang.String pattern)
pattern -
java.util.Hashtable<K,V> getWildcard(java.lang.String wildcard)
pattern -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||