Esempio n. 1
0
 /** @see railo.runtime.type.Collection#containsKey(railo.runtime.type.Collection.Key) */
 public boolean containsKey(Key key) {
   return struct.containsKey(key);
 }
Esempio n. 2
0
 /** @see railo.runtime.type.Collection#containsKey(java.lang.String) */
 public boolean containsKey(String key) {
   return struct.containsKey(key);
 }