Home | History | Annotate | Download | only in utility

Lines Matching defs:lastField

758             String lastField = null;
776 hash.put(lastField, hash.get(lastField) + lastValue);
786 lastField = line.substring(0, pos);
788 if (lastField.equals("BEGIN")) {
791 } else if (lastField.equals("END")) {
799 hash.put(lastField, lastValue);