public class TreeSetDiff<T> extends CollectionDiff<T,Set<T>>
| Constructor and Description |
|---|
TreeSetDiff() |
TreeSetDiff(Comparator<T> comparator) |
add, clear, remove, sizegetAdded, getRemoved, getRetainedpublic TreeSetDiff()
public TreeSetDiff(Comparator<T> comparator)
Copyright © 2014. All rights reserved.