Example #1
0
 /** For test purposes only. */
 boolean hasName(String fieldName) {
   return topFieldTypes.keySet().contains(fieldName);
 }
Example #2
0
 /** For test purposes only. */
 List<String> getNames() {
   return new ArrayList<String>(topFieldTypes.keySet());
 }