Uses of Class
dev.vality.damsel.papidmt.HistoryWrapper
Packages that use HistoryWrapper
-
Uses of HistoryWrapper in dev.vality.damsel.papidmt
Methods in dev.vality.damsel.papidmt that return HistoryWrapperModifier and TypeMethodDescriptionHistoryWrapper.deepCopy()HistoryWrapper.setHistory(Map<Long, Commit> history) Methods in dev.vality.damsel.papidmt with parameters of type HistoryWrapperModifier and TypeMethodDescriptionintHistoryWrapper.compareTo(HistoryWrapper other) booleanHistoryWrapper.equals(HistoryWrapper that) Constructors in dev.vality.damsel.papidmt with parameters of type HistoryWrapperModifierConstructorDescriptionHistoryWrapper(HistoryWrapper other) Performs a deep copy on other.