Home
last modified time | relevance | path

Searched refs:getRemoved (Results 1 – 4 of 4) sorted by relevance

/cts/tools/signature-tools/src/signature/io/html/
DClassOverviewPage.java98 .getRemoved(classDelta.getFieldDeltas())); in prepareFieldDeltas()
112 .getRemoved(classDelta.getAnnotationFieldDeltas())); in prepareAnnotationFieldDeltas()
126 .getRemoved(classDelta.getEnumConstantDeltas())); in prepareEnumConstantDeltas()
140 .getRemoved(classDelta.getConstructorDeltas())); in prepareConstructorDeltas()
154 .getRemoved(classDelta.getMethodDeltas())); in prepareMethodDeltas()
DApiOverviewPage.java51 .getRemoved(apiDelta.getPackageDeltas())); in prepareData()
DPackageOverviewPage.java51 .getRemoved(delta.getClassDeltas())); in prepareData()
/cts/tools/signature-tools/src/signature/compare/model/impl/
DSigDelta.java71 public static <T extends IDelta<?>> Set<T> getRemoved(Set<T> deltas) { in getRemoved() method in SigDelta