Searched refs:SIGNATURE_COLUMN (Results 1 – 1 of 1) sorted by relevance
21 private static final String SIGNATURE_COLUMN = "signature"; field in AnnotationPropertyWriter44 contents.put(SIGNATURE_COLUMN, apiSignature); in consume()64 if (columns.remove(SIGNATURE_COLUMN)) { in close()65 columns.add(0, SIGNATURE_COLUMN); in close()72 mContents.sort(Comparator.comparing(r -> r.get(SIGNATURE_COLUMN))); in close()