Exemplo n.º 1
0
 public Iterator<Entry<String, Object>> getProperties() {
   return underlying.getProperties();
 }
Exemplo n.º 2
0
 /** Get the set of properties for this DB. */
 public Properties getProperties() {
   return _db.getProperties();
 }