Changeset 4261


Ignore:
Timestamp:
2003-05-08T16:23:09+12:00 (21 years ago)
Author:
kjdon
Message:

new method to get all teh keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gdbm/DBInfo.java

    r3289 r4261  
    5252    return (Vector)info_map_.get(key);
    5353    }
     54
     55    /** returns a list of all the keys in the info */
     56    public Set getKeys() {
     57    return info_map_.keySet();
     58    }
    5459    /** returns the Info as a string */
    5560    public String toString() {
Note: See TracChangeset for help on using the changeset viewer.