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